Searched refs:g_dbus_annotation_info_unref (Results 1 – 3 of 3) sorted by relevance
/third_party/glib/gio/ |
D | gdbusintrospection.c | 259 g_dbus_annotation_info_unref (GDBusAnnotationInfo *info) in g_dbus_annotation_info_unref() function 267 free_null_terminated_array (info->annotations, (GDestroyNotify) g_dbus_annotation_info_unref); in g_dbus_annotation_info_unref() 291 free_null_terminated_array (info->annotations, (GDestroyNotify) g_dbus_annotation_info_unref); in g_dbus_arg_info_unref() 316 free_null_terminated_array (info->annotations, (GDestroyNotify) g_dbus_annotation_info_unref); in g_dbus_method_info_unref() 340 free_null_terminated_array (info->annotations, (GDestroyNotify) g_dbus_annotation_info_unref); in g_dbus_signal_info_unref() 364 free_null_terminated_array (info->annotations, (GDestroyNotify) g_dbus_annotation_info_unref); in g_dbus_property_info_unref() 390 free_null_terminated_array (info->annotations, (GDestroyNotify) g_dbus_annotation_info_unref); in g_dbus_interface_info_unref() 415 free_null_terminated_array (info->annotations, (GDestroyNotify) g_dbus_annotation_info_unref); in g_dbus_node_info_unref() 1028 g_ptr_array_foreach (data->annotations, (GFunc) g_dbus_annotation_info_unref, NULL); in parse_data_free_annotations() 1208 g_ptr_array_foreach (annotations, (GFunc) g_dbus_annotation_info_unref, NULL); in parse_data_free()
|
D | gdbusintrospection.h | 243 void g_dbus_annotation_info_unref (GDBusAnnotationInfo *info);
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3184 g_dbus_annotation_info_unref
|