OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gio/tests/
g-file-info.c
103
g_assert (g_file_info_has_attribute (info,
G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
) == FALSE);
104
g_file_info_set_attribute_int32 (info,
G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
, 10);
105
g_assert (g_file_info_has_attribute (info,
G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
) == TRUE);
107
g_file_info_remove_attribute (info,
G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
);
108
g_assert (g_file_info_has_attribute (info,
G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
) == FALSE);
/external/bluetooth/glib/gio/
gfileinfo.h
225
*
G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
:
234
#define
G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
"standard::sort-order" /* int32 */
[
all
...]
gfileinfo.c
[
all
...]
Completed in 210 milliseconds