mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 23:16:14 +01:00
Merge branch 'wip/tintou/autoptr-right-function' into 'master'
docs: Use the right g_autoptr function when using an auxiliary function See merge request GNOME/glib!735
This commit is contained in:
commit
ff47bb0e53
@ -152,7 +152,7 @@
|
|||||||
* g_atomic_rc_box_release_full (data, (GDestroyNotify) my_data_struct_clear);
|
* g_atomic_rc_box_release_full (data, (GDestroyNotify) my_data_struct_clear);
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* G_DEFINE_AUTOPTR_CLEANUP_FUNC (MyDataStruct, my_data_struct_clear)
|
* G_DEFINE_AUTOPTR_CLEANUP_FUNC (MyDataStruct, my_data_struct_release)
|
||||||
* ]|
|
* ]|
|
||||||
*
|
*
|
||||||
* Since: 2.58.
|
* Since: 2.58.
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
* g_rc_box_release_full (data, (GDestroyNotify) my_data_struct_clear);
|
* g_rc_box_release_full (data, (GDestroyNotify) my_data_struct_clear);
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* G_DEFINE_AUTOPTR_CLEANUP_FUNC (MyDataStruct, my_data_struct_clear)
|
* G_DEFINE_AUTOPTR_CLEANUP_FUNC (MyDataStruct, my_data_struct_release)
|
||||||
* ]|
|
* ]|
|
||||||
*
|
*
|
||||||
* Since: 2.58.
|
* Since: 2.58.
|
||||||
|
Loading…
Reference in New Issue
Block a user