Constructor
GtkStringObjectnew
Declaration [src]
GtkStringObject*
gtk_string_object_new (
  const char* string
)
Parameters
- string
- 
            Type: const char*The string to wrap. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
Return value
Type: GtkStringObject
A new GtkStringObject
| The caller of the function takes ownership of the data, and is responsible for freeing it. |