Go to the source code of this file.
|
GIO_AVAILABLE_IN_2_48 GType | g_datagram_based_get_type (void) |
|
GIO_AVAILABLE_IN_2_48 gint | g_datagram_based_receive_messages (GDatagramBased *datagram_based, GInputMessage *messages, guint num_messages, gint flags, gint64 timeout, GCancellable *cancellable, GError **error) |
|
GIO_AVAILABLE_IN_2_48 gint | g_datagram_based_send_messages (GDatagramBased *datagram_based, GOutputMessage *messages, guint num_messages, gint flags, gint64 timeout, GCancellable *cancellable, GError **error) |
|
GIO_AVAILABLE_IN_2_48 GSource * | g_datagram_based_create_source (GDatagramBased *datagram_based, GIOCondition condition, GCancellable *cancellable) |
|
GIO_AVAILABLE_IN_2_48 GIOCondition | g_datagram_based_condition_check (GDatagramBased *datagram_based, GIOCondition condition) |
|
GIO_AVAILABLE_IN_2_48 gboolean | g_datagram_based_condition_wait (GDatagramBased *datagram_based, GIOCondition condition, gint64 timeout, GCancellable *cancellable, GError **error) |
|
◆ G_DATAGRAM_BASED
#define G_DATAGRAM_BASED |
( |
| inst | ) |
|
Value:
#define G_TYPE_DATAGRAM_BASED
struct _GDatagramBased GDatagramBased
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type)
Definition at line 34 of file gdatagrambased.h.
34#define G_DATAGRAM_BASED(inst) (G_TYPE_CHECK_INSTANCE_CAST ((inst), \
35 G_TYPE_DATAGRAM_BASED, GDatagramBased))
◆ G_DATAGRAM_BASED_GET_IFACE
#define G_DATAGRAM_BASED_GET_IFACE |
( |
| inst | ) |
|
Value:
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type)
Definition at line 38 of file gdatagrambased.h.
38#define G_DATAGRAM_BASED_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), \
39 G_TYPE_DATAGRAM_BASED, \
40 GDatagramBasedInterface))
◆ G_IS_DATAGRAM_BASED
#define G_IS_DATAGRAM_BASED |
( |
| inst | ) |
|
Value:
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type)
Definition at line 36 of file gdatagrambased.h.
36#define G_IS_DATAGRAM_BASED(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \
37 G_TYPE_DATAGRAM_BASED))
◆ G_TYPE_DATAGRAM_BASED
◆ G_TYPE_IS_DATAGRAM_BASED
#define G_TYPE_IS_DATAGRAM_BASED |
( |
| type | ) |
|
Value:
#define g_type_is_a(a, b)
Definition at line 41 of file gdatagrambased.h.
41#define G_TYPE_IS_DATAGRAM_BASED(type) (g_type_is_a ((type), \
42 G_TYPE_DATAGRAM_BASED))
◆ GDatagramBasedInterface
◆ g_datagram_based_condition_check()
◆ g_datagram_based_condition_wait()
◆ g_datagram_based_create_source()
◆ g_datagram_based_get_type()
◆ g_datagram_based_receive_messages()
◆ g_datagram_based_send_messages()