diff options
author | Wu Xiaotian <[email protected]> | 2019-01-26 12:09:19 +0800 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-01-31 19:31:11 +0000 |
commit | e5129f93e489c1716d815452075f57a64b5fa149 (patch) | |
tree | d26410755ae7da93ff634d31f5e8c47b00bb346e /libcaja-private/caja-directory-private.h | |
parent | e226dda6fa442b3a372427d72df9bb9cb7715225 (diff) | |
download | caja-e5129f93e489c1716d815452075f57a64b5fa149.tar.bz2 caja-e5129f93e489c1716d815452075f57a64b5fa149.tar.xz |
Avoid deprecated g_type_class_add_private under libcaja-private
Changed CajaDesktopLink, CajaDirectoryAsync and CajaDirectory
Diffstat (limited to 'libcaja-private/caja-directory-private.h')
-rw-r--r-- | libcaja-private/caja-directory-private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcaja-private/caja-directory-private.h b/libcaja-private/caja-directory-private.h index cee75c98..3a4531a2 100644 --- a/libcaja-private/caja-directory-private.h +++ b/libcaja-private/caja-directory-private.h @@ -68,7 +68,7 @@ typedef gint32 RequestCounter[REQUEST_TYPE_LAST]; #define REQUEST_WANTS_TYPE(request, type) ((request) & (1<<(type))) #define REQUEST_SET_TYPE(request, type) (request) |= (1<<(type)) -struct CajaDirectoryDetails +struct _CajaDirectoryPrivate { /* The location. */ GFile *location; |