Home
last modified time | relevance | path

Searched refs:G_ACTION (Results 1 – 12 of 12) sorted by relevance

/third_party/glib/gio/tests/
Dactions.c39 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 …]
Dgapplication-example-actions.c34 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()
Dbasic-application.c39 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()
Dglistmodel.c382 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()
Dgapplication.c965 g_action_map_add_action (G_ACTION_MAP (app), G_ACTION (action)); in test_api()
/third_party/glib/gio/
Dgaction.h32 #define G_ACTION(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), … macro
Dgactionmap.c282 g_action_map_add_action (action_map, G_ACTION (action)); in g_action_map_add_action_entries()
Dgsimpleaction.c297 GAction *action = G_ACTION (object); in g_simple_action_get_property()
Dgpropertyaction.c375 GAction *action = G_ACTION (object); in g_property_action_get_property()
Dgsettings.c3278 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/
Dcoap_gnutls.c143 #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/
Dgio-sections-common.txt3449 G_ACTION