Import line: | GObject = imports.gi.GObject; |
GIR File: | GObject-2.0.gir |
C documentation: | GValue |
Struct : | Value |
Properties | Defined By | |
---|---|---|
data : Array
|
GObject.Value | |
g_type : Number
read only
|
GObject.Value |
Method / Constructor | Defined By | |
---|---|---|
new GObject.Value
()
Create a new GObject.Value
Create a new GObject.Value
|
||
copy
(Value dest_value)
:
none
Copies the value of src_value into dest_value.
Copies the value of src_value into dest_value.
|
GObject.Value | |
dup_object
()
:
GObject.Object
Get the contents of a G_TYPE_OBJECT derived GValue, increasing
its reference count.
Get the contents of a G_TYPE_OBJECT derived GValue, increasing
its reference count. should be unreferenced when no longer needed.
|
GObject.Value | |
dup_string
()
:
String
Get a copy the contents of a G_TYPE_STRING GValue.
Get a copy the contents of a G_TYPE_STRING GValue.
|
GObject.Value | |
dup_variant
()
:
GLib.Variant
Get the contents of a variant GValue, increasing its refcount.
Get the contents of a variant GValue, increasing its refcount.
g_variant_unref() when no longer needed
|
GObject.Value | |
fits_pointer
()
:
gboolean
Determines if value will fit inside the size of a pointer value.
Determines if value will fit inside the size of a pointer value.
This is an internal function introduced mainly for C marshallers.
|
GObject.Value | |
get_boolean
()
:
gboolean
Get the contents of a G_TYPE_BOOLEAN GValue.
Get the contents of a G_TYPE_BOOLEAN GValue.
|
GObject.Value | |
get_boxed
()
:
void*
Get the contents of a G_TYPE_BOXED derived GValue.
Get the contents of a G_TYPE_BOXED derived GValue.
|
GObject.Value | |
get_char
()
:
guint8
Get the contents of a G_TYPE_CHAR GValue.
Get the contents of a G_TYPE_CHAR GValue.
|
GObject.Value | |
get_double
()
:
gdouble
Get the contents of a G_TYPE_DOUBLE GValue.
Get the contents of a G_TYPE_DOUBLE GValue.
|
GObject.Value | |
get_enum
()
:
gint32
Get the contents of a G_TYPE_ENUM GValue.
Get the contents of a G_TYPE_ENUM GValue.
|
GObject.Value | |
get_flags
()
:
guint32
Get the contents of a G_TYPE_FLAGS GValue.
Get the contents of a G_TYPE_FLAGS GValue.
|
GObject.Value | |
get_float
()
:
gfloat
Get the contents of a G_TYPE_FLOAT GValue.
Get the contents of a G_TYPE_FLOAT GValue.
|
GObject.Value | |
get_gtype
()
:
Number
Get the contents of a G_TYPE_GTYPE GValue.
Get the contents of a G_TYPE_GTYPE GValue.
|
GObject.Value | |
get_int
()
:
gint32
Get the contents of a G_TYPE_INT GValue.
Get the contents of a G_TYPE_INT GValue.
|
GObject.Value | |
get_int64
()
:
gint64
Get the contents of a G_TYPE_INT64 GValue.
Get the contents of a G_TYPE_INT64 GValue.
|
GObject.Value | |
get_long
()
:
gint32
Get the contents of a G_TYPE_LONG GValue.
Get the contents of a G_TYPE_LONG GValue.
|
GObject.Value | |
get_object
()
:
GObject.Object
Get the contents of a G_TYPE_OBJECT derived GValue.
Get the contents of a G_TYPE_OBJECT derived GValue.
|
GObject.Value | |
get_param
()
:
GObject.ParamSpec
Get the contents of a G_TYPE_PARAM GValue.
Get the contents of a G_TYPE_PARAM GValue.
|
GObject.Value | |
get_pointer
()
:
void*
Get the contents of a pointer GValue.
Get the contents of a pointer GValue.
|
GObject.Value | |
get_string
()
:
String
Get the contents of a G_TYPE_STRING GValue.
Get the contents of a G_TYPE_STRING GValue.
|
GObject.Value | |
get_uchar
()
:
guint8
Get the contents of a G_TYPE_UCHAR GValue.
Get the contents of a G_TYPE_UCHAR GValue.
|
GObject.Value | |
get_uint
()
:
guint32
Get the contents of a G_TYPE_UINT GValue.
Get the contents of a G_TYPE_UINT GValue.
|
GObject.Value | |
get_uint64
()
:
guint64
Get the contents of a G_TYPE_UINT64 GValue.
Get the contents of a G_TYPE_UINT64 GValue.
|
GObject.Value | |
get_ulong
()
:
guint32
Get the contents of a G_TYPE_ULONG GValue.
Get the contents of a G_TYPE_ULONG GValue.
|
GObject.Value | |
get_variant
()
:
GLib.Variant
Get the contents of a variant GValue.
Get the contents of a variant GValue.
|
GObject.Value | |
init
(Number g_type)
:
GObject.Value
Initializes value with the default value of type.
Initializes value with the default value of type.
|
GObject.Value | |
peek_pointer
()
:
void*
function asserts that g_value_fits_pointer() returned TRUE for the
passed in value.
function asserts that g_value_fits_pointer() returned TRUE for the
passed in value. This is an internal function introduced mainly for C marshallers.
|
GObject.Value | |
reset
()
:
GObject.Value
Clears the current value in value and resets it to the default value
(as if the value had just been initialized).
Clears the current value in value and resets it to the default value
(as if the value had just been initialized).
|
GObject.Value | |
set_boolean
(gboolean v_boolean)
:
none
Set the contents of a G_TYPE_BOOLEAN GValue to v_boolean.
Set the contents of a G_TYPE_BOOLEAN GValue to v_boolean.
|
GObject.Value | |
set_boxed
(void* v_boxed)
:
none
Set the contents of a G_TYPE_BOXED derived GValue to v_boxed.
Set the contents of a G_TYPE_BOXED derived GValue to v_boxed.
|
GObject.Value | |
set_boxed_take_ownership
(void* v_boxed)
:
none
This is an internal function introduced mainly for C marshallers.
This is an internal function introduced mainly for C marshallers.
|
GObject.Value | |
set_char
(guint8 v_char)
:
none
Set the contents of a G_TYPE_CHAR GValue to v_char.
Set the contents of a G_TYPE_CHAR GValue to v_char.
|
GObject.Value | |
set_double
(gdouble v_double)
:
none
Set the contents of a G_TYPE_DOUBLE GValue to v_double.
Set the contents of a G_TYPE_DOUBLE GValue to v_double.
|
GObject.Value | |
set_enum
(gint32 v_enum)
:
none
Set the contents of a G_TYPE_ENUM GValue to v_enum.
Set the contents of a G_TYPE_ENUM GValue to v_enum.
|
GObject.Value | |
set_flags
(guint32 v_flags)
:
none
Set the contents of a G_TYPE_FLAGS GValue to v_flags.
Set the contents of a G_TYPE_FLAGS GValue to v_flags.
|
GObject.Value | |
set_float
(gfloat v_float)
:
none
Set the contents of a G_TYPE_FLOAT GValue to v_float.
Set the contents of a G_TYPE_FLOAT GValue to v_float.
|
GObject.Value | |
set_gtype
(Number v_gtype)
:
none
Set the contents of a G_TYPE_GTYPE GValue to v_gtype.
Set the contents of a G_TYPE_GTYPE GValue to v_gtype.
|
GObject.Value | |
set_instance
(void* instance)
:
none
Sets value from an instantiatable type via the
value_table's collect_value() function.
Sets value from an instantiatable type via the
value_table's collect_value() function.
|
GObject.Value | |
set_int
(gint32 v_int)
:
none
Set the contents of a G_TYPE_INT GValue to v_int.
Set the contents of a G_TYPE_INT GValue to v_int.
|
GObject.Value | |
set_int64
(gint64 v_int64)
:
none
Set the contents of a G_TYPE_INT64 GValue to v_int64.
Set the contents of a G_TYPE_INT64 GValue to v_int64.
|
GObject.Value | |
set_long
(gint32 v_long)
:
none
Set the contents of a G_TYPE_LONG GValue to v_long.
Set the contents of a G_TYPE_LONG GValue to v_long.
|
GObject.Value | |
set_object
(Object v_object)
:
none
Set the contents of a G_TYPE_OBJECT derived GValue to v_object.
Set the contents of a G_TYPE_OBJECT derived GValue to v_object.
g_value_set_object() increases the reference count of v_object (the GValue holds a reference to v_object). If you do not wish to increase the reference count of the object (i.e. you wish to pass your current reference to the GValue because you no longer need it), use g_value_take_object() instead. It is important that your GValue holds a reference to v_object (either its own, or one it has taken) to ensure that the object won't be destroyed while the GValue still exists).
|
GObject.Value | |
set_param
(ParamSpec param)
:
none
Set the contents of a G_TYPE_PARAM GValue to param.
Set the contents of a G_TYPE_PARAM GValue to param.
|
GObject.Value | |
set_pointer
(void* v_pointer)
:
none
Set the contents of a pointer GValue to v_pointer.
Set the contents of a pointer GValue to v_pointer.
|
GObject.Value | |
set_static_boxed
(void* v_boxed)
:
none
Set the contents of a G_TYPE_BOXED derived GValue to v_boxed.
Set the contents of a G_TYPE_BOXED derived GValue to v_boxed.
The boxed value is assumed to be static, and is thus not duplicated when setting the GValue.
|
GObject.Value | |
set_static_string
(String v_string)
:
none
Set the contents of a G_TYPE_STRING GValue to v_string.
Set the contents of a G_TYPE_STRING GValue to v_string.
The string is assumed to be static, and is thus not duplicated when setting the GValue.
|
GObject.Value | |
set_string
(String v_string)
:
none
Set the contents of a G_TYPE_STRING GValue to v_string.
Set the contents of a G_TYPE_STRING GValue to v_string.
|
GObject.Value | |
set_string_take_ownership
(String v_string)
:
none
This is an internal function introduced mainly for C marshallers.
This is an internal function introduced mainly for C marshallers.
|
GObject.Value | |
set_uchar
(guint8 v_uchar)
:
none
Set the contents of a G_TYPE_UCHAR GValue to v_uchar.
Set the contents of a G_TYPE_UCHAR GValue to v_uchar.
|
GObject.Value | |
set_uint
(guint32 v_uint)
:
none
Set the contents of a G_TYPE_UINT GValue to v_uint.
Set the contents of a G_TYPE_UINT GValue to v_uint.
|
GObject.Value | |
set_uint64
(guint64 v_uint64)
:
none
Set the contents of a G_TYPE_UINT64 GValue to v_uint64.
Set the contents of a G_TYPE_UINT64 GValue to v_uint64.
|
GObject.Value | |
set_ulong
(guint32 v_ulong)
:
none
Set the contents of a G_TYPE_ULONG GValue to v_ulong.
Set the contents of a G_TYPE_ULONG GValue to v_ulong.
|
GObject.Value | |
set_variant
(Variant variant)
:
none
Set the contents of a variant GValue to variant.
Set the contents of a variant GValue to variant.
If the variant is floating, it is consumed.
|
GObject.Value | |
take_boxed
(void* v_boxed)
:
none
Sets the contents of a G_TYPE_BOXED derived GValue to v_boxed
and takes over the ownership of the callers reference to v_boxed; the caller doesn't have to unref it any more.
Sets the contents of a G_TYPE_BOXED derived GValue to v_boxed
and takes over the ownership of the callers reference to v_boxed; the caller doesn't have to unref it any more.
|
GObject.Value | |
take_string
(String v_string)
:
none
Sets the contents of a G_TYPE_STRING GValue to v_string.
Sets the contents of a G_TYPE_STRING GValue to v_string.
|
GObject.Value | |
take_variant
(Variant variant)
:
none
Set the contents of a variant GValue to variant, and takes over
the ownership of the caller's reference to variant; the caller doesn't have to unref it any more (i.e.
Set the contents of a variant GValue to variant, and takes over
the ownership of the caller's reference to variant; the caller doesn't have to unref it any more (i.e. the reference count of the variant is not increased). It is a programmer error to pass a floating variant to this function. In particular this means that callbacks in closures, and signal handlers for signals of return type G_TYPE_VARIANT, must never return floating variants. If you want the GValue to hold its own reference to variant, use g_value_set_variant() instead. This is an internal function introduced mainly for C marshallers.
|
GObject.Value | |
Tries to cast the contents of src_value into a type appropriate
to store in dest_value, e.g.
Tries to cast the contents of src_value into a type appropriate
to store in dest_value, e.g. to transform a G_TYPE_INT value into a G_TYPE_FLOAT value. Performing transformations between value types might incur precision lossage. Especially transformations into strings might reveal seemingly arbitrary results and shouldn't be relied upon for production code (such as rcfile value or object property serialization). Upon failing transformations, dest_value is left untouched.
|
GObject.Value | |
unset
()
:
none
Clears the current value in value and "unsets" the type,
this releases all resources associated with this GValue.
Clears the current value in value and "unsets" the type,
this releases all resources associated with this GValue. An unset value is the same as an uninitialized (zero-filled) GValue structure.
|
GObject.Value |
None |
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_increment
(Value value)
:
none
Gets the minimum increment by which the value of this object may be changed.
|
Atk.Value
Method |
get_minimum_value
(Value value)
:
none
Gets the minimum value of this object.
|
Atk.Value
Method |
Sets the value of this object.
|
Clutter
Method |
Gets the ClutterColor contained in value.
|
Clutter
Method |
Gets the fixed point value stored inside value.
|
Clutter
Method |
Retrieves the list of floating point values stored inside
the passed GValue. |
Clutter
Method |
Retrieves the list of integer values stored inside the passed
GValue. |
Clutter
Method |
Retrieves a matrix of floating point values stored inside
the passed GValue. |
Clutter
Method |
Gets the ClutterUnits contained in value.
|
Clutter
Method |
Sets value to color.
|
Clutter
Method |
Sets value to fixed_.
|
Clutter
Method |
Sets floats as the contents of value.
|
Clutter
Method |
Sets ints as the contents of value.
|
Clutter
Method |
Sets matrix as the contents of value.
|
Clutter
Method |
Sets value to units
|
Clutter.Actor
Method |
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, gdouble progress, Value value)
:
gboolean
Calls the animate_property() virtual function for animatable.
|
Clutter.Animatable
Method |
Retrieves the current state of property_name and sets value with it
|
Clutter.Animatable
Method |
Sets the current state of property_name to value
|
Clutter.Animation
Method |
Adds a single property with name property_name to the
animation animation. |
Clutter.Animation
Method |
Updates the final value of the interval for property_name
|
Clutter.Animator
Method |
Compute the value for a managed property at a given progress.
|
Clutter.Animator
Method |
set_key
(Object object, String property_name, guint32 mode, gdouble progress, Value value)
:
Clutter.Animator
Sets a single key in the ClutterAnimator for the property_name of
|
Clutter.AnimatorKey
Method |
Retrieves a copy of the value for a ClutterAnimatorKey.
|
Clutter.Container
Method |
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.Container
Method |
Sets a container-specific property on a child of container.
|
Clutter.Interval
Method |
Create a new Clutter.Interval
|
Clutter.Interval
Method |
compute
(gdouble factor)
:
GObject.Value
Computes the value between the interval boundaries given the
progress factor Unlike clutter_interval_compute_value(), this function will return a const pointer to the computed value You should use this function if you immediately pass the computed value to another function that makes a copy of it, like g_object_set_property() or NULL if the computation was not successfull |
Clutter.Interval
Method |
get_final_value
()
:
GObject.Value
Retrieves the final value of interval and copies
it into value. |
Clutter.Interval
Method |
get_initial_value
()
:
GObject.Value
Retrieves the initial 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
The value is owned by the ClutterInterval and it should not be modified or freed |
Clutter.Interval
Method |
peek_initial_value
()
:
GObject.Value
Gets the pointer to the initial value of interval
The value is owned by the ClutterInterval and it should not be modified or freed |
Clutter.Interval
Method |
set_final_value
(Value value)
:
none
Sets the final value of interval to value.
|
Clutter.Interval
Method |
set_initial_value
(Value value)
:
none
Sets the initial value of interval to value.
|
Clutter.LayoutManager
Method |
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.LayoutManager
Method |
Sets a property on the ClutterLayoutMeta created by manager and
attached to a child of container |
Clutter.Model
Method |
Sets the data in the cell specified by iter and column.
|
Clutter.ModelIter
Method |
get_value
(guint32 column)
:
GObject.Value
Sets an initializes value to that at column.
|
Clutter.ModelIter
Method |
Sets the data in the cell specified by iter and column.
|
Clutter.Scriptable
Method |
Parses the passed JSON node.
|
Clutter.Scriptable
Method |
Overrides the common properties setting.
|
Clutter.Shader
Method |
Sets a user configurable variable in the GLSL shader programs attached to
a ClutterShader. |
Clutter.ShaderEffect
Method |
Sets value as the payload for the uniform name inside the shader
effect integer value; G_TYPE_FLOAT, for a single floating point value; CLUTTER_TYPE_SHADER_INT, for an array of integer values; CLUTTER_TYPE_SHADER_FLOAT, for an array of floating point values; and CLUTTER_TYPE_SHADER_MATRIX, for a matrix of floating point values |
Clutter.State
Method |
set_key
(String source_state_name, String target_state_name, Object object, String property_name, guint32 mode, Value value, gdouble pre_delay, gdouble post_delay)
:
Clutter.State
Sets one specific end key for a state_name, object, property_name
combination. |
Clutter.StateKey
Method |
Copies of the value for a ClutterStateKey into value
The GValue needs to be already initialized for the value type of the property or to a transformable type |
GObject
Method |
GObject.cclosure_marshal_BOOLEAN__BOXED_BOXED
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
|
GObject
Method |
GObject.cclosure_marshal_BOOLEAN__FLAGS
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
denotes a flags type. |
GObject
Method |
GObject.cclosure_marshal_STRING__OBJECT_POINTER
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__BOOLEAN
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__BOXED
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__CHAR
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__DOUBLE
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__ENUM
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__FLAGS
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__FLOAT
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__INT
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__LONG
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__OBJECT
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__PARAM
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__POINTER
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__STRING
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__UCHAR
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__UINT
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__UINT_POINTER
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__ULONG
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__VARIANT
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.cclosure_marshal_VOID__VOID
(Closure closure, Value return_value, guint32 n_param_values, Value param_values, void* invocation_hint, void* marshal_data)
:
none
A marshaller for a GCClosure with a callback of type
|
GObject
Method |
GObject.param_value_convert
(ParamSpec pspec, Value src_value, Value dest_value, gboolean strict_validation)
:
gboolean
Transforms src_value into dest_value if possible, and then
validates dest_value, in order for it to conform to pspec. |
GObject
Method |
Checks whether value contains the default value as specified in pspec.
|
GObject
Method |
Sets value to its default value as specified in pspec.
|
GObject
Method |
Ensures that the contents of value comply with the specifications
set out by pspec. |
GObject
Method |
Compares value1 with value2 according to pspec, and return -1, 0 or +1,
if value1 is found to be less than, equal to or greater than value2, respectively. |
GObject
Method |
GObject.signal_accumulator_first_wins
(SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy)
:
gboolean
A predefined GSignalAccumulator for signals intended to be used as a
hook for application code to provide a particular value. |
GObject
Method |
GObject.signal_accumulator_true_handled
(SignalInvocationHint ihint, Value return_accu, Value handler_return, void* dummy)
:
gboolean
A predefined GSignalAccumulator for signals that return a
boolean values. |
GObject
Method |
Calls the original class closure of a signal.
|
GObject
Method |
GObject.signal_emitv
(Value instance_and_params, guint32 signal_id, guint32 detail, Value return_value)
:
none
Emits a signal.
|
GObject
Method |
Return a newly allocated string, which describes the contents of a
GValue. |
GObject
Method |
|
GObject
Method |
|
GObject.Closure
Method |
invoke
(Value return_value, guint32 n_param_values, Array param_values, void* invocation_hint)
:
none
Invokes the closure, i.e.
|
GObject.ValueArray
Method |
append
(Value value)
:
GObject.ValueArray
Insert a copy of value as last element of value_array.
|
GObject.ValueArray
Method |
get_nth
(guint32 index_)
:
GObject.Value
Return a pointer to the value at index_ containd in value_array.
|
GObject.ValueArray
Method |
Insert a copy of value at specified position into value_array.
|
GObject.ValueArray
Method |
prepend
(Value value)
:
GObject.ValueArray
Insert a copy of value as first element of value_array.
|
Gdk
Method |
Obtains a desktop-wide setting, such as the double-click time,
for the default screen. |
Gdk.Screen
Method |
Retrieves a desktop-wide setting such as double-click time
for the GdkScreen screen. |
GnomeBluetooth.Chooser
Method |
|
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 left, right, top and bottom. |
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 blue are integers between 0 and 65535 or floating-point numbers between 0 and 1. |
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 |
Gtk.rc_property_parse_requisition
(ParamSpec pspec, String gstring, Value property_value)
:
gboolean
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.Buildable
Method |
Sets the property name name to value on the buildable object.
|
Gtk.CellArea
Method |
Gets the value of a cell property for renderer in area.
|
Gtk.CellArea
Method |
Sets a cell property for renderer in area.
|
Gtk.Container
Method |
Gets the value of a child property for child and container.
|
Gtk.Container
Method |
Sets a child property for child and container.
|
Gtk.ListStore
Method |
Sets the data in the cell specified by iter and column.
|
Gtk.Style
Method |
Queries the value of a style property corresponding to a
widget class is in the given style. |
Gtk.StyleContext
Method |
Gets a style property from context for the given state.
|
Gtk.StyleContext
Method |
Gets the value for a widget style property.
|
Gtk.StyleProperties
Method |
Sets a styling property in props.
|
Gtk.ThemingEngine
Method |
Gets a property value as retrieved from the style settings that apply
to the currently rendered element. |
Gtk.ThemingEngine
Method |
Gets the value for a widget style property.
|
Gtk.TreeModel
Method |
Initializes and sets value to that at column.
|
Gtk.TreeStore
Method |
Sets the data in the cell specified by iter and column.
|
Gtk.Widget
Method |
Gets the value of a style property of widget.
|
Json.Node
Method |
get_value
()
:
GObject.Value
|
Json.Node
Method |
set_value
(Value value)
:
none
|
Json.Serializable
Method |
default_deserialize_property
(String property_name, Value value, ParamSpec pspec, Node property_node)
:
gboolean
|
Json.Serializable
Method |
|
Json.Serializable
Method |
|
Soup
Method |
Inserts value into hash.
|
Soup
Method |
This creates an XML-RPC methodCall and returns it as a string.
|
Soup
Method |
This creates a (successful) XML-RPC methodResponse and returns it
as a string. |
TelepathyGLib
Method |
TelepathyGLib.dbus_properties_mixin_get
(Object self, String interface_name, String property_name, Value value)
:
gboolean
|
TelepathyGLib
Method |
TelepathyGLib.dbus_properties_mixin_getter_gobject_properties
(Object object, guint32 iface, guint32 name, Value value, void* getter_data)
:
none
|
TelepathyGLib
Method |
TelepathyGLib.dbus_properties_mixin_setter_gobject_properties
(Object object, guint32 iface, guint32 name, Value value, void* setter_data)
:
gboolean
|
TelepathyGLib.Account
Property |
storage_identifier : GObject.Value
read only
|
TelepathyGLib.Account
Method |
get_storage_identifier
()
:
GObject.Value
|
TelepathyGLib.ConnectionManagerParam
Method |
|
TelepathyGLib.Message
Method |
|