Home
last modified time | relevance | path

Searched refs:G_TYPE_PARAM_BOXED (Results 1 – 19 of 19) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgparamspecs.h407 #define G_TYPE_PARAM_BOXED (g_param_spec_types[16]) macro
416 #define G_IS_PARAM_SPEC_BOXED(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_BOXED
423 #define G_PARAM_SPEC_BOXED(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_BOXED
H A Dgparamspecs.c1516 g_assert (type == G_TYPE_PARAM_BOXED); in _g_param_spec_types_init()
2356 bspec = g_param_spec_internal (G_TYPE_PARAM_BOXED, in g_param_spec_boxed()
/dports/graphics/vips/vips-8.12.0/libvips/iofuncs/
H A Dcache.c191 else if( generic == G_TYPE_PARAM_BOXED ) { in vips_value_hash()
297 if( generic == G_TYPE_PARAM_BOXED ) in vips_value_equal()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgparamspecs.inc234 function G_TYPE_PARAM_BOXED : longint;
875 function G_TYPE_PARAM_BOXED : longint;
877 G_TYPE_PARAM_BOXED:=g_param_spec_types[16];
885 G_IS_PARAM_SPEC_BOXED:=G_TYPE_CHECK_INSTANCE_TYPE(pspec,G_TYPE_PARAM_BOXED);
893 G_PARAM_SPEC_BOXED:=PGParamSpecBoxed(G_TYPE_CHECK_INSTANCE_CAST(pspec,G_TYPE_PARAM_BOXED));
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgparamspecs.inc234 function G_TYPE_PARAM_BOXED : longint;
875 function G_TYPE_PARAM_BOXED : longint;
877 G_TYPE_PARAM_BOXED:=g_param_spec_types[16];
885 G_IS_PARAM_SPEC_BOXED:=G_TYPE_CHECK_INSTANCE_TYPE(pspec,G_TYPE_PARAM_BOXED);
893 G_PARAM_SPEC_BOXED:=PGParamSpecBoxed(G_TYPE_CHECK_INSTANCE_CAST(pspec,G_TYPE_PARAM_BOXED));
/dports/graphics/gimp-app/gimp-2.10.30/libgimpbase/
H A Dgimpparasite.c111 type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_parasite_get_type()
H A Dgimpvaluearray.c378 type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_value_array_get_type()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpmath/
H A Dgimpmatrix.c125 spec_type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_matrix2_get_type()
409 spec_type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_matrix3_get_type()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/inspector/
H A Dprop-editor.c1084 else if (type == G_TYPE_PARAM_BOXED && in property_editor()
1097 else if (type == G_TYPE_PARAM_BOXED && in property_editor()
1110 else if (type == G_TYPE_PARAM_BOXED && in property_editor()
1122 else if (type == G_TYPE_PARAM_BOXED && in property_editor()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/inspector/
H A Dprop-editor.c1124 else if (type == G_TYPE_PARAM_BOXED && in property_editor()
1137 else if (type == G_TYPE_PARAM_BOXED && in property_editor()
1149 else if (type == G_TYPE_PARAM_BOXED && in property_editor()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/glib/gnome/gobject/
H A Dgparameter.c372 else if (param_type == G_TYPE_PARAM_BOXED) { in scm_c_gparam_construct()
/dports/graphics/gimp-app/gimp-2.10.30/app/core/
H A Dgimpparamspecs.c1908 type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_array_get_type()
2646 type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_string_array_get_type()
2846 type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_color_array_get_type()
/dports/graphics/gimp-app/gimp-2.10.30/libgimpcolor/
H A Dgimprgb.c666 spec_type = g_type_register_static (G_TYPE_PARAM_BOXED, in gimp_param_rgb_get_type()
/dports/devel/p5-Glib/Glib-1.3293/
H A DGParamSpec.xs238 gperl_register_param_spec (G_TYPE_PARAM_BOXED, "Glib::Param::Boxed");
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dprop-editor.c919 else if (type == G_TYPE_PARAM_BOXED && in property_widget()
/dports/net/grilo/grilo-0.3.14/src/
H A Dgrl-registry.c910 } else if (ctype == G_TYPE_PARAM_BOXED || ctype == G_TYPE_PARAM_OBJECT) { in param_spec_is_equal()
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-property-class.c1729 spec_type == G_TYPE_PARAM_BOXED || in glade_property_class_parse_specifications()
H A Dglade-widget-adaptor.c2107 spec_type == G_TYPE_PARAM_BOXED || in pspec_dup()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgobject-2.0.vapi281 [CCode (cheader_filename = "glib-object.h", type_id = "G_TYPE_PARAM_BOXED")]