Class
GtkStringObject
Description [src]
final class Gtk.StringObject : GObject.Object {
/* No available fields */
}
GtkStringObject
is the type of items in a GtkStringList
.
A GtkStringObject
is a wrapper around a const char*
; it has
a GtkStringObject:string
property.
Constructors
gtk_string_object_new
Wraps a string in an object for use with GListModel
.
Instance methods
gtk_string_object_get_string
Returns the string contained in a GtkStringObject
.
Properties
Gtk.StringObject:string
The string.
Signals
Signals inherited from GObject (1)
GObject.Object::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.