AppChooserDialog.for_content_type
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
public AppChooserDialog.for_content_type (Window? parent, DialogFlags flags, string content_type)
public AppChooserDialog.for_content_type (Window? parent, DialogFlags flags, string content_type)
Creates a new `GtkAppChooserDialog` for the provided content type.
Note:
This widget will be removed in GTK 5
The dialog will show applications that can open the content type.
Parameters:
parent |
a `GtkWindow` |
flags |
flags for this dialog |
content_type |
a content type string |
Returns:
a newly created `GtkAppChooserDialog` |