Searched defs:g_file_query_info (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgfile.c85 * %G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME attribute with g_file_query_info().
413 * attribute with g_file_query_info().
918 * implemented using g_file_query_info() and as such does blocking I/O.
950 info = g_file_query_info (file, G_FILE_ATTRIBUTE_STANDARD_TYPE,
964 * @flags: a set of #GFileQueryInfoFlags passed to g_file_query_info().
968 * implemented using g_file_query_info() and as such does blocking I/O.
987 info = g_file_query_info (file, G_FILE_ATTRIBUTE_STANDARD_TYPE, flags,
1001 * g_file_query_info:
1038 g_file_query_info (GFile *file, function
1079 * For more details, see g_file_query_info() whic
[all...]

Completed in 17 milliseconds