Home
last modified time | relevance | path

Searched refs:fixed_n_elements (Results 1 – 25 of 34) sorted by relevance

12

/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpvaluearray.c402 aspec->fixed_n_elements = 0; /* disable */ in gimp_param_value_array_init()
407 guint fixed_n_elements) in gimp_value_array_ensure_size() argument
411 if (fixed_n_elements) in gimp_value_array_ensure_size()
413 while (gimp_value_array_length (value_array) < fixed_n_elements) in gimp_value_array_ensure_size()
419 while (gimp_value_array_length (value_array) > fixed_n_elements) in gimp_value_array_ensure_size()
449 if (! value->data[0].v_pointer && aspec->fixed_n_elements) in gimp_param_value_array_set_default()
450 value->data[0].v_pointer = gimp_value_array_new (aspec->fixed_n_elements); in gimp_param_value_array_set_default()
456 aspec->fixed_n_elements); in gimp_param_value_array_set_default()
468 if (! value->data[0].v_pointer && aspec->fixed_n_elements) in gimp_param_value_array_validate()
469 value->data[0].v_pointer = gimp_value_array_new (aspec->fixed_n_elements); in gimp_param_value_array_validate()
[all …]
H A Dgimpvaluearray.h90 gint fixed_n_elements; member
/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgparamspecs.c829 aspec->fixed_n_elements = 0; /* disable */ in param_value_array_init()
834 guint fixed_n_elements) in value_array_ensure_size() argument
838 if (fixed_n_elements) in value_array_ensure_size()
840 while (value_array->n_values < fixed_n_elements) in value_array_ensure_size()
845 while (value_array->n_values > fixed_n_elements) in value_array_ensure_size()
875 if (!value->data[0].v_pointer && aspec->fixed_n_elements) in param_value_array_set_default()
876 value->data[0].v_pointer = g_value_array_new (aspec->fixed_n_elements); in param_value_array_set_default()
881 value_array_ensure_size (value->data[0].v_pointer, aspec->fixed_n_elements); in param_value_array_set_default()
893 if (!value->data[0].v_pointer && aspec->fixed_n_elements) in param_value_array_validate()
894 value->data[0].v_pointer = g_value_array_new (aspec->fixed_n_elements); in param_value_array_validate()
[all …]
H A Dgparamspecs.h911 guint fixed_n_elements; member
/dports/devel/pygobject3-common/pygobject-3.38.0/gi/
H A Dpygi-value.c195 if (pspec && pspec->fixed_n_elements > 0 && len != pspec->fixed_n_elements) in pyg_value_array_from_pyobject()
/dports/devel/py-gobject3/pygobject-3.38.0/gi/
H A Dpygi-value.c195 if (pspec && pspec->fixed_n_elements > 0 && len != pspec->fixed_n_elements) in pyg_value_array_from_pyobject()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/
H A Dparam_spec.rs1146 pub fn fixed_n_elements(&self) -> u32 { in fixed_n_elements() method
1150 (*ptr).fixed_n_elements in fixed_n_elements()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/
H A Dparam_spec.rs1146 pub fn fixed_n_elements(&self) -> u32 { in fixed_n_elements() method
1150 (*ptr).fixed_n_elements in fixed_n_elements()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/
H A Dparam_spec.rs1146 pub fn fixed_n_elements(&self) -> u32 { in fixed_n_elements() method
1150 (*ptr).fixed_n_elements in fixed_n_elements()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/
H A Dparam_spec.rs1146 pub fn fixed_n_elements(&self) -> u32 { in fixed_n_elements() method
1150 (*ptr).fixed_n_elements in fixed_n_elements()
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/
H A Dparam_spec.rs1146 pub fn fixed_n_elements(&self) -> u32 { in fixed_n_elements() method
1150 (*ptr).fixed_n_elements in fixed_n_elements()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/
H A Dparam_spec.rs1146 pub fn fixed_n_elements(&self) -> u32 { in fixed_n_elements() method
1150 (*ptr).fixed_n_elements in fixed_n_elements()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/
H A Dparam_spec.rs1146 pub fn fixed_n_elements(&self) -> u32 { in fixed_n_elements() method
1150 (*ptr).fixed_n_elements in fixed_n_elements()
/dports/devel/pyl-gobject/pygobject-2.28.6/gobject/
H A Dpygtype.c679 if (pspec && pspec->fixed_n_elements > 0 && len != pspec->fixed_n_elements) in pyg_value_array_from_pyobject()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gobject-sys-0.9.1/src/
H A Dlib.rs1273 pub fixed_n_elements: c_uint, field
1281 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gobject-sys-0.14.0/src/
H A Dlib.rs1271 pub fixed_n_elements: c_uint, field
1279 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gobject-sys-0.9.1/src/
H A Dlib.rs1273 pub fixed_n_elements: c_uint, field
1281 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gobject-sys/src/
H A Dlib.rs1271 pub fixed_n_elements: c_uint, field
1279 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gobject-sys-0.14.0/src/
H A Dlib.rs1271 pub fixed_n_elements: c_uint, field
1279 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gobject-sys-0.10.0/src/
H A Dlib.rs1273 pub fixed_n_elements: c_uint, field
1281 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gobject-sys-0.14.0/src/
H A Dlib.rs1271 pub fixed_n_elements: c_uint, field
1279 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/www/castor/castor-0.8.16/cargo-crates/gobject-sys-0.9.1/src/
H A Dlib.rs1273 pub fixed_n_elements: c_uint, field
1281 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gobject-sys-0.9.1/src/
H A Dlib.rs1273 pub fixed_n_elements: c_uint, field
1281 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gobject-sys-0.14.0/src/
H A Dlib.rs1271 pub fixed_n_elements: c_uint, field
1279 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()
/dports/net-im/fractal/fractal-4.4.0/vendor/gobject-sys/src/
H A Dlib.rs1273 pub fixed_n_elements: c_uint, field
1281 .field("fixed_n_elements", &self.fixed_n_elements) in fmt()

12