AppChooserDialog.for_content_type
Description:
[ CCode ( has_construct_function = false , type = "GtkWidget*" ) ]
[ Version ( since = "3.0" ) ]
public AppChooserDialog.for_content_type (Window? parent, DialogFlags flags, string content_type)
[ Version ( since = "3.0" ) ]
public AppChooserDialog.for_content_type (Window? parent, DialogFlags flags, string content_type)
Creates a new AppChooserDialog for the provided content type, to allow the user to select an application for it.
Parameters:
parent |
a Window, or null |
flags |
flags for this dialog |
content_type |
a content type string |
Returns:
a newly created AppChooserDialog |