Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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) |
#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.
#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.
#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.
#define G_TYPE_FILE_DESCRIPTOR_BASED (g_file_descriptor_based_get_type ()) |
Definition at line 33 of file gfiledescriptorbased.h.
typedef typedefG_BEGIN_DECLS struct _GFileDescriptorBased GFileDescriptorBased |
Definition at line 30 of file gfiledescriptorbased.h.
typedef struct _GFileDescriptorBasedIface GFileDescriptorBasedIface |
Definition at line 31 of file gfiledescriptorbased.h.
GIO_AVAILABLE_IN_ALL int g_file_descriptor_based_get_fd | ( | GFileDescriptorBased * | fd_based | ) |
GIO_AVAILABLE_IN_ALL GType g_file_descriptor_based_get_type | ( | void | ) |