-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgio__GFileInputStream.if
More file actions
18 lines (17 loc) · 1.18 KB
/
gio__GFileInputStream.if
File metadata and controls
18 lines (17 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
struct GFileInputStream;
inherit gio.GInputStream;
GFileInfo * g_file_input_stream_query_info (GFileInputStream *stream,
const char *attributes,
GCancellable *cancellable,
GError **error);
void g_file_input_stream_query_info_async
(GFileInputStream *stream,
const char *attributes,
int io_priority,
GCancellable *cancellable,
GAsyncReadyCallback callback,
gpointer user_data);
GFileInfo * g_file_input_stream_query_info_finish
(GFileInputStream *stream,
GAsyncResult *result,
GError **error);