Home
last modified time | relevance | path

Searched refs:n_pspecs (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgobjectnotifyqueue.c38 guint n_pspecs,
53 guint16 n_pspecs; member
104 guint n_pspecs = 0; in g_object_notify_queue_thaw() local
125 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw()
129 pspecs[n_pspecs++] = slist->data; in g_object_notify_queue_thaw()
135 if (n_pspecs) in g_object_notify_queue_thaw()
136 context->dispatcher (object, n_pspecs, pspecs); in g_object_notify_queue_thaw()
150 nqueue->n_pspecs = 0; in g_object_notify_queue_clear()
166 g_return_if_fail (nqueue->n_pspecs < 65535); in g_object_notify_queue_add()
176 nqueue->n_pspecs++; in g_object_notify_queue_add()
/dports/graphics/gimp-app/gimp-2.10.30/app/operations/
H A Dgimp-operation-config.c173 guint n_pspecs; in gimp_operation_config_class_init() local
179 pspecs = gegl_operation_list_properties (operation, &n_pspecs); in gimp_operation_config_class_init()
181 for (i = 0; i < n_pspecs; i++) in gimp_operation_config_class_init()
488 guint n_pspecs; in gimp_operation_config_sync_node() local
503 for (i = 0; i < n_pspecs; i++) in gimp_operation_config_sync_node()
558 guint n_pspecs; in gimp_operation_config_connect_node() local
573 for (i = 0; i < n_pspecs; i++) in gimp_operation_config_connect_node()
591 for (i = 0; i < n_pspecs; i++) in gimp_operation_config_connect_node()
620 guint *n_pspecs) in gimp_operation_config_list_properties() argument
649 if (n_pspecs) in gimp_operation_config_list_properties()
[all …]
/dports/databases/gom/gom-0.4/gom/
H A Dgom-command-builder.c143 guint n_pspecs; in add_fields() local
147 for (i = 0; i < n_pspecs; i++) { in add_fields()
444 guint n_pspecs; in gom_command_builder_build_create() local
492 for (i = 0; i < n_pspecs; i++) { in gom_command_builder_build_create()
724 guint n_pspecs = 0; in gom_command_builder_build_insert() local
745 for (i = 0; i < n_pspecs; i++) { in gom_command_builder_build_insert()
764 for (i = 0; i < n_pspecs; i++) { in gom_command_builder_build_insert()
790 for (i = 0; i < n_pspecs; i++) { in gom_command_builder_build_insert()
827 guint n_pspecs = 0; in gom_command_builder_build_update() local
842 for (i = 0; i < n_pspecs; i++) { in gom_command_builder_build_update()
[all …]
/dports/devel/json-glib/json-glib-1.6.2/json-glib/
H A Djson-serializable.c149 guint *n_pspecs) in json_serializable_real_list_properties() argument
151 return g_object_class_list_properties (G_OBJECT_GET_CLASS (serializable), n_pspecs); in json_serializable_real_list_properties()
319 guint *n_pspecs) in json_serializable_list_properties() argument
323 return JSON_SERIALIZABLE_GET_IFACE (serializable)->list_properties (serializable, n_pspecs); in json_serializable_list_properties()
H A Djson-gobject.h77 guint *n_pspecs);
106 guint *n_pspecs);
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/tests/
H A Ddefaultvalue.c64 guint n_pspecs, i; in test_type() local
116 pspecs = g_object_class_list_properties (klass, &n_pspecs); in test_type()
117 for (i = 0; i < n_pspecs; ++i) in test_type()
316 pspecs = gtk_widget_class_list_style_properties (GTK_WIDGET_CLASS (klass), &n_pspecs); in test_type()
318 for (i = 0; i < n_pspecs; ++i) in test_type()
H A Dobject.c266 guint i, n_pspecs = 0; in widget_test_properties() local
267 GParamSpec **pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (widget), &n_pspecs); in widget_test_properties()
268 for (i = 0; i < n_pspecs; i++) in widget_test_properties()
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Ddefaultvalue.c56 guint n_pspecs, i; in test_type() local
121 pspecs = g_object_class_list_properties (klass, &n_pspecs); in test_type()
122 for (i = 0; i < n_pspecs; ++i) in test_type()
/dports/multimedia/pitivi/pitivi-0.999/pitivi/coptimizations/
H A Drenderer.c96 guint n_pspecs, GParamSpec ** pspecs) in pitivi_disable_gst_object_dispatch_properties_changed() argument
100 gobject_class->dispatch_properties_changed (object, n_pspecs, pspecs); in pitivi_disable_gst_object_dispatch_properties_changed()
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gtk/
H A Daccessor-apis.c255 guint i, n_pspecs; in test_accessors() local
258 pspecs = g_object_class_list_properties (klass, &n_pspecs); in test_accessors()
260 for (i = 0; i < n_pspecs; ++i) in test_accessors()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/gtk/
H A Ddefaultvalue.c60 guint n_pspecs, i; in test_type() local
130 pspecs = g_object_class_list_properties (klass, &n_pspecs); in test_type()
131 for (i = 0; i < n_pspecs; ++i) in test_type()
386 pspecs = gtk_widget_class_list_style_properties (GTK_WIDGET_CLASS (klass), &n_pspecs); in test_type()
388 for (i = 0; i < n_pspecs; ++i) in test_type()
H A Dobject.c281 guint i, n_pspecs = 0; in widget_test_properties() local
282 GParamSpec **pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (widget), &n_pspecs); in widget_test_properties()
283 for (i = 0; i < n_pspecs; i++) in widget_test_properties()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkadjustment.c62 guint n_pspecs,
292 guint n_pspecs, in gtk_adjustment_dispatch_properties_changed() argument
298 …G_OBJECT_CLASS (gtk_adjustment_parent_class)->dispatch_properties_changed (object, n_pspecs, pspec… in gtk_adjustment_dispatch_properties_changed()
300 for (i = 0; i < n_pspecs; i++) in gtk_adjustment_dispatch_properties_changed()
/dports/devel/libsearpc/libsearpc-d1fd751/lib/
H A Dsearpc-utils.c67 guint n_pspecs, i; in json_gobject_serialize() local
69 pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (gobject), &n_pspecs); in json_gobject_serialize()
71 for (i=0; i!=n_pspecs; ++i) { in json_gobject_serialize()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-settings.c461 guint n_pspecs, in clutter_settings_dispatch_properties_changed() argument
469 klass->dispatch_properties_changed (gobject, n_pspecs, pspecs); in clutter_settings_dispatch_properties_changed()
800 guint n_pspecs, i; in _clutter_settings_read_from_key_file() local
807 pspecs = g_object_class_list_properties (settings_class, &n_pspecs); in _clutter_settings_read_from_key_file()
809 for (i = 0; i < n_pspecs; i++) in _clutter_settings_read_from_key_file()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-settings.c439 guint n_pspecs, in clutter_settings_dispatch_properties_changed() argument
447 klass->dispatch_properties_changed (gobject, n_pspecs, pspecs); in clutter_settings_dispatch_properties_changed()
756 guint n_pspecs, i; in _clutter_settings_read_from_key_file() local
763 pspecs = g_object_class_list_properties (settings_class, &n_pspecs); in _clutter_settings_read_from_key_file()
765 for (i = 0; i < n_pspecs; i++) in _clutter_settings_read_from_key_file()
/dports/x11/mate-terminal/mate-terminal-1.26.0/src/
H A Dterminal-profile.c912 guint n_pspecs, i; in terminal_profile_init() local
923 … g_object_class_list_properties (G_OBJECT_CLASS (TERMINAL_PROFILE_GET_CLASS (profile)), &n_pspecs); in terminal_profile_init()
924 for (i = 0; i < n_pspecs; ++i) in terminal_profile_init()
959 guint n_pspecs, i; in terminal_profile_constructor() local
984 … g_object_class_list_properties (G_OBJECT_CLASS (TERMINAL_PROFILE_GET_CLASS (profile)), &n_pspecs); in terminal_profile_constructor()
985 for (i = 0; i < n_pspecs; ++i) in terminal_profile_constructor()
1378 guint n_pspecs, i, n_params, profile_num; in _terminal_profile_clone() local
1391 …ject_class_list_properties (G_OBJECT_CLASS (TERMINAL_PROFILE_GET_CLASS (base_profile)), &n_pspecs); in _terminal_profile_clone()
1393 params = g_newa (GParameter, n_pspecs); in _terminal_profile_clone()
1396 for (i = 0; i < n_pspecs; ++i) in _terminal_profile_clone()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/
H A Dplug-in-params.c39 gint n_pspecs, in plug_in_params_to_args() argument
48 g_return_val_if_fail ((pspecs != NULL && n_pspecs > 0) || in plug_in_params_to_args()
49 (pspecs == NULL && n_pspecs == 0), NULL); in plug_in_params_to_args()
76 if (pspec_index < n_pspecs) in plug_in_params_to_args()
H A Dplug-in-params.h23 gint n_pspecs,
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpdynamics.c91 guint n_pspecs,
434 guint n_pspecs, in gimp_dynamics_dispatch_properties_changed() argument
440 n_pspecs, pspecs); in gimp_dynamics_dispatch_properties_changed()
442 for (i = 0; i < n_pspecs; i++) in gimp_dynamics_dispatch_properties_changed()
H A Dgimptoolpreset.c84 guint n_pspecs,
358 guint n_pspecs, in gimp_tool_preset_dispatch_properties_changed() argument
364 n_pspecs, pspecs); in gimp_tool_preset_dispatch_properties_changed()
366 for (i = 0; i < n_pspecs; i++) in gimp_tool_preset_dispatch_properties_changed()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/testsuite/reftests/
H A Dgtk-reftest.c377 guint n_pspecs; in enforce_default_settings() local
384 pspecs = g_object_class_list_properties (klass, &n_pspecs); in enforce_default_settings()
385 for (i = 0; i < n_pspecs; i++) in enforce_default_settings()
/dports/net/gsk/gsk-1.0.63/src/store/
H A Dgskxmlvaluewriter.c37 guint n_pspecs; in get_serialized_properties() local
40 pspecs = g_object_class_list_properties (object_class, &n_pspecs); in get_serialized_properties()
41 if (n_pspecs > 0) in get_serialized_properties()
48 for (i = 0; i < n_pspecs; ++i) in get_serialized_properties()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkadjustment.c98 guint n_pspecs,
340 guint n_pspecs, in gtk_adjustment_dispatch_properties_changed() argument
346 …G_OBJECT_CLASS (gtk_adjustment_parent_class)->dispatch_properties_changed (object, n_pspecs, pspec… in gtk_adjustment_dispatch_properties_changed()
348 for (i = 0; i < n_pspecs; i++) in gtk_adjustment_dispatch_properties_changed()
/dports/graphics/gimp-app/gimp-2.10.30/app/config/
H A Dgimprc.c568 guint n_pspecs; in gimp_rc_migrate() local
573 pspecs = g_object_class_list_properties (G_OBJECT_GET_CLASS (rc), &n_pspecs); in gimp_rc_migrate()
575 for (i = 0; i < n_pspecs; i++) in gimp_rc_migrate()

1234567