Method
Gtk.Text.get_placeholder_text
Declaration [src]
const char*
gtk_text_get_placeholder_text (
  GtkText* self
)
Description [src]
Retrieves the text that will be displayed when
self is empty and unfocused
| Gets property | Gtk.Text:placeholder-text | 
Return value
| Returns: const char* | |
| a pointer
  to the placeholder text as a string. This string
  points to internally allocated storage in the widget
  and must not be freed, modified or stored. If no placeholder
  text has been set,  | |
| Ownership is not transferred to the caller | |
| Can be NULL | |
| The string is a NUL terminated UTF-8 string | |