Constructor
GtkStringObjectnew
Declaration [src]
GtkStringObject*
gtk_string_object_new (
  const char* string
)
Parameters
| string | 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
| Returns: | GtkStringObject | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |