Home
last modified time | relevance | path

Searched refs:current_sort_type (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Ddlg-sort-order.c37 GthFileDataSort *current_sort_type; member
58 data->current_sort_type, in apply_sort_order()
87 data->current_sort_type = button_data->sort_type; in order_button_toggled_cb()
132 …data->current_sort_type = gth_main_get_sort_type (g_file_info_get_attribute_string (file_data->inf… in dlg_sort_order()
136 gth_browser_get_sort_order (data->browser, &data->current_sort_type, &sort_inverse); in dlg_sort_order()
150 if (strcmp (sort_type->name, data->current_sort_type->name) == 0) in dlg_sort_order()
H A Dgth-browser.c155 GthFileDataSort *current_sort_type; member
1245 …if ((browser->priv->current_sort_type != NULL) && (browser->priv->current_sort_type->required_attr… in _gth_browser_get_list_attributes()
1247 g_string_append (attributes, browser->priv->current_sort_type->required_attributes); in _gth_browser_get_list_attributes()
1310 browser->priv->current_sort_type = sort_type; in _gth_browser_set_sort_order()
4260 browser->priv->current_sort_type = NULL; in gth_browser_init()
5483 *sort_type = browser->priv->current_sort_type; in gth_browser_get_sort_order()