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

Go to the source code of this file.

Data Structures

struct  _GFileEnumerator
 
struct  _GFileEnumeratorClass
 

Macros

#define G_TYPE_FILE_ENUMERATOR   (g_file_enumerator_get_type ())
 
#define G_FILE_ENUMERATOR(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_ENUMERATOR, GFileEnumerator))
 
#define G_FILE_ENUMERATOR_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_FILE_ENUMERATOR, GFileEnumeratorClass))
 
#define G_IS_FILE_ENUMERATOR(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILE_ENUMERATOR))
 
#define G_IS_FILE_ENUMERATOR_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILE_ENUMERATOR))
 
#define G_FILE_ENUMERATOR_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILE_ENUMERATOR, GFileEnumeratorClass))
 

Typedefs

typedef struct _GFileEnumeratorClass GFileEnumeratorClass
 
typedef struct _GFileEnumeratorPrivate GFileEnumeratorPrivate
 

Functions

GIO_AVAILABLE_IN_ALL GType g_file_enumerator_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GFileInfog_file_enumerator_next_file (GFileEnumerator *enumerator, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_ALL gboolean g_file_enumerator_close (GFileEnumerator *enumerator, GCancellable *cancellable, GError **error)
 
GIO_AVAILABLE_IN_ALL void g_file_enumerator_next_files_async (GFileEnumerator *enumerator, int num_files, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GIO_AVAILABLE_IN_ALL GListg_file_enumerator_next_files_finish (GFileEnumerator *enumerator, GAsyncResult *result, GError **error)
 
GIO_AVAILABLE_IN_ALL void g_file_enumerator_close_async (GFileEnumerator *enumerator, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
GIO_AVAILABLE_IN_ALL gboolean g_file_enumerator_close_finish (GFileEnumerator *enumerator, GAsyncResult *result, GError **error)
 
GIO_AVAILABLE_IN_ALL gboolean g_file_enumerator_is_closed (GFileEnumerator *enumerator)
 
GIO_AVAILABLE_IN_ALL gboolean g_file_enumerator_has_pending (GFileEnumerator *enumerator)
 
GIO_AVAILABLE_IN_ALL void g_file_enumerator_set_pending (GFileEnumerator *enumerator, gboolean pending)
 
GIO_AVAILABLE_IN_ALL GFileg_file_enumerator_get_container (GFileEnumerator *enumerator)
 
GIO_AVAILABLE_IN_2_36 GFileg_file_enumerator_get_child (GFileEnumerator *enumerator, GFileInfo *info)
 
GIO_AVAILABLE_IN_2_44 gboolean g_file_enumerator_iterate (GFileEnumerator *direnum, GFileInfo **out_info, GFile **out_child, GCancellable *cancellable, GError **error)
 

Macro Definition Documentation

◆ G_FILE_ENUMERATOR

#define G_FILE_ENUMERATOR ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_FILE_ENUMERATOR, GFileEnumerator))

Definition at line 35 of file gfileenumerator.h.

◆ G_FILE_ENUMERATOR_CLASS

#define G_FILE_ENUMERATOR_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_FILE_ENUMERATOR, GFileEnumeratorClass))

Definition at line 36 of file gfileenumerator.h.

◆ G_FILE_ENUMERATOR_GET_CLASS

#define G_FILE_ENUMERATOR_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_FILE_ENUMERATOR, GFileEnumeratorClass))

Definition at line 39 of file gfileenumerator.h.

◆ G_IS_FILE_ENUMERATOR

#define G_IS_FILE_ENUMERATOR ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_FILE_ENUMERATOR))

Definition at line 37 of file gfileenumerator.h.

◆ G_IS_FILE_ENUMERATOR_CLASS

#define G_IS_FILE_ENUMERATOR_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_FILE_ENUMERATOR))

Definition at line 38 of file gfileenumerator.h.

◆ G_TYPE_FILE_ENUMERATOR

#define G_TYPE_FILE_ENUMERATOR   (g_file_enumerator_get_type ())

Definition at line 34 of file gfileenumerator.h.

Typedef Documentation

◆ GFileEnumeratorClass

Definition at line 41 of file gfileenumerator.h.

◆ GFileEnumeratorPrivate

typedef struct _GFileEnumeratorPrivate GFileEnumeratorPrivate

Definition at line 42 of file gfileenumerator.h.

Function Documentation

◆ g_file_enumerator_close()

GIO_AVAILABLE_IN_ALL gboolean g_file_enumerator_close ( GFileEnumerator * enumerator,
GCancellable * cancellable,
GError ** error )

◆ g_file_enumerator_close_async()

GIO_AVAILABLE_IN_ALL void g_file_enumerator_close_async ( GFileEnumerator * enumerator,
int io_priority,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_file_enumerator_close_finish()

GIO_AVAILABLE_IN_ALL gboolean g_file_enumerator_close_finish ( GFileEnumerator * enumerator,
GAsyncResult * result,
GError ** error )

◆ g_file_enumerator_get_child()

GIO_AVAILABLE_IN_2_36 GFile * g_file_enumerator_get_child ( GFileEnumerator * enumerator,
GFileInfo * info )

◆ g_file_enumerator_get_container()

GIO_AVAILABLE_IN_ALL GFile * g_file_enumerator_get_container ( GFileEnumerator * enumerator)

◆ g_file_enumerator_get_type()

GIO_AVAILABLE_IN_ALL GType g_file_enumerator_get_type ( void )

◆ g_file_enumerator_has_pending()

GIO_AVAILABLE_IN_ALL gboolean g_file_enumerator_has_pending ( GFileEnumerator * enumerator)

◆ g_file_enumerator_is_closed()

GIO_AVAILABLE_IN_ALL gboolean g_file_enumerator_is_closed ( GFileEnumerator * enumerator)

◆ g_file_enumerator_iterate()

GIO_AVAILABLE_IN_2_44 gboolean g_file_enumerator_iterate ( GFileEnumerator * direnum,
GFileInfo ** out_info,
GFile ** out_child,
GCancellable * cancellable,
GError ** error )

◆ g_file_enumerator_next_file()

GIO_AVAILABLE_IN_ALL GFileInfo * g_file_enumerator_next_file ( GFileEnumerator * enumerator,
GCancellable * cancellable,
GError ** error )

◆ g_file_enumerator_next_files_async()

GIO_AVAILABLE_IN_ALL void g_file_enumerator_next_files_async ( GFileEnumerator * enumerator,
int num_files,
int io_priority,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_file_enumerator_next_files_finish()

GIO_AVAILABLE_IN_ALL GList * g_file_enumerator_next_files_finish ( GFileEnumerator * enumerator,
GAsyncResult * result,
GError ** error )

◆ g_file_enumerator_set_pending()

GIO_AVAILABLE_IN_ALL void g_file_enumerator_set_pending ( GFileEnumerator * enumerator,
gboolean pending )