Home
last modified time | relevance | path

Searched refs:gParamSpecs (Results 1 – 25 of 67) sorted by relevance

123

/dports/audio/pragha/pragha-1.3.3/src/
H A Dpragha-preferences.c2433 gParamSpecs[PROP_SHUFFLE] =
2444 gParamSpecs[PROP_REPEAT] =
2455 gParamSpecs[PROP_USE_HINT] =
2477 gParamSpecs[PROP_AUDIO_SINK] =
2488 gParamSpecs[PROP_AUDIO_DEVICE] =
2534 gParamSpecs[PROP_SIDEBAR_SIZE] =
2606 gParamSpecs[PROP_TOOLBAR_SIZE] =
2640 gParamSpecs[PROP_SHOW_MENUBAR] =
2684 gParamSpecs[PROP_START_MODE] =
2695 gParamSpecs[PROP_LAST_FOLDER] =
[all …]
H A Dpragha-musicobject.c701 gParamSpecs[PROP_FILE] = in pragha_musicobject_class_init()
712 gParamSpecs[PROP_SOURCE] = in pragha_musicobject_class_init()
736 gParamSpecs[PROP_TITLE] = in pragha_musicobject_class_init()
747 gParamSpecs[PROP_ARTIST] = in pragha_musicobject_class_init()
758 gParamSpecs[PROP_ALBUM] = in pragha_musicobject_class_init()
769 gParamSpecs[PROP_GENRE] = in pragha_musicobject_class_init()
780 gParamSpecs[PROP_COMMENT] = in pragha_musicobject_class_init()
791 gParamSpecs[PROP_YEAR] = in pragha_musicobject_class_init()
804 gParamSpecs[PROP_TRACK_NO] = in pragha_musicobject_class_init()
817 gParamSpecs[PROP_LENGTH] = in pragha_musicobject_class_init()
[all …]
H A Dpragha-album-art.c42 static GParamSpec *gParamSpecs[LAST_PROP]; variable
136 g_object_notify_by_pspec(G_OBJECT(albumart), gParamSpecs[PROP_PATH]); in pragha_album_art_set_path()
168 g_object_notify_by_pspec(G_OBJECT(albumart), gParamSpecs[PROP_SIZE]); in pragha_album_art_set_size()
268 gParamSpecs[PROP_PATH] = in pragha_album_art_class_init()
280 gParamSpecs[PROP_SIZE] = in pragha_album_art_class_init()
289 g_object_class_install_properties(object_class, LAST_PROP, gParamSpecs); in pragha_album_art_class_init()
/dports/net/geoclue/geoclue-3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8/src/
H A Dgclue-location-source.c73 static GParamSpec *gParamSpecs[LAST_PROP]; variable
213 gParamSpecs[PROP_LOCATION] = g_param_spec_object ("location", in gclue_location_source_class_init()
220 gParamSpecs[PROP_LOCATION]); in gclue_location_source_class_init()
222 gParamSpecs[PROP_ACTIVE] = g_param_spec_boolean ("active", in gclue_location_source_class_init()
229 gParamSpecs[PROP_ACTIVE]); in gclue_location_source_class_init()
231 gParamSpecs[PROP_TIME_THRESHOLD] = in gclue_location_source_class_init()
239 gParamSpecs[PROP_TIME_THRESHOLD]); in gclue_location_source_class_init()
241 gParamSpecs[PROP_AVAILABLE_ACCURACY_LEVEL] = in gclue_location_source_class_init()
252 gParamSpecs[PROP_COMPUTE_MOVEMENT] = in gclue_location_source_class_init()
262 gParamSpecs[PROP_COMPUTE_MOVEMENT]); in gclue_location_source_class_init()
[all …]
H A Dgclue-service-location.c54 static GParamSpec *gParamSpecs[LAST_PROP]; variable
308 gParamSpecs[PROP_CLIENT_INFO] = g_param_spec_object ("client-info", in gclue_service_location_class_init()
316 gParamSpecs[PROP_CLIENT_INFO]); in gclue_service_location_class_init()
318 gParamSpecs[PROP_PATH] = g_param_spec_string ("path", in gclue_service_location_class_init()
326 gParamSpecs[PROP_PATH]); in gclue_service_location_class_init()
328 gParamSpecs[PROP_CONNECTION] = g_param_spec_object ("connection", in gclue_service_location_class_init()
336 gParamSpecs[PROP_CONNECTION]); in gclue_service_location_class_init()
338 gParamSpecs[PROP_LOCATION] = g_param_spec_object ("location", in gclue_service_location_class_init()
345 gParamSpecs[PROP_LOCATION]); in gclue_service_location_class_init()
H A Dgclue-min-uint.c55 static GParamSpec *gParamSpecs[LAST_PROP]; variable
122 gParamSpecs[PROP_VALUE] = g_param_spec_uint ("value", in gclue_min_uint_class_init()
131 gParamSpecs[PROP_VALUE]); in gclue_min_uint_class_init()
210 g_object_notify_by_pspec (G_OBJECT (muint), gParamSpecs[PROP_VALUE]); in gclue_min_uint_add_value()
228 g_object_notify_by_pspec (G_OBJECT (muint), gParamSpecs[PROP_VALUE]); in gclue_min_uint_drop_value()
H A Dgclue-compass.c52 static GParamSpec *gParamSpecs[LAST_PROP]; variable
113 gParamSpecs[PROP_HEADING] = in gclue_compass_class_init()
125 g_object_class_install_property (object_class, PROP_HEADING, gParamSpecs[PROP_HEADING]); in gclue_compass_class_init()
134 gParamSpecs[PROP_HEADING]); in on_compass_heading_changed()
161 gParamSpecs[PROP_HEADING]); in on_compass_claimed()
/dports/databases/gom/gom-0.4/gom/
H A Dgom-resource-group.c69 static GParamSpec *gParamSpecs[LAST_PROP]; variable
1012 gParamSpecs[PROP_COUNT] = in gom_resource_group_class_init()
1021 gParamSpecs[PROP_COUNT]); in gom_resource_group_class_init()
1023 gParamSpecs[PROP_FILTER] = in gom_resource_group_class_init()
1030 gParamSpecs[PROP_FILTER]); in gom_resource_group_class_init()
1032 gParamSpecs[PROP_SORTING] = in gom_resource_group_class_init()
1041 gParamSpecs[PROP_M2M_TABLE] = in gom_resource_group_class_init()
1050 gParamSpecs[PROP_M2M_TYPE] = in gom_resource_group_class_init()
1059 gParamSpecs[PROP_REPOSITORY] = in gom_resource_group_class_init()
1068 gParamSpecs[PROP_RESOURCE_TYPE] = in gom_resource_group_class_init()
[all …]
H A Dgom-command-builder.c55 static GParamSpec *gParamSpecs[LAST_PROP]; variable
1032 gParamSpecs[PROP_ADAPTER] = in gom_command_builder_class_init()
1041 gParamSpecs[PROP_FILTER] = in gom_command_builder_class_init()
1048 gParamSpecs[PROP_FILTER]); in gom_command_builder_class_init()
1050 gParamSpecs[PROP_SORTING] = in gom_command_builder_class_init()
1059 gParamSpecs[PROP_LIMIT] = in gom_command_builder_class_init()
1068 gParamSpecs[PROP_LIMIT]); in gom_command_builder_class_init()
1070 gParamSpecs[PROP_M2M_TABLE] = in gom_command_builder_class_init()
1079 gParamSpecs[PROP_M2M_TYPE] = in gom_command_builder_class_init()
1088 gParamSpecs[PROP_OFFSET] = in gom_command_builder_class_init()
[all …]
/dports/net/geoclue/geoclue-3bb60dd600a8b247fd6049e7e5b1c73c2c5fc0e8/libgeoclue/
H A Dgclue-simple.c86 static GParamSpec *gParamSpecs[LAST_PROP]; variable
168 gParamSpecs[PROP_DESKTOP_ID] = g_param_spec_string ("desktop-id", in gclue_simple_class_init()
176 gParamSpecs[PROP_DESKTOP_ID]); in gclue_simple_class_init()
183 gParamSpecs[PROP_ACCURACY_LEVEL] = g_param_spec_enum ("accuracy-level", in gclue_simple_class_init()
192 gParamSpecs[PROP_ACCURACY_LEVEL]); in gclue_simple_class_init()
199 gParamSpecs[PROP_CLIENT] = g_param_spec_object ("client", in gclue_simple_class_init()
206 gParamSpecs[PROP_CLIENT]); in gclue_simple_class_init()
213 gParamSpecs[PROP_LOCATION] = g_param_spec_object ("location", in gclue_simple_class_init()
220 gParamSpecs[PROP_LOCATION]); in gclue_simple_class_init()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/frameworks/34 gir static lib/subdir/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/frameworks/11 gir subproject/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP];
93 gParamSpecs [PROP_MSG] =
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs);
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/frameworks/12 multiple gir/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/frameworks/11 gir subproject/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/emulators/qemu60/qemu-6.0.0/meson/test cases/frameworks/12 multiple gir/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/devel/meson/meson-0.60.3/test cases/frameworks/11 gir subproject/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/devel/meson/meson-0.60.3/test cases/frameworks/12 multiple gir/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/devel/meson/meson-0.60.3/test cases/frameworks/34 gir static lib/subdir/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/examples/library/
H A Dgi-sample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
88 gParamSpecs [PROP_MSG] = in gi_sample_thing_class_init()
97 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in gi_sample_thing_class_init()
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/frameworks/12 multiple gir/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/frameworks/11 gir subproject/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/frameworks/12 multiple gir/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/frameworks/34 gir static lib/subdir/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/frameworks/11 gir subproject/gir/
H A Dmeson-subsample.c18 static GParamSpec *gParamSpecs [LAST_PROP]; variable
93 gParamSpecs [PROP_MSG] = in meson_sub_sample_class_init()
102 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sub_sample_class_init()
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/frameworks/11 gir subproject/subprojects/mesongir/
H A Dmeson-sample.c17 static GParamSpec *gParamSpecs [LAST_PROP]; variable
92 gParamSpecs [PROP_MSG] = in meson_sample_class_init()
101 g_object_class_install_properties (object_class, LAST_PROP, gParamSpecs); in meson_sample_class_init()

123