• Home
  • Raw
  • Download

Lines Matching refs:g_object_get

75   g_object_get (settings,  in test_basic()
650 g_object_get (settings, "delay-apply", &delay, NULL); in test_delay_child()
656 g_object_get (child, "delay-apply", &delay, NULL); in test_delay_child()
1186 g_object_get (obj, "bool", &b, NULL); in test_simple_binding()
1196 g_object_get (obj, "anti-bool", &b, NULL); in test_simple_binding()
1208 g_object_get (obj, "byte", &y, NULL); in test_simple_binding()
1220 g_object_get (obj, "int16", &n2, NULL); in test_simple_binding()
1232 g_object_get (obj, "uint16", &q2, NULL); in test_simple_binding()
1242 g_object_get (obj, "int", &i, NULL); in test_simple_binding()
1252 g_object_get (obj, "uint", &u, NULL); in test_simple_binding()
1262 g_object_get (obj, "uint64", &u64, NULL); in test_simple_binding()
1274 g_object_get (obj, "int64", &i64, NULL); in test_simple_binding()
1286 g_object_get (obj, "uint64", &u64, NULL); in test_simple_binding()
1297 g_object_get (obj, "string", &s, NULL); in test_simple_binding()
1315 g_object_get (obj, "double", &d, NULL); in test_simple_binding()
1323 g_object_get (obj, "double", &d, NULL); in test_simple_binding()
1338 g_object_get (obj, "strv", &strv, NULL); in test_simple_binding()
1344 g_object_get (obj, "strv", &strv, NULL); in test_simple_binding()
1358 g_object_get (obj, "enum", &i, NULL); in test_simple_binding()
1363 g_object_get (obj, "enum", &i, NULL); in test_simple_binding()
1377 g_object_get (obj, "flags", &i, NULL); in test_simple_binding()
1387 g_object_get (obj, "uint", &u, NULL); in test_simple_binding()
1394 g_object_get (obj, "uint", &u, NULL); in test_simple_binding()
1402 g_object_get (obj, "uint", &u, NULL); in test_simple_binding()
1448 g_object_get (obj, "bool", &b, NULL); in test_bind_writable()
1455 g_object_get (obj, "bool", &b, NULL); in test_bind_writable()
1483 g_object_get (obj, "bool", &b, NULL); in test_directional_binding()
1498 g_object_get (obj, "int", &i, NULL); in test_directional_binding()
1587 g_object_get (obj, "bool", &b, NULL); in test_custom_binding()
1591 g_object_get (obj, "bool", &b, NULL); in test_custom_binding()
1634 g_object_get (obj, "bool", &b, NULL); in test_no_change_binding()
1638 g_object_get (obj, "bool", &b, NULL); in test_no_change_binding()
2437 g_object_get (settings, "settings-schema", &schema, NULL); in test_list_items()
2727 g_object_get (string, in test_actions()
2761 g_object_get (settings, "schema-id", &str, NULL); in test_null_backend()
2808 g_object_get (settings, "settings-schema", &schema, NULL); in test_read_descriptions()
2820 g_object_get (settings, "settings-schema", &schema, NULL); in test_read_descriptions()
2846 g_object_get (settings, "settings-schema", &schema, NULL); in test_default_value()
2933 g_object_get (obj, "string", &str, NULL); in test_per_desktop()
2971 g_object_get (obj, "string", &str, NULL); in test_per_desktop_subprocess()
2987 g_object_get (settings, "settings-schema", &schema, NULL); in test_extended_schema()