Method

Gtk.StringObject.get_string

Declaration [src]

const char*
gtk_string_object_get_string (
  GtkStringObject* self
)

Description [src]

Returns the string contained in a GtkStringObject.

Return value

Returns: const char*

the string of self

Ownership is not transferred to the caller
The string is a NUL terminated UTF-8 string