Go to the source code of this file.
◆ G_IS_UNIX_FD_MESSAGE
#define G_IS_UNIX_FD_MESSAGE |
( |
| inst | ) |
|
Value:
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
#define G_TYPE_UNIX_FD_MESSAGE
Definition at line 36 of file gunixfdmessage.h.
36#define G_IS_UNIX_FD_MESSAGE(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
37 G_TYPE_UNIX_FD_MESSAGE))
◆ G_IS_UNIX_FD_MESSAGE_CLASS
#define G_IS_UNIX_FD_MESSAGE_CLASS |
( |
| class | ) |
|
Value:
#define G_TYPE_CHECK_CLASS_TYPE(g_class, g_type)
Definition at line 38 of file gunixfdmessage.h.
38#define G_IS_UNIX_FD_MESSAGE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), \
39 G_TYPE_UNIX_FD_MESSAGE))
◆ G_TYPE_UNIX_FD_MESSAGE
◆ G_UNIX_FD_MESSAGE
#define G_UNIX_FD_MESSAGE |
( |
| inst | ) |
|
Value:
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition at line 32 of file gunixfdmessage.h.
32#define G_UNIX_FD_MESSAGE(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
33 G_TYPE_UNIX_FD_MESSAGE, GUnixFDMessage))
◆ G_UNIX_FD_MESSAGE_CLASS
#define G_UNIX_FD_MESSAGE_CLASS |
( |
| class | ) |
|
Value:
#define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type)
Definition at line 34 of file gunixfdmessage.h.
34#define G_UNIX_FD_MESSAGE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), \
35 G_TYPE_UNIX_FD_MESSAGE, GUnixFDMessageClass))
◆ G_UNIX_FD_MESSAGE_GET_CLASS
#define G_UNIX_FD_MESSAGE_GET_CLASS |
( |
| inst | ) |
|
Value:
#define G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type)
Definition at line 40 of file gunixfdmessage.h.
40#define G_UNIX_FD_MESSAGE_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), \
41 G_TYPE_UNIX_FD_MESSAGE, GUnixFDMessageClass))
◆ GUnixFDMessage
◆ GUnixFDMessageClass
◆ GUnixFDMessagePrivate
◆ g_unix_fd_message_append_fd()
◆ g_unix_fd_message_get_fd_list()
◆ g_unix_fd_message_get_type()
◆ g_unix_fd_message_new()
◆ g_unix_fd_message_new_with_fd_list()
◆ g_unix_fd_message_steal_fds()