Create a #GtkGrid with two lists. One list shows all available formats, and the other list shows all available filters.
an #AutoarFormat
an #AutoarFilter
Gets the selected archive format of the widget created by autoar_gtk_chooser_simple_new().
a #GtkComboBox returned by autoar_gtk_chooser_simple_new()
the place to store the #AutoarFormat selected by the user
the place to store the #AutoarFilter selected by the user
Create a #GtkComboBox with a list of common archive format. There is also
an option called "Other format…", which will use
autoar_gtk_chooser_advanced_new() and
autoar_gtk_chooser_advanced_get() to select less common archive
format. Arguments default_format
and default_filter
are the default archive
format selected on the returned widget. You may want to get the preferred
format of users using autoar_pref_get_default_format() and
autoar_pref_get_default_filter(), or just set them to 1 to select
the default archive format.
an #AutoarFormat
an #AutoarFilter
Gets the selected archive format of the widget created by autoar_gtk_chooser_advanced_new().