/third_party/glib/gio/ |
D | gnetworkmonitorportal.c | 152 g_object_notify (G_OBJECT (nm), "network-available"); in got_available() 200 g_object_notify (G_OBJECT (nm), "network-metered"); in got_metered() 249 g_object_notify (G_OBJECT (nm), "connectivity"); in got_connectivity() 298 g_object_notify (G_OBJECT (nm), "network-available"); in got_status() 304 g_object_notify (G_OBJECT (nm), "network-metered"); in got_status() 311 g_object_notify (G_OBJECT (nm), "connectivity"); in got_status() 349 g_object_notify (G_OBJECT (nm), "available"); in proxy_signal() 379 g_object_notify (G_OBJECT (nm), "connectivity"); in proxy_properties_changed() 392 g_object_notify (G_OBJECT (nm), "network-metered"); in proxy_properties_changed() 405 g_object_notify (G_OBJECT (nm), "network-available"); in proxy_properties_changed()
|
D | gmountoperation.c | 664 g_object_notify (G_OBJECT (op), "username"); in g_mount_operation_set_username() 697 g_object_notify (G_OBJECT (op), "password"); in g_mount_operation_set_password() 734 g_object_notify (G_OBJECT (op), "anonymous"); in g_mount_operation_set_anonymous() 767 g_object_notify (G_OBJECT (op), "domain"); in g_mount_operation_set_domain() 805 g_object_notify (G_OBJECT (op), "password-save"); in g_mount_operation_set_password_save() 842 g_object_notify (G_OBJECT (op), "choice"); in g_mount_operation_set_choice() 884 g_object_notify (G_OBJECT (op), "is-tcrypt-hidden-volume"); in g_mount_operation_set_is_tcrypt_hidden_volume() 926 g_object_notify (G_OBJECT (op), "is-tcrypt-system-volume"); in g_mount_operation_set_is_tcrypt_system_volume() 966 g_object_notify (G_OBJECT (op), "pim"); in g_mount_operation_set_pim()
|
D | gpermission.c | 341 g_object_notify (object, "allowed"); in g_permission_impl_update() 348 g_object_notify (object, "can-acquire"); in g_permission_impl_update() 355 g_object_notify (object, "can-release"); in g_permission_impl_update()
|
D | gtlspassword.c | 365 g_object_notify (G_OBJECT (password), "flags"); in g_tls_password_set_flags() 406 g_object_notify (G_OBJECT (password), "description"); in g_tls_password_set_description() 455 g_object_notify (G_OBJECT (password), "warning"); in g_tls_password_set_warning()
|
D | gnetworkmonitornm.c | 241 g_object_notify (G_OBJECT (nm), "network-available"); in sync_properties() 246 g_object_notify (G_OBJECT (nm), "network-metered"); in sync_properties() 251 g_object_notify (G_OBJECT (nm), "connectivity"); in sync_properties()
|
D | gsocketclient.c | 397 g_object_notify (G_OBJECT (client), "family"); in g_socket_client_set_family() 440 g_object_notify (G_OBJECT (client), "type"); in g_socket_client_set_socket_type() 483 g_object_notify (G_OBJECT (client), "protocol"); in g_socket_client_set_protocol() 531 g_object_notify (G_OBJECT (client), "local-address"); in g_socket_client_set_local_address() 575 g_object_notify (G_OBJECT (client), "timeout"); in g_socket_client_set_timeout() 617 g_object_notify (G_OBJECT (client), "enable-proxy"); in g_socket_client_set_enable_proxy() 672 g_object_notify (G_OBJECT (client), "tls"); in g_socket_client_set_tls() 709 g_object_notify (G_OBJECT (client), "tls-validation-flags"); in g_socket_client_set_tls_validation_flags()
|
D | gsimpleaction.c | 190 g_object_notify (G_OBJECT (simple), "state"); in g_simple_action_set_state() 563 g_object_notify (G_OBJECT (simple), "enabled"); in g_simple_action_set_enabled()
|
/third_party/libsoup/libsoup/ |
D | soup-message.c | 1467 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_STATUS_CODE); in soup_message_cleanup_response() 1468 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_REASON_PHRASE); in soup_message_cleanup_response() 1469 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_HTTP_VERSION); in soup_message_cleanup_response() 1470 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_FLAGS); in soup_message_cleanup_response() 1471 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_TLS_CERTIFICATE); in soup_message_cleanup_response() 1472 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_TLS_ERRORS); in soup_message_cleanup_response() 1542 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_FLAGS); in soup_message_set_flags() 1593 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_HTTP_VERSION); in soup_message_set_http_version() 1689 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_URI); in soup_message_set_uri() 1757 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_STATUS_CODE); in soup_message_set_status() [all …]
|
D | soup-auth-domain.c | 424 g_object_notify (G_OBJECT (domain), SOUP_AUTH_DOMAIN_FILTER); in soup_auth_domain_set_filter() 425 g_object_notify (G_OBJECT (domain), SOUP_AUTH_DOMAIN_FILTER_DATA); in soup_auth_domain_set_filter() 502 g_object_notify (G_OBJECT (domain), SOUP_AUTH_DOMAIN_GENERIC_AUTH_CALLBACK); in soup_auth_domain_set_generic_auth_callback() 503 g_object_notify (G_OBJECT (domain), SOUP_AUTH_DOMAIN_GENERIC_AUTH_DATA); in soup_auth_domain_set_generic_auth_callback()
|
D | soup-message-client-io.c | 43 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_STATUS_CODE); in parse_response_headers() 44 g_object_notify (G_OBJECT (msg), SOUP_MESSAGE_REASON_PHRASE); in parse_response_headers()
|
D | soup-auth-domain-basic.c | 191 g_object_notify (G_OBJECT (domain), SOUP_AUTH_DOMAIN_BASIC_AUTH_CALLBACK); in soup_auth_domain_basic_set_auth_callback() 192 g_object_notify (G_OBJECT (domain), SOUP_AUTH_DOMAIN_BASIC_AUTH_DATA); in soup_auth_domain_basic_set_auth_callback()
|
D | soup-auth-domain-digest.c | 185 g_object_notify (G_OBJECT (domain), SOUP_AUTH_DOMAIN_DIGEST_AUTH_CALLBACK); in soup_auth_domain_digest_set_auth_callback() 186 g_object_notify (G_OBJECT (domain), SOUP_AUTH_DOMAIN_DIGEST_AUTH_DATA); in soup_auth_domain_digest_set_auth_callback()
|
D | soup-auth.c | 312 g_object_notify (G_OBJECT (auth), SOUP_AUTH_IS_AUTHENTICATED); in soup_auth_update() 338 g_object_notify (G_OBJECT (auth), SOUP_AUTH_IS_AUTHENTICATED); in soup_auth_authenticate()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/ |
D | icetransport.c | 74 g_object_notify (G_OBJECT (ice), "state"); in gst_webrtc_ice_transport_connection_state_change() 84 g_object_notify (G_OBJECT (ice), "gathering-state"); in gst_webrtc_ice_transport_gathering_state_change()
|
D | dtlstransport.c | 79 g_object_notify (G_OBJECT (transport), "transport"); in gst_webrtc_dtls_transport_set_transport() 177 g_object_notify (G_OBJECT (webrtc), "state"); in on_connection_state_changed()
|
D | rtpsender.c | 80 g_object_notify (G_OBJECT (sender), "priority"); in gst_webrtc_rtp_sender_set_priority()
|
/third_party/glib/gio/tests/ |
D | gdbus-example-proxy-subclass.c | 219 g_object_notify (G_OBJECT (user), "automatic-login"); in accounts_user_g_properties_changed() 221 g_object_notify (G_OBJECT (user), "real-name"); in accounts_user_g_properties_changed() 223 g_object_notify (G_OBJECT (user), "user-name"); in accounts_user_g_properties_changed()
|
D | gnotification-server.c | 245 g_object_notify (G_OBJECT (server), "is-running"); in g_notification_server_name_acquired() 302 g_object_notify (G_OBJECT (server), "is-running"); in g_notification_server_stop()
|
/third_party/glib/gobject/tests/ |
D | ifaceproperties.c | 450 g_object_notify (G_OBJECT (object), "prop1"); in test_notify() 451 g_object_notify (G_OBJECT (object), "prop2"); in test_notify() 452 g_object_notify (G_OBJECT (object), "prop3"); in test_notify() 453 g_object_notify (G_OBJECT (object), "prop4"); in test_notify()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtctransceiver.c | 66 g_object_notify (G_OBJECT (rtp_trans->sender), "transport"); in webrtc_transceiver_set_transport() 72 g_object_notify (G_OBJECT (rtp_trans->receiver), "transport"); in webrtc_transceiver_set_transport()
|
D | webrtcdatachannel.c | 346 g_object_notify (G_OBJECT (channel), "ready-state"); in _close_procedure() 707 g_object_notify (G_OBJECT (&channel->parent), "buffered-amount"); in webrtc_data_channel_start_negotiation() 791 g_object_notify (G_OBJECT (&channel->parent), "buffered-amount"); in webrtc_data_channel_send_data() 854 g_object_notify (G_OBJECT (&channel->parent), "buffered-amount"); in webrtc_data_channel_send_string() 933 g_object_notify (G_OBJECT (&channel->parent), "buffered-amount"); in on_appsrc_data()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/basecamerabinsrc/ |
D | gstbasecamerasrc.c | 205 g_object_notify (G_OBJECT (src), "ready-for-capture"); in gst_base_camera_src_start_capture() 210 g_object_notify (G_OBJECT (src), "ready-for-capture"); in gst_base_camera_src_start_capture() 239 g_object_notify (G_OBJECT (self), "ready-for-capture"); in gst_base_camera_src_finish_capture()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2tuner.c | 150 g_object_notify (G_OBJECT (v4l2object->element), "norm"); in gst_v4l2_tuner_set_norm_and_notify() 223 g_object_notify (G_OBJECT (v4l2object->element), "frequency"); in gst_v4l2_tuner_set_frequency_and_notify()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstoutputselector.c | 392 g_object_notify (G_OBJECT (osel), "active-pad"); in gst_output_selector_request_new_pad() 415 g_object_notify (G_OBJECT (osel), "active-pad"); in gst_output_selector_release_pad() 456 g_object_notify (G_OBJECT (osel), "active-pad"); in gst_output_selector_switch()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/ |
D | mviewwidget.c | 102 g_object_notify (G_OBJECT (mv), "flags"); in flag_changed() 189 g_object_notify (G_OBJECT (mv), "downmix-mode"); in set_downmix_mode()
|