Searched refs:G_ACTION (Results 1 – 12 of 12) sorted by relevance
/third_party/glib/gio/tests/ |
D | actions.c | 39 g_assert_true (g_action_get_enabled (G_ACTION (action))); in test_basic() 40 g_assert_null (g_action_get_parameter_type (G_ACTION (action))); in test_basic() 41 g_assert_null (g_action_get_state_type (G_ACTION (action))); in test_basic() 42 g_assert_null (g_action_get_state_hint (G_ACTION (action))); in test_basic() 43 g_assert_null (g_action_get_state (G_ACTION (action))); in test_basic() 60 g_action_activate (G_ACTION (action), NULL); in test_basic() 65 g_action_activate (G_ACTION (action), NULL); in test_basic() 72 g_action_activate (G_ACTION (action), g_variant_new_string ("xxx")); in test_basic() 80 g_assert_true (g_action_get_enabled (G_ACTION (action))); in test_basic() 81 …g_assert_true (g_variant_type_equal (g_action_get_parameter_type (G_ACTION (action)), G_VARIANT_TY… in test_basic() [all …]
|
D | gapplication-example-actions.c | 34 g_print ("action %s activated\n", g_action_get_name (G_ACTION (action))); in activate_toggle_action() 37 state = g_action_get_state (G_ACTION (action)); in activate_toggle_action() 52 g_action_map_add_action (G_ACTION_MAP (app), G_ACTION (action)); in add_actions() 58 g_action_map_add_action (G_ACTION_MAP (app), G_ACTION (action)); in add_actions()
|
D | basic-application.c | 39 state = g_action_get_state (G_ACTION (action)); in action2_activated() 40 g_action_change_state (G_ACTION (action), g_variant_new_boolean (!g_variant_get_boolean (state))); in action2_activated()
|
D | glistmodel.c | 382 item = G_ACTION (g_simple_action_new ("1", NULL)); in test_store_splice_noop() 812 return g_ascii_strcasecmp (g_action_get_name (G_ACTION (a)), in list_model_casecmp_action_by_name() 813 g_action_get_name (G_ACTION (b))) == 0; in list_model_casecmp_action_by_name()
|
D | gapplication.c | 965 g_action_map_add_action (G_ACTION_MAP (app), G_ACTION (action)); in test_api()
|
/third_party/glib/gio/ |
D | gaction.h | 32 #define G_ACTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), … macro
|
D | gactionmap.c | 282 g_action_map_add_action (action_map, G_ACTION (action)); in g_action_map_add_action_entries()
|
D | gsimpleaction.c | 297 GAction *action = G_ACTION (object); in g_simple_action_get_property()
|
D | gpropertyaction.c | 375 GAction *action = G_ACTION (object); in g_property_action_get_property()
|
D | gsettings.c | 3278 GAction *action = G_ACTION (object); in g_settings_action_get_property() 3412 return G_ACTION (gsa); in g_settings_create_action()
|
/third_party/libcoap/src/ |
D | coap_gnutls.c | 143 #define G_ACTION(xx) do { \ macro 155 G_ACTION(xx); \ 921 G_ACTION(gnutls_alert_send(g_session, GNUTLS_AL_FATAL, alert)); in cert_verify_gnutls() 1533 G_ACTION(gnutls_alert_send(g_session, GNUTLS_AL_FATAL, in post_client_hello_gnutls_psk() 1552 G_ACTION(gnutls_alert_send(g_session, GNUTLS_AL_FATAL, in post_client_hello_gnutls_psk() 1647 G_ACTION(gnutls_alert_send(g_session, GNUTLS_AL_FATAL, in post_client_hello_gnutls_pki() 1667 G_ACTION(gnutls_alert_send(g_session, GNUTLS_AL_FATAL, in post_client_hello_gnutls_pki() 2187 G_ACTION(gnutls_alert_send(g_env->g_session, GNUTLS_AL_FATAL, in do_gnutls_handshake() 2198 G_ACTION(gnutls_alert_send(g_env->g_session, GNUTLS_AL_FATAL, in do_gnutls_handshake() 2219 G_ACTION(gnutls_alert_send(g_env->g_session, GNUTLS_AL_FATAL, in do_gnutls_handshake()
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 3449 G_ACTION
|