Class
Adw.ValueObject
Description [src]
final class Adw.ValueObject : GObject.Object {
/* No available fields */
}
An object representing a GValue
.
The AdwValueObject
object represents a GValue
, allowing it to be used
with GListModel
.
Constructors
adw_value_object_new
Create a new AdwValueObject
from value
.
adw_value_object_new_collect
Creates a new AdwValueObject
.
adw_value_object_new_string
Creates a new AdwValueObject
from a string.
adw_value_object_new_take_string
Creates a new AdwValueObject
from a string.
Instance methods
adw_value_object_copy_value
Copies data from the contained Value into dest
.
adw_value_object_dup_string
Copies the contained string if the value is of type G_TYPE_STRING
.
adw_value_object_get_string
Gets the contained string if the value is of type G_TYPE_STRING
.
adw_value_object_get_value
Gets the contained value.
Properties
Adw.ValueObject:value
The contained value.