Home
last modified time | relevance | path

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

/dports/audio/easytag/easytag-2.4.3/src/
H A Dfile_list.h57 GList *ET_Sort_File_List (GList *ETFileList, EtSortMode Sorting_Type);
H A Dfile_list.c937 EtSortMode Sorting_Type) in ET_Sort_File_List() argument
942 gint column_id = Sorting_Type / 2; in ET_Sort_File_List()
951 set_sort_order_for_column_id (column_id, column, Sorting_Type); in ET_Sort_File_List()
954 switch (Sorting_Type) in ET_Sort_File_List()
1093 g_settings_set_enum (MainSettings, "sort-mode", Sorting_Type); in ET_Sort_File_List()