Home
last modified time | relevance | path

Searched refs:G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/gio/tests/
Dg-file-info.c103 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER) == FALSE); in test_g_file_info()
104 g_file_info_set_attribute_int32 (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER, 10); in test_g_file_info()
105 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER) == TRUE); in test_g_file_info()
107 g_file_info_remove_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER); in test_g_file_info()
108 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER) == FALSE); in test_g_file_info()
/external/bluetooth/glib/gio/
Dgfileinfo.h234 #define G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER "standard::sort-order" /* int32 */ macro
Dgfileinfo.c1466 attr = lookup_attribute (G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER); in g_file_info_get_sort_order()
1779 attr = lookup_attribute (G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER); in g_file_info_set_sort_order()
/external/bluetooth/glib/docs/reference/gio/
Dgio-sections.txt185 G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER