| Top |  |  |  |  | 
| ThunarChooserModel * | thunar_chooser_model_new () | 
| const gchar * | thunar_chooser_model_get_content_type () | 
| gboolean | thunar_chooser_model_remove () | 
ThunarChooserModel *
thunar_chooser_model_new (const gchar *content_type);
Allocates a new ThunarChooserModel for content_type
.
const gchar *
thunar_chooser_model_get_content_type (ThunarChooserModel *model);
Returns the content type for model
.
gboolean thunar_chooser_model_remove (ThunarChooserModel *model,GtkTreeIter *iter,gboolean delete,GError **error);
Tries to remove or dissociate the application at the specified
iter
 from the systems application database.
The identifiers for the columns provided by the ThunarChooserModel.
| the name of the application. | ||
| the name or absolute path of the application's icon. | ||
| the GAppInfo object. | ||
| custom font style. | ||
| the number of columns in ThunarChooserModel. |