Revert "Merge branch 'type-safe-g-clear-pointer-1425' into 'master'"

This reverts merge request !165
This commit is contained in:
Emmanuele Bassi
2018-07-11 21:52:31 +00:00
parent aa6721f1ee
commit d3881bb1bf
4 changed files with 3 additions and 14 deletions

View File

@@ -668,7 +668,7 @@ G_STMT_START { \
G_OBJECT_WARN_INVALID_PSPEC ((object), "property", (property_id), (pspec))
GLIB_AVAILABLE_IN_ALL
void g_clear_object (GObject **object_ptr);
void g_clear_object (volatile GObject **object_ptr);
#define g_clear_object(object_ptr) g_clear_pointer ((object_ptr), g_object_unref)
/**