HomeSort by relevance Sort by last modified time
    Searched refs:query_info_async (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/glib/gio/
gfileinputstream.h 75 void (* query_info_async) (GFileInputStream *stream, member in struct:_GFileInputStreamClass
gfileoutputstream.h 80 void (* query_info_async) (GFileOutputStream *stream, member in struct:_GFileOutputStreamClass
gfileinputstream.c 92 klass->query_info_async = g_file_input_stream_real_query_info_async;
233 klass->query_info_async (stream, attributes, io_priority, cancellable,
gfileoutputstream.c 95 klass->query_info_async = g_file_output_stream_real_query_info_async;
242 klass->query_info_async (stream, attributes, io_priority, cancellable,
gfile.h 74 * @query_info_async: Asynchronously gets the #GFileInfo for a #GFile.
188 void (* query_info_async) (GFile *file, member in struct:_GFileIface
    [all...]
gfile.c 282 iface->query_info_async = g_file_real_query_info_async;
    [all...]

Completed in 1011 milliseconds