Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gfileiostream.h File Reference
#include <gio/giostream.h>

Go to the source code of this file.

Data Structures

struct  _GFileIOStream
 
struct  _GFileIOStreamClass
 

Macros

#define G_TYPE_FILE_IO_STREAM   (g_file_io_stream_get_type ())
 
#define G_FILE_IO_STREAM(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_IO_STREAM, GFileIOStream))
 
#define G_FILE_IO_STREAM_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_FILE_IO_STREAM, GFileIOStreamClass))
 
#define G_IS_FILE_IO_STREAM(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILE_IO_STREAM))
 
#define G_IS_FILE_IO_STREAM_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILE_IO_STREAM))
 
#define G_FILE_IO_STREAM_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILE_IO_STREAM, GFileIOStreamClass))
 

Typedefs

typedef struct _GFileIOStreamClass GFileIOStreamClass
 
typedef struct _GFileIOStreamPrivate GFileIOStreamPrivate
 

Functions

GIO_AVAILABLE_IN_ALL GType g_file_io_stream_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GFileInfog_file_io_stream_query_info (GFileIOStream *stream, const char *attributes, GCancellable *cancellable, GError **error)
 
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 GFileInfog_file_io_stream_query_info_finish (GFileIOStream *stream, GAsyncResult *result, GError **error)
 
GIO_AVAILABLE_IN_ALL char * g_file_io_stream_get_etag (GFileIOStream *stream)
 

Macro Definition Documentation

◆ G_FILE_IO_STREAM

#define G_FILE_IO_STREAM ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_IO_STREAM, GFileIOStream))

Definition at line 35 of file gfileiostream.h.

◆ G_FILE_IO_STREAM_CLASS

#define G_FILE_IO_STREAM_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_FILE_IO_STREAM, GFileIOStreamClass))

Definition at line 36 of file gfileiostream.h.

◆ G_FILE_IO_STREAM_GET_CLASS

#define G_FILE_IO_STREAM_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILE_IO_STREAM, GFileIOStreamClass))

Definition at line 39 of file gfileiostream.h.

◆ G_IS_FILE_IO_STREAM

#define G_IS_FILE_IO_STREAM ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILE_IO_STREAM))

Definition at line 37 of file gfileiostream.h.

◆ G_IS_FILE_IO_STREAM_CLASS

#define G_IS_FILE_IO_STREAM_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILE_IO_STREAM))

Definition at line 38 of file gfileiostream.h.

◆ G_TYPE_FILE_IO_STREAM

#define G_TYPE_FILE_IO_STREAM   (g_file_io_stream_get_type ())

Definition at line 34 of file gfileiostream.h.

Typedef Documentation

◆ GFileIOStreamClass

Definition at line 41 of file gfileiostream.h.

◆ GFileIOStreamPrivate

typedef struct _GFileIOStreamPrivate GFileIOStreamPrivate

Definition at line 42 of file gfileiostream.h.

Function Documentation

◆ g_file_io_stream_get_etag()

GIO_AVAILABLE_IN_ALL char * g_file_io_stream_get_etag ( GFileIOStream * stream)

◆ g_file_io_stream_get_type()

GIO_AVAILABLE_IN_ALL GType g_file_io_stream_get_type ( void )

◆ g_file_io_stream_query_info()

GIO_AVAILABLE_IN_ALL GFileInfo * g_file_io_stream_query_info ( GFileIOStream * stream,
const char * attributes,
GCancellable * cancellable,
GError ** error )

◆ g_file_io_stream_query_info_async()

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 )

◆ g_file_io_stream_query_info_finish()

GIO_AVAILABLE_IN_ALL GFileInfo * g_file_io_stream_query_info_finish ( GFileIOStream * stream,
GAsyncResult * result,
GError ** error )