Searched refs:free_null_terminated_array (Results 1 – 1 of 1) sorted by relevance
/third_party/glib/gio/ |
D | gdbusintrospection.c | 237 free_null_terminated_array (gpointer array, GDestroyNotify unref_func) in free_null_terminated_array() 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() 314 free_null_terminated_array (info->in_args, (GDestroyNotify) g_dbus_arg_info_unref); in g_dbus_method_info_unref() 315 free_null_terminated_array (info->out_args, (GDestroyNotify) g_dbus_arg_info_unref); in g_dbus_method_info_unref() 316 free_null_terminated_array (info->annotations, (GDestroyNotify) g_dbus_annotation_info_unref); in g_dbus_method_info_unref() 339 free_null_terminated_array (info->args, (GDestroyNotify) g_dbus_arg_info_unref); in g_dbus_signal_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() 387 free_null_terminated_array (info->methods, (GDestroyNotify) g_dbus_method_info_unref); in g_dbus_interface_info_unref() [all …]
|