23#ifndef __G_FILE_IO_STREAM_H__
24#define __G_FILE_IO_STREAM_H__
26#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
27#error "Only <gio/gio.h> can be included directly."
34#define G_TYPE_FILE_IO_STREAM (g_file_io_stream_get_type ())
35#define G_FILE_IO_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_IO_STREAM, GFileIOStream))
36#define G_FILE_IO_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_FILE_IO_STREAM, GFileIOStreamClass))
37#define G_IS_FILE_IO_STREAM(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILE_IO_STREAM))
38#define G_IS_FILE_IO_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILE_IO_STREAM))
39#define G_FILE_IO_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILE_IO_STREAM, GFileIOStreamClass))
69 const char *attributes,
73 const char *attributes,
96 const char *attributes,
101 const char *attributes,
GIO_AVAILABLE_IN_ALL void g_file_io_stream_query_info_async(GFileIOStream *stream, const char *attributes, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
GIO_AVAILABLE_IN_ALL GFileInfo * g_file_io_stream_query_info(GFileIOStream *stream, const char *attributes, GCancellable *cancellable, GError **error)
GIO_AVAILABLE_IN_ALL GType g_file_io_stream_get_type(void) G_GNUC_CONST
GIO_AVAILABLE_IN_ALL char * g_file_io_stream_get_etag(GFileIOStream *stream)
struct _GFileIOStreamPrivate GFileIOStreamPrivate
GIO_AVAILABLE_IN_ALL GFileInfo * g_file_io_stream_query_info_finish(GFileIOStream *stream, GAsyncResult *result, GError **error)
#define GIO_AVAILABLE_IN_ALL
struct _GFileInfo GFileInfo
struct _GAsyncResult GAsyncResult
void(* GAsyncReadyCallback)(GObject *source_object, GAsyncResult *res, gpointer data)
static void error(LoadState *S, const char *why)
void(* _g_reserved1)(void)
GIOStreamClass parent_class
void(* _g_reserved4)(void)
gboolean(* seek)(GFileIOStream *stream, goffset offset, GSeekType type, GCancellable *cancellable, GError **error)
void(* _g_reserved5)(void)
gboolean(* can_truncate)(GFileIOStream *stream)
gboolean(* can_seek)(GFileIOStream *stream)
void(* _g_reserved2)(void)
void(* _g_reserved3)(void)
void(* query_info_async)(GFileIOStream *stream, const char *attributes, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
gboolean(* truncate_fn)(GFileIOStream *stream, goffset size, GCancellable *cancellable, GError **error)
goffset(* tell)(GFileIOStream *stream)
GFileIOStreamPrivate * priv
GIOStream parent_instance