Searched refs:invalidated_properties (Results 1 – 10 of 10) sorted by relevance
/third_party/glib/gio/tests/ |
D | gdbus-example-watch-proxy.c | 49 const gchar* const *invalidated_properties, in on_properties_changed() argument 76 if (g_strv_length ((GStrv) invalidated_properties) > 0) in on_properties_changed() 80 for (n = 0; invalidated_properties[n] != NULL; n++) in on_properties_changed() 82 const gchar *key = invalidated_properties[n]; in on_properties_changed()
|
D | gdbus-example-objectmanager-client.c | 90 const gchar *const *invalidated_properties, in on_interface_proxy_properties_changed() argument
|
D | gdbus-example-proxy-subclass.c | 207 const gchar* const *invalidated_properties) in accounts_user_g_properties_changed() argument
|
D | gdbus-test-codegen.c | 646 const gchar* const *invalidated_properties, in on_g_properties_changed() argument
|
/third_party/glib/gio/ |
D | gdbusproxy.c | 946 const gchar *invalidated_properties[] = {NULL}; in invalidated_property_get_cb() local 980 invalidated_properties); in invalidated_property_get_cb() 1005 gchar **invalidated_properties; in on_properties_changed() local 1012 invalidated_properties = NULL; in on_properties_changed() 1041 &invalidated_properties); in on_properties_changed() 1062 for (n = 0; invalidated_properties[n] != NULL; n++) in on_properties_changed() 1067 data->prop_name = g_strdup (invalidated_properties[n]); in on_properties_changed() 1086 for (n = 0; invalidated_properties[n] != NULL; n++) in on_properties_changed() 1088 g_hash_table_remove (proxy->priv->properties, invalidated_properties[n]); in on_properties_changed() 1099 invalidated_properties); in on_properties_changed() [all …]
|
D | gdbusobjectmanagerclient.c | 1029 const gchar **invalidated_properties; in signal_cb() local 1035 &invalidated_properties); in signal_cb() 1058 for (n = 0; invalidated_properties[n] != NULL; n++) in signal_cb() 1061 invalidated_properties[n], in signal_cb() 1068 invalidated_properties); in signal_cb() 1075 invalidated_properties); in signal_cb() 1079 g_free (invalidated_properties); in signal_cb()
|
D | gdbusobjectmanagerclient.h | 79 … const gchar* const *invalidated_properties);
|
D | gdbusproxy.h | 76 const gchar* const *invalidated_properties);
|
D | xdp-dbus.c | 2948 const gchar *const *invalidated_properties) in gxdp_documents_proxy_g_properties_changed() argument 2964 for (n = 0; invalidated_properties[n] != NULL; n++) in gxdp_documents_proxy_g_properties_changed() 2966 … ((GDBusInterfaceInfo *) &_gxdp_documents_interface_info.parent_struct, invalidated_properties[n]); in gxdp_documents_proxy_g_properties_changed() 2967 g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]); in gxdp_documents_proxy_g_properties_changed() 4713 const gchar *const *invalidated_properties) in gxdp_open_uri_proxy_g_properties_changed() argument 4729 for (n = 0; invalidated_properties[n] != NULL; n++) in gxdp_open_uri_proxy_g_properties_changed() 4731 …y ((GDBusInterfaceInfo *) &_gxdp_open_uri_interface_info.parent_struct, invalidated_properties[n]); in gxdp_open_uri_proxy_g_properties_changed() 4732 g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]); in gxdp_open_uri_proxy_g_properties_changed() 5940 const gchar *const *invalidated_properties) in gxdp_proxy_resolver_proxy_g_properties_changed() argument 5956 for (n = 0; invalidated_properties[n] != NULL; n++) in gxdp_proxy_resolver_proxy_g_properties_changed() [all …]
|
D | gdbus-daemon-generated.c | 3733 const gchar *const *invalidated_properties) in _g_freedesktop_dbus_proxy_g_properties_changed() argument 3749 for (n = 0; invalidated_properties[n] != NULL; n++) in _g_freedesktop_dbus_proxy_g_properties_changed() 3751 …BusInterfaceInfo *) &__g_freedesktop_dbus_interface_info.parent_struct, invalidated_properties[n]); in _g_freedesktop_dbus_proxy_g_properties_changed() 3752 g_datalist_remove_data (&proxy->priv->qdata, invalidated_properties[n]); in _g_freedesktop_dbus_proxy_g_properties_changed()
|