diff options
author | Colin Walters <walters@verbum.org> | 2015-02-15 09:54:38 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2015-02-15 11:53:34 -0500 |
commit | 8e9a171ec4fe7c2da489b5d9d03b3fd5526a86fa (patch) | |
tree | afaf7cf56e3f0b2df049afdb36c7fb7901ddf22d /glnx-backport-autoptr.h | |
parent | 5ac3f4a119eefa8d240bc5b35c6e447497f59d11 (diff) | |
download | libglnx-8e9a171ec4fe7c2da489b5d9d03b3fd5526a86fa.tar.gz |
Import directory iteration, errno handling, and shutil from libgsystem
Diffstat (limited to 'glnx-backport-autoptr.h')
-rw-r--r-- | glnx-backport-autoptr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glnx-backport-autoptr.h b/glnx-backport-autoptr.h index de611b7..fd5f5d0 100644 --- a/glnx-backport-autoptr.h +++ b/glnx-backport-autoptr.h @@ -27,7 +27,7 @@ G_BEGIN_DECLS -#if !GLIB_CHECK_VERSION(2, 44, 0) +#if !GLIB_CHECK_VERSION(2, 43, 4) #define _GLIB_AUTOPTR_FUNC_NAME(TypeName) glib_autoptr_cleanup_##TypeName #define _GLIB_AUTOPTR_TYPENAME(TypeName) TypeName##_autoptr @@ -127,6 +127,6 @@ static inline gpointer #define g_steal_pointer(pp) \ (0 ? (*(pp)) : (g_steal_pointer) (pp)) -#endif /* !GLIB_CHECK_VERSION(2, 44, 0) */ +#endif /* !GLIB_CHECK_VERSION(2, 43, 3) */ G_END_DECLS |