Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GParamSpec |
Struct : | ParamSpec |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
_blurb : String
|
GObject.ParamSpec | |
_nick : String
|
GObject.ParamSpec | |
flags : GObject.ParamFlags
|
GObject.ParamSpec | |
g_type_instance : GObject.TypeInstance
|
GObject.ParamSpec | |
name : String
|
GObject.ParamSpec | |
owner_type : Number
|
GObject.ParamSpec | |
param_id : Number
|
GObject.ParamSpec | |
qdata : GLib.Data
|
GObject.ParamSpec | |
ref_count : Number
|
GObject.ParamSpec | |
value_type : Number
|
GObject.ParamSpec |
Method / Constructor | Defined By | |
---|---|---|
new GObject.ParamSpec
()
Create a new GObject.ParamSpec
Create a new GObject.ParamSpec
|
||
get_blurb
()
:
String
|
GObject.ParamSpec | |
get_name
()
:
String
|
GObject.ParamSpec | |
get_nick
()
:
String
|
GObject.ParamSpec | |
GObject.ParamSpec | ||
get_redirect_target
()
:
GObject.ParamSpec
|
GObject.ParamSpec | |
ref_sink
()
:
GObject.ParamSpec
|
GObject.ParamSpec | |
GObject.ParamSpec | ||
GObject.ParamSpec | ||
sink
()
:
none
|
GObject.ParamSpec | |
GObject.ParamSpec |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Clutter
Method |
Clutter.container_class_find_child_property
(ObjectClass klass, String property_name)
:
GObject.ParamSpec
Looks up the GParamSpec for a child property of klass.
|
Clutter
Method |
Clutter.param_spec_color
(String name, String nick, String blurb, Color default_value, ParamFlags flags)
:
GObject.ParamSpec
Creates a GParamSpec for properties using ClutterColor.
|
Clutter
Method |
Clutter.param_spec_fixed
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
Creates a GParamSpec for properties using CoglFixed values
|
Clutter
Method |
Clutter.param_spec_units
(String name, String nick, String blurb, UnitType default_type, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
Creates a GParamSpec for properties using ClutterUnits.
|
Clutter.Container
Signal |
The ::child-notify signal is emitted each time a property is being set through the clutter_container_child_set() and clutter_container_child_set_property() calls.
|
Clutter.Interval
Method |
Validates the initial and final values of interval against a GParamSpec.
|
Clutter.LayoutManager
Method |
find_child_property
(String name)
:
GObject.ParamSpec
Retrieves the GParamSpec for the layout property name inside the ClutterLayoutMeta sub-class used by manager
|
Clutter.LayoutManager
Method |
list_child_properties
(Object out_values)
:
GObject.ParamSpec
Retrieves all the GParamSpecs for the layout properties stored inside the ClutterLayoutMeta sub-class used by manager
|
GObject
Method |
GObject.param_spec_boolean
(String name, String nick, String blurb, Boolean default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_boxed
(String name, String nick, String blurb, Number boxed_type, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_char
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_double
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_enum
(String name, String nick, String blurb, Number enum_type, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_flags
(String name, String nick, String blurb, Number flags_type, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_float
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_gtype
(String name, String nick, String blurb, Number is_a_type, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_int
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_int64
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_long
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_object
(String name, String nick, String blurb, Number object_type, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
|
GObject
Method |
GObject.param_spec_param
(String name, String nick, String blurb, Number param_type, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_pointer
(String name, String nick, String blurb, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_string
(String name, String nick, String blurb, String default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_uchar
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_uint
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_uint64
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_ulong
(String name, String nick, String blurb, Number minimum, Number maximum, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_unichar
(String name, String nick, String blurb, Number default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_value_array
(String name, String nick, String blurb, ParamSpec element_spec, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_spec_variant
(String name, String nick, String blurb, VariantType type, Variant default_value, ParamFlags flags)
:
GObject.ParamSpec
|
GObject
Method |
GObject.param_value_convert
(ParamSpec pspec, Value src_value, Value dest_value, Boolean strict_validation)
:
Boolean
|
GObject
Method |
|
GObject
Method |
|
GObject
Method |
|
GObject
Method |
|
GObject.ParamSpecPool
Method |
|
GObject.ParamSpecPool
Method |
remove
(ParamSpec pspec)
:
none
|
GObject.ParamSpecPool
Method |
|
GObject.ParamSpecPool
Method |
|
GObject.Value
Method |
set_param
(ParamSpec param)
:
none
|
GObject.Value
Method |
get_param
()
:
GObject.ParamSpec
|
GObject.Value
Method |
dup_param
()
:
GObject.ParamSpec
|
GObject.Value
Method |
take_param
(ParamSpec param)
:
none
|
GObject.Value
Method |
set_param_take_ownership
(ParamSpec param)
:
none
|
Gladeui
Method |
Gladeui.param_spec_objects
(String name, String nick, String blurb, Number accepted_type, ParamFlags flags)
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_boolean_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_float_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_gdkcolor_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_int_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_objects_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_pixbuf_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_stock_image_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_stock_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_string_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_strv_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
Gladeui.standard_uint_spec
()
:
GObject.ParamSpec
|
Gladeui
Method |
|
Gladeui.GObjectAdaptor
Method |
from_pspec
(ParamSpec spec)
:
Gladeui.WidgetAdaptor
Assumes pspec is a property in an object class wrapped by adaptor, this function will search for the specific parent adaptor class which originally introduced pspec.
|
GooCanvas.Canvas
Method |
GooCanvas.Canvas.item_class_install_child_property
(ObjectClass iclass, Number property_id, ParamSpec pspec)
:
none
|
GooCanvas.Canvas
Method |
GooCanvas.Canvas.item_class_find_child_property
(ObjectClass iclass, String property_name)
:
GObject.ParamSpec
|
GooCanvas.Canvas
Method |
GooCanvas.Canvas.item_class_list_child_properties
(ObjectClass iclass, Object out_values)
:
GObject.ParamSpec
|
GooCanvas.Canvas
Method |
GooCanvas.Canvas.item_model_class_install_child_property
(ObjectClass mclass, Number property_id, ParamSpec pspec)
:
none
|
GooCanvas.Canvas
Method |
GooCanvas.Canvas.item_model_class_find_child_property
(ObjectClass mclass, String property_name)
:
GObject.ParamSpec
|
GooCanvas.Canvas
Method |
GooCanvas.Canvas.item_model_class_list_child_properties
(ObjectClass mclass, Object out_values)
:
GObject.ParamSpec
|
GooCanvas.CanvasItem
Signal |
child_notify
(CanvasItem self, ParamSpec object)
:
none
|
GooCanvas.CanvasItemModel
Signal |
child_notify
(CanvasItemModel self, ParamSpec object)
:
none
|
Gst
Method |
Looks up which object and GParamSpec would be effected by the given name.
|
Gst
Method |
Gst.param_spec_fraction
(String name, String nick, String blurb, Number min_num, Number min_denom, Number max_num, Number max_denom, Number default_num, Number default_denom, ParamFlags flags)
:
GObject.ParamSpec
This function creates a fraction GParamSpec for use by objects/elements that want to expose properties of fraction type.
|
Gst
Method |
Gst.param_spec_mini_object
(String name, String nick, String blurb, Number object_type, ParamFlags flags)
:
GObject.ParamSpec
Creates a new GParamSpec instance that hold GstMiniObject references.
|
Gst.Object
Signal |
The deep notify signal is used to be notified of property changes.
|
Gst.Object
Method |
Gst.Object.default_deep_notify
(Object object, Object orig, ParamSpec pspec, Array excluded_props)
:
none
A default deep_notify signal callback for an object.
|
GstController.ControlSource
Method |
Binds a GstControlSource to a specific property.
|
GstInterfaces.PropertyProbe
Method |
get_property
(String name)
:
GObject.ParamSpec
Get GParamSpec for a property for which probing is supported.
|
GstInterfaces.PropertyProbe
Method |
probe_property
(ParamSpec pspec)
:
none
Runs a probe on the property specified by pspec
|
GstInterfaces.PropertyProbe
Method |
Checks whether a property needs a probe.
|
GstInterfaces.PropertyProbe
Method |
get_values
(ParamSpec pspec)
:
GObject.ValueArray
Gets the possible (probed) values for the given property, requires the property to have been probed before.
|
GstInterfaces.PropertyProbe
Method |
probe_and_get_values
(ParamSpec pspec)
:
GObject.ValueArray
Check whether the given property requires a new probe.
|
Gtk
Method |
A GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses borders in the form
|
Gtk
Method |
A GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses a color given either by its name or in the form
|
Gtk
Method |
A GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses a single enumeration value.
|
Gtk
Method |
A GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses flags.
|
Gtk
Method |
A GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses a requisition in the form
|
Gtk.Builder
Method |
This function demarshals a value from a string.
|
Gtk.Container
Method |
Gtk.Container.class_find_child_property
(ObjectClass cclass, String property_name)
:
GObject.ParamSpec
Finds a child property of a container class by name.
|
Gtk.Container
Method |
Gtk.Container.class_list_child_properties
(ObjectClass cclass, Object out_values)
:
GObject.ParamSpec
Returns all child properties of a container class.
|
Gtk.Settings
Method |
Gtk.Settings.install_property
(ParamSpec pspec)
:
none
|
Gtk.Settings
Method |
|
Gtk.Widget
Signal |
The ::child-notify signal is emitted for each child property that has changed on an object.
|