Method
Gtk.AppChooserWidget.set_default_text
Declaration [src]
void
gtk_app_chooser_widget_set_default_text (
  GtkAppChooserWidget* self,
  const char* text
)
Description [src]
Sets the text that is shown if there are not applications that can handle the content type.
| Sets property | Gtk.AppChooserWidget:default-text | 
Parameters
| text | const char* | 
| the new value for  | |
| Ownership is not transferred to the callee | |
| The string is a NUL terminated UTF-8 string |