Class
Gtk.StringObject
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.