Constructor
GtkAppChooserWidgetnew
Declaration [src]
GtkWidget*
gtk_app_chooser_widget_new (
const char* content_type
)
Description [src]
Creates a new GtkAppChooserWidget
for applications
that can handle content of the given type.
Deprecated since: | 4.10 |
This widget will be removed in GTK 5 |
Parameters
content_type |
const char* |
The content type to show applications for. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | GtkWidget |
A newly created |
|
The data is owned by the called function. |