Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.ParamSpec

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GParamSpec
Struct : ParamSpec
  Show / Hide Inherited methods, properties and signals
All other fields of the GParamSpec struct are private and should not be used directly.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.ParamSpec ()
Create a new GObject.ParamSpec
Create a new GObject.ParamSpec
 
Events
None
Used by These Methods / Signals / Properties
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
child_notify (Container self, Actor actor, ParamSpec since) : none
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
validate (ParamSpec pspec) : Boolean
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.param_spec_override (String name, ParamSpec overridden) : GObject.ParamSpec
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.param_value_defaults (ParamSpec pspec, Value value) : Boolean
GObject
Method
GObject.param_value_set_default (ParamSpec pspec, Value value) : none
GObject
Method
GObject.param_value_validate (ParamSpec pspec, Value value) : Boolean
GObject
Method
GObject.param_values_cmp (ParamSpec pspec, Value value1, Value value2) : Number
GObject.ParamSpecPool
Method
insert (ParamSpec pspec, Number owner_type) : none
GObject.ParamSpecPool
Method
remove (ParamSpec pspec) : none
GObject.ParamSpecPool
Method
lookup (String param_name, Number owner_type, Boolean walk_ancestors) : GObject.ParamSpec
GObject.ParamSpecPool
Method
list (Number owner_type, Object out_values) : GObject.ParamSpec
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.utils_get_pspec_from_funcname (String funcname) : GObject.ParamSpec
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
Gst.child_proxy_lookup (Object object, String name, Object target, ParamSpec pspec) : Boolean
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
deep_notify (Object self, Object prop_object, ParamSpec prop) : none
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
bind (ParamSpec pspec) : Boolean
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
needs_probe (ParamSpec pspec) : Boolean
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
Gtk.rc_property_parse_border (ParamSpec pspec, String gstring, Value property_value) : Boolean
A GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses borders in the form "{ left, right, top, bottom }" for integers left, right, top and bottom.
Gtk
Method
Gtk.rc_property_parse_color (ParamSpec pspec, String gstring, Value property_value) : Boolean
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 { red, green, blue } where red, green and blue are integers between 0 and 65535 or floating-point numbers between 0 and 1.
Gtk
Method
Gtk.rc_property_parse_enum (ParamSpec pspec, String gstring, Value property_value) : Boolean
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
Gtk.rc_property_parse_flags (ParamSpec pspec, String gstring, Value property_value) : Boolean
A GtkRcPropertyParser for use with gtk_settings_install_property_parser() or gtk_widget_class_install_style_property_parser() which parses flags.
Gtk
Method
Gtk.rc_property_parse_requisition (ParamSpec pspec, String gstring, Value property_value) : Boolean
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 "{ width, height }" for integers width and height.
Gtk.Builder
Method
value_from_string (ParamSpec pspec, String string, Value value) : Boolean
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.Settings.install_property_parser (ParamSpec pspec, Function parser) : none
Gtk.Widget
Signal
child_notify (Widget self, ParamSpec pspec) : none
The ::child-notify signal is emitted for each child property that has changed on an object.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:01 GMT+0800 (HKT)