mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gdbus-codegen: add autocleanup for FooObject
This is only enabled with `--c-generate-autocleanup all` for the reasons discussed on https://bugzilla.gnome.org/show_bug.cgi?id=763379.
This commit is contained in:
committed by
Philip Withnall
parent
9b4eddff0c
commit
1fcdf88c45
@@ -2398,6 +2398,7 @@ test_autocleanups (void)
|
||||
g_autoptr(FooiGenBar) bar = NULL;
|
||||
g_autoptr(FooiGenBarProxy) bar_proxy = NULL;
|
||||
g_autoptr(FooiGenBarSkeleton) bar_skeleton = NULL;
|
||||
g_autoptr(FooiGenObject) object = NULL;
|
||||
g_autoptr(FooiGenObjectProxy) object_proxy = NULL;
|
||||
g_autoptr(FooiGenObjectSkeleton) object_skeleton = NULL;
|
||||
g_autoptr(FooiGenObjectManagerClient) object_manager_client = NULL;
|
||||
@@ -2405,6 +2406,7 @@ test_autocleanups (void)
|
||||
(void) bar;
|
||||
(void) bar_proxy;
|
||||
(void) bar_skeleton;
|
||||
(void) object;
|
||||
(void) object_proxy;
|
||||
(void) object_skeleton;
|
||||
(void) object_manager_client;
|
||||
|
Reference in New Issue
Block a user