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

Go to the source code of this file.

Data Structures

struct  _GFileInputStream
 
struct  _GFileInputStreamClass
 

Macros

#define G_TYPE_FILE_INPUT_STREAM   (g_file_input_stream_get_type ())
 
#define G_FILE_INPUT_STREAM(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_INPUT_STREAM, GFileInputStream))
 
#define G_FILE_INPUT_STREAM_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_FILE_INPUT_STREAM, GFileInputStreamClass))
 
#define G_IS_FILE_INPUT_STREAM(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILE_INPUT_STREAM))
 
#define G_IS_FILE_INPUT_STREAM_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILE_INPUT_STREAM))
 
#define G_FILE_INPUT_STREAM_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILE_INPUT_STREAM, GFileInputStreamClass))
 

Typedefs

typedef struct _GFileInputStreamClass GFileInputStreamClass
 
typedef struct _GFileInputStreamPrivate GFileInputStreamPrivate
 

Functions

GIO_AVAILABLE_IN_ALL GType g_file_input_stream_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GFileInfog_file_input_stream_query_info (GFileInputStream *stream, const char *attributes, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_ALL void g_file_input_stream_query_info_async (GFileInputStream *stream, const char *attributes, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GIO_AVAILABLE_IN_ALL GFileInfog_file_input_stream_query_info_finish (GFileInputStream *stream, GAsyncResult *result, GError **error)
 

Macro Definition Documentation

◆ G_FILE_INPUT_STREAM

#define G_FILE_INPUT_STREAM ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_INPUT_STREAM, GFileInputStream))

Definition at line 35 of file gfileinputstream.h.

◆ G_FILE_INPUT_STREAM_CLASS

#define G_FILE_INPUT_STREAM_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_FILE_INPUT_STREAM, GFileInputStreamClass))

Definition at line 36 of file gfileinputstream.h.

◆ G_FILE_INPUT_STREAM_GET_CLASS

#define G_FILE_INPUT_STREAM_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILE_INPUT_STREAM, GFileInputStreamClass))

Definition at line 39 of file gfileinputstream.h.

◆ G_IS_FILE_INPUT_STREAM

#define G_IS_FILE_INPUT_STREAM ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILE_INPUT_STREAM))

Definition at line 37 of file gfileinputstream.h.

◆ G_IS_FILE_INPUT_STREAM_CLASS

#define G_IS_FILE_INPUT_STREAM_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILE_INPUT_STREAM))

Definition at line 38 of file gfileinputstream.h.

◆ G_TYPE_FILE_INPUT_STREAM

#define G_TYPE_FILE_INPUT_STREAM   (g_file_input_stream_get_type ())

Definition at line 34 of file gfileinputstream.h.

Typedef Documentation

◆ GFileInputStreamClass

Definition at line 41 of file gfileinputstream.h.

◆ GFileInputStreamPrivate

typedef struct _GFileInputStreamPrivate GFileInputStreamPrivate

Definition at line 42 of file gfileinputstream.h.

Function Documentation

◆ g_file_input_stream_get_type()

GIO_AVAILABLE_IN_ALL GType g_file_input_stream_get_type ( void )

◆ g_file_input_stream_query_info()

GIO_AVAILABLE_IN_ALL GFileInfo * g_file_input_stream_query_info ( GFileInputStream * stream,
const char * attributes,
GCancellable * cancellable,
GError ** error )

◆ g_file_input_stream_query_info_async()

GIO_AVAILABLE_IN_ALL void g_file_input_stream_query_info_async ( GFileInputStream * stream,
const char * attributes,
int io_priority,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_file_input_stream_query_info_finish()

GIO_AVAILABLE_IN_ALL GFileInfo * g_file_input_stream_query_info_finish ( GFileInputStream * stream,
GAsyncResult * result,
GError ** error )