Lines Matching refs:GDBusArgInfo
54 _MY_DEFINE_BOXED_TYPE (GDBusArgInfo, g_dbus_arg_info)
205 GDBusArgInfo *
206 g_dbus_arg_info_ref (GDBusArgInfo *info) in g_dbus_arg_info_ref()
283 g_dbus_arg_info_unref (GDBusArgInfo *info) in g_dbus_arg_info_unref()
443 GDBusArgInfo *info, in g_dbus_arg_info_set()
465 GDBusArgInfo **in_args, in g_dbus_method_info_set()
466 GDBusArgInfo **out_args, in g_dbus_method_info_set()
488 GDBusArgInfo **args, in g_dbus_signal_info_set()
616 g_dbus_arg_info_generate_xml (GDBusArgInfo *info, in g_dbus_arg_info_generate_xml()
895 static GDBusArgInfo **
899 GDBusArgInfo **ret; in parse_data_steal_args()
907 ret = (GDBusArgInfo **) g_ptr_array_free (data->args, FALSE); in parse_data_steal_args()
913 static GDBusArgInfo **
917 GDBusArgInfo **ret; in parse_data_steal_out_args()
925 ret = (GDBusArgInfo **) g_ptr_array_free (data->out_args, FALSE); in parse_data_steal_out_args()
1114 static GDBusArgInfo *
1119 g_ptr_array_add (data->args, g_new0 (GDBusArgInfo, 1)); in parse_data_get_arg()
1123 static GDBusArgInfo *
1128 g_ptr_array_add (data->out_args, g_new0 (GDBusArgInfo, 1)); in parse_data_get_out_arg()
1659 GDBusArgInfo **in_args; in parser_end_element()
1660 GDBusArgInfo **out_args; in parser_end_element()
1675 GDBusArgInfo **args; in parser_end_element()