Back to Seed Clases

GObject


Classes

Interfaces

Structs

Unions

Enums

Struct GObject.Value

Import line: GObject = imports.gi.GObject;
GIR File: GObject-2.0.gir
C documentation: GValue
Struct : Value
  Show / Hide Inherited methods, properties and signals
An opaque structure used to hold different types of values. to functions within a GTypeValueTable structure, or implementations of the g_value_*() API. That is, code portions which implement new fundamental types. GValue users can not make any assumptions about how data is stored within the 2 element data union, and the g_type member should only be accessed through the G_VALUE_TYPE() macro.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GObject.Value ()
Create a new GObject.Value
Create a new GObject.Value
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Atk.Value
Method
get_current_value (Value value) : none
Gets the value of this object.
Atk.Value
Method
get_maximum_value (Value value) : none
Gets the maximum value of this object.
Atk.Value
Method
get_minimum_value (Value value) : none
Gets the minimum value of this object.
Atk.Value
Method
set_current_value (Value value) : Boolean
Sets the value of this object.
Atk.Value
Method
get_minimum_increment (Value value) : none
Gets the minimum increment by which the value of this object may be changed.
Clutter
Method
Clutter.value_get_color (Value value) : Clutter.Color
Gets the ClutterColor contained in value.
Clutter
Method
Clutter.value_get_fixed (Value value) : Number
Gets the fixed point value stored inside value.
Clutter
Method
Clutter.value_get_shader_float (Value value, Object out_values) : Number
Retrieves the list of floating point values stored inside the passed GValue.
Clutter
Method
Clutter.value_get_shader_int (Value value, Object out_values) : Number
Retrieves the list of integer values stored inside the passed GValue.
Clutter
Method
Clutter.value_get_shader_matrix (Value value, Object out_values) : Array
Retrieves a matrix of floating point values stored inside the passed GValue.
Clutter
Method
Clutter.value_get_units (Value value) : Clutter.Units
Gets the ClutterUnits contained in value.
Clutter
Method
Clutter.value_set_color (Value value, Color color) : none
Sets value to color.
Clutter
Method
Clutter.value_set_fixed (Value value, Number fixed_) : none
Sets value to fixed_.
Clutter
Method
Clutter.value_set_shader_float (Value value, Number size) : Number
Sets floats as the contents of value.
Clutter
Method
Clutter.value_set_shader_int (Value value, Number size) : Number
Sets ints as the contents of value.
Clutter
Method
Clutter.value_set_shader_matrix (Value value, Number size) : Number
Sets matrix as the contents of value.
Clutter
Method
Clutter.value_set_units (Value value, Units units) : none
Sets value to units
Clutter.Actor
Method
set_shader_param (String param, Value value) : none
Sets the value for a named parameter of the shader applied to actor.
Clutter.Animatable
Method
animate_property (Animation animation, String property_name, Value initial_value, Value final_value, Number progress, Value value) : Boolean
Calls the animate_property() virtual function for animatable.
Clutter.Animation
Method
bind (String property_name, Value final) : Clutter.Animation
Adds a single property with name property_name to the animation animation.
Clutter.Animation
Method
update (String property_name, Value final) : Clutter.Animation
Updates the final value of the interval for property_name
Clutter.Animator
Method
set_key (Object object, String property_name, Number mode, Number progress, Value value) : Clutter.Animator
Sets a single key in the ClutterAnimator for the property_name of
Clutter.Animator
Method
compute_value (Object object, String property_name, Number progress, Value value) : Boolean
Compute the value for a managed property at a given progress.
Clutter.AnimatorKey
Method
get_value (Value value) : Boolean
Retrieves a copy of the value for a ClutterAnimatorKey.
Clutter.Container
Method
child_set_property (Actor child, String property, Value value) : none
Sets a container-specific property on a child of container.
Clutter.Container
Method
child_get_property (Actor child, String property, Value value) : none
Gets a container specific property of a child of container, In general, a copy is made of the property contents and the caller is responsible for freeing the memory by calling g_value_unset().
Clutter.Interval
Method
new Clutter.Interval.with_values (Number gtype, Value initial, Value final) : Clutter.Interval
Create a new Clutter.Interval
Clutter.Interval
Method
set_initial_value (Value value) : none
Sets the initial value of interval to value.
Clutter.Interval
Method
get_initial_value (Value value) : none
Retrieves the initial value of interval and copies it into value.
Clutter.Interval
Method
peek_initial_value () : GObject.Value
Gets the pointer to the initial value of interval
Clutter.Interval
Method
set_final_value (Value value) : none
Sets the final value of interval to value.
Clutter.Interval
Method
get_final_value (Value value) : none
Retrieves the final value of interval and copies it into value.
Clutter.Interval
Method
peek_final_value () : GObject.Value
Gets the pointer to the final value of interval
Clutter.Interval
Method
compute_value (Number factor, Value value) : Boolean
Computes the value between the interval boundaries given the progress factor and puts it into value.
Clutter.LayoutManager
Method
child_set_property (Container container, Actor actor, String property_name, Value value) : none
Sets a property on the ClutterLayoutMeta created by manager and attached to a child of container
Clutter.LayoutManager
Method
child_get_property (Container container, Actor actor, String property_name, Value value) : none
Gets a property on the ClutterLayoutMeta created by manager and attached to a child of container The GValue must already be initialized to the type of the property and has to be unset with g_value_unset() after extracting the real value out of it
Clutter.Model
Method
insert_value (Number row, Number column, Value value) : none
Sets the data in the cell specified by iter and column.
Clutter.ModelIter
Method
get_value (Number column, Value value) : none
Sets an initializes value to that at column.
Clutter.ModelIter
Method
set_value (Number column, Value value) : none
Sets the data in the cell specified by iter and column.
Clutter.Scriptable
Method
parse_custom_node (Script script, Value value, String name, JsonNode node) : Boolean
Parses the passed JSON node.
Clutter.Scriptable
Method
set_custom_property (Script script, String name, Value value) : none
Overrides the common properties setting.
Clutter.Shader
Method
set_uniform (String name, Value value) : none
Sets a user configurable variable in the GLSL shader programs attached to a ClutterShader.
ClutterJson.JsonNode
Method
set_value (Value value) : none
Sets value inside node.
ClutterJson.JsonNode
Method
get_value (Value value) : none
Retrieves a value from a JsonNode and copies into value.
Epiphany.EphyDialog
Method
set_value (String property_id, Value value) : none
Sets the property identified by property_id to value in dialog.
Epiphany.EphyEmbedEvent
Method
get_property (String name) : GObject.Value
Epiphany.EphyNode
Method
set_property (Number property_id, Value value) : none
Everything
Method
Everything.test_int_value_arg (Value v) : Number
Everything
Method
Everything.test_value_return (Number i) : GObject.Value
GIMarshallingTests
Method
GIMarshallingTests.gvalue_in (Value value) : none
GIMarshallingTests
Method
GIMarshallingTests.gvalue_inout (Value value) : none
GIMarshallingTests
Method
GIMarshallingTests.gvalue_out () : GObject.Value
GIMarshallingTests
Method
GIMarshallingTests.gvalue_return () : GObject.Value
GIRepository
Method
GIRepository.gi_cclosure_marshal_generic (Closure closure, Value return_gvalue, Number n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
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
Method
GObject.signal_accumulator_true_handled (SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy) : Boolean
GObject
Method
GObject.signal_chain_from_overridden (Value instance_and_params, Value return_value) : none
GObject
Method
GObject.signal_emitv (Value instance_and_params, Number signal_id, Number detail, Value return_value) : none
GObject
Method
GObject.strdup_value_contents (Value value) : String
GObject
Method
GObject.type_check_value (Value value) : Boolean
GObject
Method
GObject.type_check_value_holds (Value value, Number type) : Boolean
GObject.Closure
Method
invoke (Value return_value, Number n_param_values, Value param_values, void* invocation_hint) : none
GObject.ValueArray
Method
get_nth (Number index_) : GObject.Value
GObject.ValueArray
Method
prepend (Value value) : GObject.ValueArray
GObject.ValueArray
Method
append (Value value) : GObject.ValueArray
GObject.ValueArray
Method
insert (Number index_, Value value) : GObject.ValueArray
GUPnP.Service
Method
notify_value (String variable, Value value) : none
GUPnP.ServiceAction
Method
get_value (String argument, Value value) : none
GUPnP.ServiceAction
Method
set_value (String argument, Value value) : none
Gda
Method
Gda.delete_row_from_table (Connection cnc, String table, String condition_column_name, Value condition_value) : Boolean
Gda
Method
Gda.sql_value_stringify (Value value) : String
Gda
Method
Gda.update_row_in_table_v (Connection cnc, String table, String condition_column_name, Value condition_value, Array col_names, Array values) : Boolean
Gda
Method
Gda.value_compare (Value value1, Value value2) : Number
Gda
Method
Gda.value_copy (Value value) : GObject.Value
Gda
Method
Gda.value_differ (Value value1, Value value2) : Number
Gda
Method
Gda.value_free (Value value) : none
Gda
Method
Gda.value_get_binary (Value value) : Gda.Binary
Gda
Method
Gda.value_get_blob (Value value) : Gda.Blob
Gda
Method
Gda.value_get_geometric_point (Value value) : Gda.GeometricPoint
Gda
Method
Gda.value_get_list (Value value) : Array
Gda
Method
Gda.value_get_numeric (Value value) : Gda.Numeric
Gda
Method
Gda.value_get_short (Value value) : short
Gda
Method
Gda.value_get_time (Value value) : Number
Gda
Method
Gda.value_get_timestamp (Value value) : Gda.Timestamp
Gda
Method
Gda.value_get_ushort (Value value) : ushort
Gda
Method
Gda.value_is_null (Value value) : Boolean
Gda
Method
Gda.value_is_number (Value value) : Boolean
Gda
Method
Gda.value_new (Number type) : GObject.Value
Gda
Method
Gda.value_new_binary (String val, Number size) : GObject.Value
Gda
Method
Gda.value_new_blob (String val, Number size) : GObject.Value
Gda
Method
Gda.value_new_blob_from_file (String filename) : GObject.Value
Gda
Method
Gda.value_new_from_string (String as_string, Number type) : GObject.Value
Gda
Method
Gda.value_new_from_xml (Node node) : GObject.Value
Gda
Method
Gda.value_new_timestamp_from_timet (Number val) : GObject.Value
Gda
Method
Gda.value_reset_with_type (Value value, Number type) : none
Gda
Method
Gda.value_set_binary (Value value, Binary binary) : none
Gda
Method
Gda.value_set_blob (Value value, Blob blob) : none
Gda
Method
Gda.value_set_from_string (Value value, String as_string, Number type) : Boolean
Gda
Method
Gda.value_set_from_value (Value value, Value from) : Boolean
Gda
Method
Gda.value_set_geometric_point (Value value, GeometricPoint val) : none
Gda
Method
Gda.value_set_list (Value value, Array val) : none
Gda
Method
Gda.value_set_null (Value value) : none
Gda
Method
Gda.value_set_numeric (Value value, Numeric val) : none
Gda
Method
Gda.value_set_short (Value value, short val) : none
Gda
Method
Gda.value_set_time (Value value, Number val) : none
Gda
Method
Gda.value_set_timestamp (Value value, Timestamp val) : none
Gda
Method
Gda.value_set_ushort (Value value, ushort val) : none
Gda
Method
Gda.value_stringify (Value value) : String
Gda
Method
Gda.value_take_binary (Value value, Binary binary) : none
Gda
Method
Gda.value_take_blob (Value value, Blob blob) : none
Gda
Method
Gda.value_to_xml (Value value) : libxml2.Node
Gda.AttributesManager
Method
set (void* ptr, String att_name, Value value) : none
Gda.AttributesManager
Method
set_full (void* ptr, String att_name, Value value, Function destroy) : none
Gda.AttributesManager
Method
get (void* ptr, String att_name) : GObject.Value
Gda.Column
Method
get_default_value () : GObject.Value
Gda.Column
Method
set_default_value (Value default_value) : none
Sets column's default GValue.
Gda.Column
Method
get_attribute (String attribute) : GObject.Value
Get the value associated to a named attribute.
Gda.Column
Method
set_attribute (String attribute, Value value, Function destroy) : none
Set the value associated to a named attribute.
Gda.Connection
Method
value_to_sql_string (Value from) : String
Gda.DataHandler
Method
get_sql_from_value (Value value) : String
Gda.DataHandler
Method
get_str_from_value (Value value) : String
Gda.DataHandler
Method
get_value_from_sql (String sql, Number type) : GObject.Value
Gda.DataHandler
Method
get_value_from_str (String str, Number type) : GObject.Value
Gda.DataHandler
Method
get_sane_init_value (Number type) : GObject.Value
Gda.DataModel
Method
get_value_at (Number col, Number row) : GObject.Value
Retrieves the data stored in the given position (identified by the col and row parameters) on a data model.
Gda.DataModel
Method
get_typed_value_at (Number col, Number row, Number expected_type, Boolean nullok) : GObject.Value
This method is similar to gda_data_model_get_value_at(), except that it also allows one to specify the expected this method returns NULL and an error code.
Gda.DataModel
Method
set_value_at (Number col, Number row, Value value) : Boolean
Modifies a value in model, at (col, row).
Gda.DataModel
Method
send_hint (DataModelHint hint, Value hint_value) : none
Sends a hint to the data model.
Gda.DataModelIter
Method
get_value_at (Number col) : GObject.Value
Gda.DataModelIter
Method
get_value_for_field (String field_name) : GObject.Value
Gda.DataModelIter
Method
set_value_at (Number col, Value value) : Boolean
Gda.HandlerTime
Method
get_no_locale_str_from_value (Value value) : String
Gda.Holder
Signal
attribute_changed (Holder self, String object, Value p0) : none
Gda.Holder
Signal
validate_change (Holder self, Value object) : Object
Gda.Holder
Method
get_value () : GObject.Value
Gda.Holder
Method
set_value (Value value) : Boolean
Gda.Holder
Method
take_value (Value value) : Boolean
Gda.Holder
Method
take_static_value (Value value, Object out_values) : GObject.Value
Gda.Holder
Method
get_default_value () : GObject.Value
Gda.Holder
Method
set_default_value (Value value) : none
Gda.Holder
Method
get_attribute (String attribute) : GObject.Value
Gda.Holder
Method
set_attribute (String attribute, Value value, Function destroy) : none
Gda.MetaStruct
Method
complement (MetaDbObjectType type, Value catalog, Value schema, Value name) : Gda.MetaDbObject
Gda.MetaStruct
Method
complement_schema (Value catalog, Value schema) : Boolean
Gda.MetaStruct
Method
get_db_object (Value catalog, Value schema, Value name) : Gda.MetaDbObject
Gda.MetaStruct
Method
get_table_column (MetaTable table, Value col_name) : Gda.MetaTableColumn
Gda.MetaTableColumn
Method
get_attribute (String attribute) : GObject.Value
Gda.MetaTableColumn
Method
set_attribute (String attribute, Value value, Function destroy) : none
Gda.Row
Method
get_value (Number num) : GObject.Value
Gda.Row
Method
invalidate_value (Value value) : none
Gda.Row
Method
value_is_valid (Value value) : Boolean
Gda.ServerProvider
Method
string_to_value (Connection cnc, String string, Number preferred_type, Array dbms_type) : GObject.Value
Gda.ServerProvider
Method
value_to_sql_string (Connection cnc, Value from) : String
Gda.Set
Signal
holder_attr_changed (Set self, Holder object, String p0, Value p1) : none
Gda.Set
Signal
validate_holder_change (Set self, Holder object, Value p0) : Object
Gda.Set
Method
get_holder_value (String holder_id) : GObject.Value
Get the value of the GdaHolder which ID is holder_id
Gda.SqlBuilder
Method
add_expr_value (DataHandler dh, Value value) : Number
Gda.SqlBuilder
Method
add_field_value (String field_name, Value value) : none
Gda.SqlField
Method
take_name (Value value) : none
Gda.SqlFunction
Method
take_name (Value value) : none
Gda.SqlParamSpec
Method
new Gda.SqlParamSpec.c_new (Value simple_spec) : Gda.SqlParamSpec
Create a new Gda.SqlParamSpec
Gda.SqlParamSpec
Method
take_name (Value value) : none
Gda.SqlParamSpec
Method
take_type (Value value) : none
Gda.SqlParamSpec
Method
take_descr (Value value) : none
Gda.SqlParamSpec
Method
take_nullok (Value value) : none
Gda.SqlSelectField
Method
take_star_value (Value value) : none
Gda.SqlSelectField
Method
take_alias (Value alias) : none
Gda.SqlSelectTarget
Method
take_table_name (Value value) : none
Gda.SqlSelectTarget
Method
take_alias (Value alias) : none
Gda.SqlStatement
Method
insert_take_table_name (Value value) : none
Gda.SqlStatement
Method
insert_take_on_conflict (Value value) : none
Gda.SqlStatement
Method
update_take_table_name (Value value) : none
Gda.SqlStatement
Method
update_take_on_conflict (Value value) : none
Gda.SqlStatement
Method
update_take_set_value (Value fname, SqlExpr expr) : none
Gda.SqlStatement
Method
delete_take_table_name (Value value) : none
Gda.SqlStatement
Method
trans_take_mode (Value value) : none
Gda.SqlStatement
Method
trans_take_name (Value value) : none
Gda.SqlTable
Method
take_name (Value value) : none
Gda.Tree
Method
set_attribute (String attribute, Value value, Function destroy) : none
Gda.TreeManager
Method
add_new_node_attribute (String attribute, Value value) : none
Gda.TreeNode
Method
set_node_attribute (String attribute, Value value, Function destroy) : none
Gda.TreeNode
Method
get_node_attribute (String attribute) : GObject.Value
Gda.TreeNode
Method
fetch_attribute (String attribute) : GObject.Value
Gdaui.DataCellRendererBin
Property
value : GObject.Value
Gdaui.DataCellRendererBin
Signal
changed (DataCellRendererBin self, String object, Value p0) : none
Gdaui.DataCellRendererBoolean
Property
value : GObject.Value
Gdaui.DataCellRendererBoolean
Signal
changed (DataCellRendererBoolean self, String object, Value p0) : none
Gdaui.DataCellRendererTextual
Signal
changed (DataCellRendererTextual self, String object, Value p0) : none
Gdaui.DataEntry
Method
set_value (Value value) : none
Gdaui.DataEntry
Method
get_value () : GObject.Value
Gdaui.DataEntry
Method
set_reference_value (Value value) : none
Gdaui.DataEntry
Method
get_original_value () : GObject.Value
Gdaui.DataEntry
Method
set_value_default (Value value) : none
Gdaui.DataStore
Method
set_value (TreeIter iter, Number col, Value value) : Boolean
Gdaui.NumericEntry
Method
get_value () : GObject.Value
Gdk
Method
Gdk.setting_get (String name, Value value) : Boolean
Obtains a desktop-wide setting, such as the double-click time, for the default screen.
Gdk.Screen
Method
get_setting (String name, Value value) : Boolean
Retrieves a desktop-wide setting such as double-click time for the GdkScreen screen.
Gladeui
Method
Gladeui.boolean_handled_accumulator (SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy) : Boolean
Gladeui
Method
Gladeui.integer_handled_accumulator (SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy) : Boolean
Gladeui
Method
Gladeui.single_object_accumulator (SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy) : Boolean
Gladeui
Method
Gladeui.stop_emission_accumulator (SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy) : Boolean
Gladeui
Method
Gladeui.string_accumulator (SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy) : Boolean
Gladeui
Method
Gladeui.utils_string_from_value (Value value, ProjectFormat fmt) : String
Serializes GValue into a string (using glade conversion routines)
Gladeui
Method
Gladeui.utils_value_from_string (Number type, String string, Project project, Widget widget) : GObject.Value
Allocates and sets a GValue of type type set to string (using glade conversion routines)
Gladeui.Command
Method
Gladeui.Command.set_property_value (Property property, Value value) : none
Gladeui.EditorProperty
Method
commit (Value value) : none
Commits value to the property currently being edited by eprop.
Gladeui.EditorProperty
Method
commit_no_callback (Value value) : none
Gladeui.GObjectAdaptor
Method
set_property (Object object, String property_name, Value value) : none
This delagate function is used to apply the property value on the runtime object.
Gladeui.GObjectAdaptor
Method
get_property (Object object, String property_name, Value value) : none
Gets value of property_name on object.
Gladeui.GObjectAdaptor
Method
verify_property (Object object, String property_name, Value value) : Boolean
This delagate function is always called whenever setting any properties with the exception of load time, and copy/paste time (basicly the two places where we recreate a hierarchy that we already know "works") its basicly an optional backend provided boundry checker for properties.
Gladeui.GObjectAdaptor
Method
child_set_property (Object container, Object child, String property_name, Value value) : none
Sets child's packing property identified by property_name to value.
Gladeui.GObjectAdaptor
Method
child_get_property (Object container, Object child, String property_name, Value value) : none
Gets child's packing property identified by property_name.
Gladeui.GObjectAdaptor
Method
child_verify_property (Object container, Object child, String property_name, Value value) : Boolean
This delagate function is always called whenever setting any properties with the exception of load time, and copy/paste time (basicly the two places where we recreate a hierarchy that we already know "works") its basicly an optional backend provided boundry checker for properties.
Gladeui.GObjectAdaptor
Method
string_from_value (PropertyClass klass, Value value, ProjectFormat fmt) : String
For normal properties this is used to serialize property values, for custom properties its still needed to update the UI for undo/redo items etc.
Gladeui.Property
Method
new Gladeui.Property.c_new (PropertyClass klass, Widget widget, Value value) : Gladeui.Property
Create a new Gladeui.Property
Gladeui.Property
Method
equals_value (Value value) : Boolean
Gladeui.Property
Method
set_value (Value value) : Boolean
Sets the property's value
Gladeui.Property
Method
get_value (Value value) : none
Retrieve the property value
Gladeui.Property
Method
get_default (Value value) : none
Retrieve the default property value
Gladeui.Widget
Method
object_set_property (String property_name, Value value) : none
This function applies value to the property property_name on the runtime object of widget.
Gladeui.Widget
Method
object_get_property (String property_name, Value value) : none
This function retrieves the value of the property property_name on the runtime object of widget and sets it in value.
Gladeui.Widget
Method
child_set_property (Widget child, String property_name, Value value) : none
Sets child's packing property identified by property_name to value.
Gladeui.Widget
Method
child_get_property (Widget child, String property_name, Value value) : none
Gets child's packing property identified by property_name.
Gladeui.Widget
Method
property_string (String id_property, Value value) : String
Creates a printable string representing id_property in of id_property's real value (this is a convinience function to print/debug properties usually from plugin backends).
Gladeui.Widget
Method
pack_property_string (String id_property, Value value) : String
Same as glade_widget_property_string() but for packing properties.
GooCanvas.CanvasItem
Method
get_child_property (CanvasItem child, String property_name, Value value) : none
GooCanvas.CanvasItem
Method
set_child_property (CanvasItem child, String property_name, Value value) : none
GooCanvas.CanvasItemModel
Method
get_child_property (CanvasItemModel child, String property_name, Value value) : none
GooCanvas.CanvasItemModel
Method
set_child_property (CanvasItemModel child, String property_name, Value value) : none
GooCanvas.CanvasStyle
Method
get_property (Number property_id) : GObject.Value
GooCanvas.CanvasStyle
Method
set_property (Number property_id, Value value) : none
Gsf
Method
Gsf.value_get_docprop_varray (Value value) : GObject.ValueArray
Gsf
Method
Gsf.value_get_docprop_vector (Value value) : Gsf.DocPropVector
Gsf
Method
Gsf.value_set_timestamp (Value value, Timestamp stamp) : none
Gsf
Method
Gsf.xml_gvalue_from_str (Value res, Number t, Number str) : Boolean
Gsf.DocMetaData
Method
insert (String name, Value value) : none
Gsf.DocProp
Method
get_val () : GObject.Value
Gsf.DocProp
Method
set_val (Value val) : none
Gsf.DocProp
Method
swap_val (Value val) : GObject.Value
Gsf.DocPropVector
Method
append (Value value) : none
Gsf.XMLOut
Method
add_gvalue (Number id, Value val) : none
Gst
Method
Gst.child_proxy_get_property (Object object, String name, Value value) : none
Gets a single property using the GstChildProxy mechanism.
Gst
Method
Gst.child_proxy_set_property (Object object, String name, Value value) : none
Sets a single property using the GstChildProxy mechanism.
Gst
Method
Gst.tag_list_copy_value (Value dest, TagList list, String tag) : Boolean
Copies the contents for the given tag into the value, merging multiple values into one if multiple values are associated with the tag.
Gst
Method
Gst.tag_merge_strings_with_comma (Value dest, Value src) : none
This is a convenience function for the func argument of gst_tag_register().
Gst
Method
Gst.tag_merge_use_first (Value dest, Value src) : none
This is a convenience function for the func argument of gst_tag_register().
Gst
Method
Gst.util_set_value_from_string (Value value, String value_str) : none
Converts the string to the type of the value and sets the value with it.
Gst
Method
Gst.value_array_append_value (Value value, Value append_value) : none
Appends append_value to the GstValueArray in value.
Gst
Method
Gst.value_array_get_size (Value value) : Number
Gets the number of values contained in value.
Gst
Method
Gst.value_array_get_value (Value value, Number index) : GObject.Value
Gets the value that is a member of the array contained in value and has the index index.
Gst
Method
Gst.value_array_prepend_value (Value value, Value prepend_value) : none
Prepends prepend_value to the GstValueArray in value.
Gst
Method
Gst.value_can_compare (Value value1, Value value2) : Boolean
Determines if value1 and value2 can be compared.
Gst
Method
Gst.value_can_intersect (Value value1, Value value2) : Boolean
Determines if intersecting two values will produce a valid result.
Gst
Method
Gst.value_can_subtract (Value minuend, Value subtrahend) : Boolean
Checks if it's possible to subtract subtrahend from minuend.
Gst
Method
Gst.value_can_union (Value value1, Value value2) : Boolean
Determines if value1 and value2 can be non-trivially unioned.
Gst
Method
Gst.value_compare (Value value1, Value value2) : Number
Compares value1 and value2.
Gst
Method
Gst.value_deserialize (Value dest, String src) : Boolean
Tries to deserialize a string into the type specified by the given GValue.
Gst
Method
Gst.value_dup_mini_object (Value value) : Gst.MiniObject
Get the contents of a GST_TYPE_MINI_OBJECT derived GValue, increasing its reference count.
Gst
Method
Gst.value_fraction_multiply (Value product, Value factor1, Value factor2) : Boolean
Multiplies the two GValue items containing a GST_TYPE_FRACTION and sets
Gst
Method
Gst.value_fraction_subtract (Value dest, Value minuend, Value subtrahend) : Boolean
Subtracts the subtrahend from the minuend and sets dest to the result.
Gst
Method
Gst.value_get_caps (Value value) : Gst.Caps
Gets the contents of value.
Gst
Method
Gst.value_get_date (Value value) : GLib.Date
Gets the contents of value.
Gst
Method
Gst.value_get_double_range_max (Value value) : Number
Gets the maximum of the range specified by value.
Gst
Method
Gst.value_get_double_range_min (Value value) : Number
Gets the minimum of the range specified by value.
Gst
Method
Gst.value_get_fourcc (Value value) : Number
Gets the guint32 fourcc contained in value.
Gst
Method
Gst.value_get_fraction_denominator (Value value) : Number
Gets the denominator of the fraction specified by value.
Gst
Method
Gst.value_get_fraction_numerator (Value value) : Number
Gets the numerator of the fraction specified by value.
Gst
Method
Gst.value_get_fraction_range_max (Value value) : GObject.Value
Gets the maximum of the range specified by value.
Gst
Method
Gst.value_get_fraction_range_min (Value value) : GObject.Value
Gets the minimum of the range specified by value.
Gst
Method
Gst.value_get_int_range_max (Value value) : Number
Gets the maximum of the range specified by value.
Gst
Method
Gst.value_get_int_range_min (Value value) : Number
Gets the minimum of the range specified by value.
Gst
Method
Gst.value_get_mini_object (Value value) : Gst.MiniObject
Get the contents of a GST_TYPE_MINI_OBJECT derived GValue.
Gst
Method
Gst.value_get_structure (Value value) : Gst.Structure
Gets the contents of value.
Gst
Method
Gst.value_init_and_copy (Value dest, Value src) : none
Initialises the target value to be of the same type as source and then copies the contents from source to target.
Gst
Method
Gst.value_intersect (Value dest, Value value1, Value value2) : Boolean
intersection value Calculates the intersection of two values.
Gst
Method
Gst.value_is_fixed (Value value) : Boolean
Tests if the given GValue, if available in a GstStructure (or any other ranges) value.
Gst
Method
Gst.value_list_append_value (Value value, Value append_value) : none
Appends append_value to the GstValueList in value.
Gst
Method
Gst.value_list_concat (Value dest, Value value1, Value value2) : none
Concatenates copies of value1 and value2 into a list.
Gst
Method
Gst.value_list_get_size (Value value) : Number
Gets the number of values contained in value.
Gst
Method
Gst.value_list_get_value (Value value, Number index) : GObject.Value
Gets the value that is a member of the list contained in value and has the index index.
Gst
Method
Gst.value_list_prepend_value (Value value, Value prepend_value) : none
Prepends prepend_value to the GstValueList in value.
Gst
Method
Gst.value_serialize (Value value) : String
tries to transform the given value into a string representation that allows getting back this string later on using gst_value_deserialize().
Gst
Method
Gst.value_set_caps (Value value, Caps caps) : none
Sets the contents of value to caps.
Gst
Method
Gst.value_set_date (Value value, Date date) : none
Sets the contents of value to coorespond to date.
Gst
Method
Gst.value_set_double_range (Value value, Number start, Number end) : none
Sets value to the range specified by start and end.
Gst
Method
Gst.value_set_fourcc (Value value, Number fourcc) : none
Sets value to fourcc.
Gst
Method
Gst.value_set_fraction (Value value, Number numerator, Number denominator) : none
Sets value to the fraction specified by numerator over denominator.
Gst
Method
Gst.value_set_fraction_range (Value value, Value start, Value end) : none
Sets value to the range specified by start and end.
Gst
Method
Gst.value_set_fraction_range_full (Value value, Number numerator_start, Number denominator_start, Number numerator_end, Number denominator_end) : none
Sets value to the range specified by numerator_start/denominator_start and numerator_end/denominator_end.
Gst
Method
Gst.value_set_int_range (Value value, Number start, Number end) : none
Sets value to the range specified by start and end.
Gst
Method
Gst.value_set_mini_object (Value value, MiniObject mini_object) : none
Set the contents of a GST_TYPE_MINI_OBJECT derived GValue to The caller retains ownership of the reference.
Gst
Method
Gst.value_set_structure (Value value, Structure structure) : none
Sets the contents of value to structure.
Gst
Method
Gst.value_subtract (Value dest, Value minuend, Value subtrahend) : Boolean
Subtracts subtrahend from minuend and stores the result in dest.
Gst
Method
Gst.value_take_mini_object (Value value, MiniObject mini_object) : none
Set the contents of a GST_TYPE_MINI_OBJECT derived GValue to Takes over the ownership of the caller's reference to mini_object; the caller doesn't have to unref it any more.
Gst
Method
Gst.value_union (Value dest, Value value1, Value value2) : Boolean
Creates a GValue corresponding to the union of value1 and value2.
Gst.Caps
Method
set_value (String field, Value value) : none
Sets the given field on all structures of caps to the given value.
Gst.Iterator
Method
fold (Function func, Value ret, void* user_data) : Gst.IteratorResult
Folds func over the elements of iter.
Gst.Message
Method
set_stream_status_object (Value object) : none
Configures the object handling the streaming thread.
Gst.Message
Method
get_stream_status_object () : GObject.Value
Extracts the object managing the streaming thread from message.
Gst.Structure
Method
id_set_value (Number field, Value value) : none
Sets the field with the given GQuark field to value.
Gst.Structure
Method
set_value (String fieldname, Value value) : none
Sets the field with the given name field to value.
Gst.Structure
Method
id_get_value (Number field) : GObject.Value
Get the value of the field with GQuark field.
Gst.Structure
Method
get_value (String fieldname) : GObject.Value
Get the value of the field with name fieldname.
Gst.TagList
Method
add_value (TagMergeMode mode, String tag, Value value) : none
Sets the GValue for a given tag using the specified mode.
Gst.TagList
Method
get_value_index (String tag, Number index) : GObject.Value
Gets the value that is at the given index for the given tag in the given list.
Gst.TagSetter
Method
add_tag_value (TagMergeMode mode, String tag, Value value) : none
Adds the given tag / GValue pair on the setter using the given merge mode.
GstController.ControlSource
Method
get_value (Number timestamp, Value value) : Boolean
Gets the value for this GstControlSource at a given timestamp.
GstController.Controller
Method
get (String property_name, Number timestamp) : GObject.Value
Gets the value for the given controller-handled property at the requested time.
GstController.Controller
Method
set (String property_name, Number timestamp, Value value) : Boolean
Set the value of given controller-handled property at a certain time.
GstController.InterpolationControlSource
Method
set (Number timestamp, Value value) : Boolean
Set the value of given controller-handled property at a certain time.
GstController.LFOControlSource
Property
amplitude : GObject.Value
GstController.LFOControlSource
Property
offset : GObject.Value
GstVideo
Method
GstVideo.frame_rate (Pad pad) : GObject.Value
A convenience function to retrieve a GValue holding the framerate from the caps on a pad.
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.Buildable
Method
set_buildable_property (Builder builder, String name, Value value) : none
Sets the property name name to value on the buildable object.
Gtk.Builder
Method
value_from_string (ParamSpec pspec, String string, Value value) : Boolean
This function demarshals a value from a string.
Gtk.Builder
Method
value_from_string_type (Number type, String string, Value value) : Boolean
Like gtk_builder_value_from_string(), this function demarshals a value from a string, but takes a GType instead of GParamSpec.
Gtk.Container
Method
child_set_property (Widget child, String property_name, Value value) : none
Sets a child property for child and container.
Gtk.Container
Method
child_get_property (Widget child, String property_name, Value value) : none
Gets the value of a child property for child and container.
Gtk.ListStore
Method
set_value (TreeIter iter, Number column, Value value) : none
Sets the data in the cell specified by iter and column.
Gtk.ListStore
Method
insert_with_valuesv (TreeIter iter, Number position, Number columns, Value values, Number n_values) : Number
A variant of gtk_list_store_insert_with_values() which takes the columns and values as two arrays, instead of varargs.
Gtk.Style
Method
get_style_property (Number widget_type, String property_name, Value value) : none
Queries the value of a style property corresponding to a widget class is in the given style.
Gtk.TreeModel
Method
get_value (TreeIter iter, Number column, Value value) : none
Initializes and sets value to that at column.
Gtk.TreeStore
Method
set_value (TreeIter iter, Number column, Value value) : none
Sets the data in the cell specified by iter and column.
Gtk.TreeStore
Method
insert_with_valuesv (TreeIter iter, TreeIter parent, Number position, Number columns, Value values, Number n_values) : Number
A variant of gtk_tree_store_insert_with_values() which takes the columns and values as two arrays, instead of varargs.
Gtk.Widget
Method
style_get_property (String property_name, Value value) : none
Gets the value of a style property of widget.
Midgard
Method
Midgard.dbus_glib_marshal_midgard_dbus_BOOLEAN__STRING_POINTER (Closure closure, Value return_value, Number n_param_values, Value param_values, void* invocation_hint, void* marshal_data) : none
Midgard
Method
Midgard.timestamp_get_string_from_value (Value value) : String
Midgard
Method
Midgard.timestamp_new_current (Value value) : none
Midgard
Method
Midgard.timestamp_set_current_time (Value value) : none
Midgard.Collector
Method
new Midgard.Collector.c_new (Connection mgd, String typename, String domain, Value value) : Midgard.Collector
Create a new Midgard.Collector
Midgard.Collector
Method
set_key_property (String key, Value value) : Boolean
Midgard.Collector
Method
set (String key, String subkey, Value value) : Boolean
Cases to return FALSE: If the key is already added to MidgardCollector then its value (as subkey&value pair) is destroyed and new one is set.
Midgard.Collector
Method
get_subkey (String key, String subkey) : GObject.Value
Midgard.Collector
Method
add_constraint (String name, String op, Value value) : Boolean
Midgard.Object
Method
new Midgard.Object.c_new (Connection mgd, String name, Value value) : Midgard.Object
Create a new Midgard.Object
Midgard.Object
Method
get_schema_property (String property) : GObject.Value
Midgard.Object
Method
set_schema_property (String property, Value value) : none
Midgard.Object
Method
get_parameter (String domain, String name) : GObject.Value
Midgard.Object
Method
set_parameter (String domain, String name, Value value) : Boolean
Creates object's parameter object if it doesn't exists, updates otherwise.
Midgard.QueryBuilder
Method
add_constraint (String name, String op, Value value) : Boolean
Midgard.QueryConstraint
Method
get_value (Value value) : none
Midgard.QueryConstraint
Method
set_value (Value value) : Boolean
Midgard.QueryHolder
Method
get_value (Value value) : none
Midgard.QueryHolder
Method
set_value (Value value) : Boolean
Midgard.QueryValue
Method
new Midgard.QueryValue.c_new (Value value) : Midgard.QueryValue
Create a new Midgard.QueryValue
Midgard.ReflectorProperty
Method
get_default_value (String property, Value value) : Boolean
so it should be unset when no longer needed.
Soup
Method
Soup.value_hash_insert_value (Object hash, String key, Value value) : none
Inserts value into hash.
Soup
Method
Soup.xmlrpc_build_method_call (String method_name, Value params, Number n_params) : String
This creates an XML-RPC methodCall and returns it as a string.
Soup
Method
Soup.xmlrpc_build_method_response (Value value) : String
This creates a (successful) XML-RPC methodResponse and returns it as a string.
TelepathyGLib.ConnectionManagerParam
Method
get_default (Value value) : Boolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:02 GMT+0800 (HKT)