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

Go to the source code of this file.

Data Structures

struct  _GFileDescriptorBasedIface
 

Macros

#define G_TYPE_FILE_DESCRIPTOR_BASED   (g_file_descriptor_based_get_type ())
 
#define G_FILE_DESCRIPTOR_BASED(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_FILE_DESCRIPTOR_BASED, GFileDescriptorBased))
 
#define G_IS_FILE_DESCRIPTOR_BASED(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_FILE_DESCRIPTOR_BASED))
 
#define G_FILE_DESCRIPTOR_BASED_GET_IFACE(obj)   (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_FILE_DESCRIPTOR_BASED, GFileDescriptorBasedIface))
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _GFileDescriptorBased GFileDescriptorBased
 
typedef struct _GFileDescriptorBasedIface GFileDescriptorBasedIface
 

Functions

GIO_AVAILABLE_IN_ALL GType g_file_descriptor_based_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL int g_file_descriptor_based_get_fd (GFileDescriptorBased *fd_based)
 

Macro Definition Documentation

◆ G_FILE_DESCRIPTOR_BASED

#define G_FILE_DESCRIPTOR_BASED ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_FILE_DESCRIPTOR_BASED, GFileDescriptorBased))

Definition at line 34 of file gfiledescriptorbased.h.

◆ G_FILE_DESCRIPTOR_BASED_GET_IFACE

#define G_FILE_DESCRIPTOR_BASED_GET_IFACE ( obj)    (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_FILE_DESCRIPTOR_BASED, GFileDescriptorBasedIface))

Definition at line 36 of file gfiledescriptorbased.h.

◆ G_IS_FILE_DESCRIPTOR_BASED

#define G_IS_FILE_DESCRIPTOR_BASED ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_FILE_DESCRIPTOR_BASED))

Definition at line 35 of file gfiledescriptorbased.h.

◆ G_TYPE_FILE_DESCRIPTOR_BASED

#define G_TYPE_FILE_DESCRIPTOR_BASED   (g_file_descriptor_based_get_type ())

Definition at line 33 of file gfiledescriptorbased.h.

Typedef Documentation

◆ GFileDescriptorBased

typedef typedefG_BEGIN_DECLS struct _GFileDescriptorBased GFileDescriptorBased

Definition at line 30 of file gfiledescriptorbased.h.

◆ GFileDescriptorBasedIface

Function Documentation

◆ g_file_descriptor_based_get_fd()

GIO_AVAILABLE_IN_ALL int g_file_descriptor_based_get_fd ( GFileDescriptorBased * fd_based)

◆ g_file_descriptor_based_get_type()

GIO_AVAILABLE_IN_ALL GType g_file_descriptor_based_get_type ( void )