Home
last modified time | relevance | path

Searched refs:G_TYPE_PARAM_FLAGS (Results 1 – 17 of 17) sorted by relevance

/dports/devel/glib20/glib-2.70.4/gobject/
H A Dgparamspecs.h292 #define G_TYPE_PARAM_FLAGS (g_param_spec_types[11]) macro
301 #define G_IS_PARAM_SPEC_FLAGS(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_FLAGS
308 #define G_PARAM_SPEC_FLAGS(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_FLAGS
H A Dgparamspecs.c491 GParamSpecClass *parent_class = g_type_class_peek (g_type_parent (G_TYPE_PARAM_FLAGS)); in param_flags_finalize()
1426 g_assert (type == G_TYPE_PARAM_FLAGS); in _g_param_spec_types_init()
2148 fspec = g_param_spec_internal (G_TYPE_PARAM_FLAGS, in g_param_spec_flags()
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGlib/
H A Dgen.cpp48 REGISTER_TYPE_IMPLEMENTATION(QGlib::ParamSpec::ParamFlags,G_TYPE_PARAM_FLAGS)
/dports/graphics/vips/vips-8.12.0/libvips/iofuncs/
H A Dcache.c164 else if( generic == G_TYPE_PARAM_FLAGS ) in vips_value_hash()
273 if( generic == G_TYPE_PARAM_FLAGS ) in vips_value_equal()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgparamspecs.inc174 function G_TYPE_PARAM_FLAGS : longint;
770 function G_TYPE_PARAM_FLAGS : longint;
772 G_TYPE_PARAM_FLAGS:=g_param_spec_types[11];
780 G_IS_PARAM_SPEC_FLAGS:=G_TYPE_CHECK_INSTANCE_TYPE(pspec,G_TYPE_PARAM_FLAGS);
788 G_PARAM_SPEC_FLAGS:=PGParamSpecFlags(G_TYPE_CHECK_INSTANCE_CAST(pspec,G_TYPE_PARAM_FLAGS));
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dgparamspecs.inc174 function G_TYPE_PARAM_FLAGS : longint;
770 function G_TYPE_PARAM_FLAGS : longint;
772 G_TYPE_PARAM_FLAGS:=g_param_spec_types[11];
780 G_IS_PARAM_SPEC_FLAGS:=G_TYPE_CHECK_INSTANCE_TYPE(pspec,G_TYPE_PARAM_FLAGS);
788 G_PARAM_SPEC_FLAGS:=PGParamSpecFlags(G_TYPE_CHECK_INSTANCE_CAST(pspec,G_TYPE_PARAM_FLAGS));
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/glib/gnome/gobject/
H A Dgparameter.c385 else if (param_type == G_TYPE_PARAM_FLAGS) { in scm_c_gparam_construct()
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-property-class.c1728 spec_type == G_TYPE_PARAM_FLAGS || in glade_property_class_parse_specifications()
1750 else if (spec_type == G_TYPE_PARAM_FLAGS) in glade_property_class_parse_specifications()
H A Dglade-widget-adaptor.c2106 spec_type == G_TYPE_PARAM_FLAGS || in pspec_dup()
2118 else if (spec_type == G_TYPE_PARAM_FLAGS) in pspec_dup()
/dports/devel/p5-Glib/Glib-1.3293/
H A DGParamSpec.xs233 gperl_register_param_spec (G_TYPE_PARAM_FLAGS, "Glib::Param::Flags");
/dports/x11-toolkits/gtk20/gtk+-2.24.33/tests/
H A Dprop-editor.c848 else if (type == G_TYPE_PARAM_FLAGS) in property_widget()
/dports/net/grilo/grilo-0.3.14/src/
H A Dgrl-registry.c892 } else if (ctype == G_TYPE_PARAM_FLAGS) { in param_spec_is_equal()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/inspector/
H A Dprop-editor.c1035 else if (type == G_TYPE_PARAM_FLAGS) in property_editor()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/inspector/
H A Dprop-editor.c1003 else if (type == G_TYPE_PARAM_FLAGS) in property_editor()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/MultiSink/src/gstreamer/src/
H A Dmediawritergstreamer.cpp215 {G_TYPE_PARAM_FLAGS , "flags" }, in codecGstOptionTypeToStr()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dgobject-2.0.vapi310 [CCode (cheader_filename = "glib-object.h", type_id = "G_TYPE_PARAM_FLAGS")]
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dgobject_functions.defs33 (gtype-id "G_TYPE_PARAM_FLAGS")