Searched refs:query_info_async (Results 1 – 6 of 6) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gfileinputstream.h | 75 void (* query_info_async) (GFileInputStream *stream, member
|
D | gfileinputstream.c | 92 klass->query_info_async = g_file_input_stream_real_query_info_async; in g_file_input_stream_class_init() 233 klass->query_info_async (stream, attributes, io_priority, cancellable, in g_file_input_stream_query_info_async()
|
D | gfileoutputstream.h | 80 void (* query_info_async) (GFileOutputStream *stream, member
|
D | gfileoutputstream.c | 95 klass->query_info_async = g_file_output_stream_real_query_info_async; in g_file_output_stream_class_init() 242 klass->query_info_async (stream, attributes, io_priority, cancellable, in g_file_output_stream_query_info_async()
|
D | gfile.h | 188 void (* query_info_async) (GFile *file, member
|
D | gfile.c | 282 iface->query_info_async = g_file_real_query_info_async; in g_file_class_init() 1099 (* iface->query_info_async) (file, in g_file_query_info_async()
|