Searched refs:query_info_async (Results 1 – 8 of 8) sorted by relevance
/third_party/glib/gio/ |
D | gfileinputstream.c | 86 klass->query_info_async = g_file_input_stream_real_query_info_async; in G_DEFINE_TYPE_WITH_CODE() 222 klass->query_info_async (stream, attributes, io_priority, cancellable, in g_file_input_stream_query_info_async()
|
D | gfileinputstream.h | 73 void (* query_info_async) (GFileInputStream *stream, member
|
D | gfileiostream.h | 78 void (* query_info_async) (GFileIOStream *stream, member
|
D | gfileoutputstream.h | 78 void (* query_info_async) (GFileOutputStream *stream, member
|
D | gfileoutputstream.c | 90 klass->query_info_async = g_file_output_stream_real_query_info_async; in g_file_output_stream_class_init() 232 klass->query_info_async (stream, attributes, io_priority, cancellable, in g_file_output_stream_query_info_async()
|
D | gfileiostream.c | 236 klass->query_info_async (stream, attributes, io_priority, cancellable, in g_file_io_stream_query_info_async() 659 klass->query_info_async = g_file_io_stream_real_query_info_async; in g_file_io_stream_class_init()
|
D | gfile.h | 212 void (* query_info_async) (GFile *file, member
|
D | gfile.c | 366 iface->query_info_async = g_file_real_query_info_async; in G_DEFINE_INTERFACE() 1343 (* iface->query_info_async) (file, in g_file_query_info_async()
|