Class
HandyValueObject
since: 1.0
Description [src]
final class Handy.ValueObject : GObject.Object
{
/* No available fields */
}
An object representing a GValue
.
The HdyValueObject
object represents a GValue
, allowing it
to be used with GListModel
.
Available since: 1.0
Instance methods
hdy_value_object_dup_string
Gets a copy of the contained string if the value is of type G_TYPE_STRING
.
since: 1.0
hdy_value_object_get_string
Returns the contained string if the value is of type G_TYPE_STRING
.
since: 1.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.