mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
Rename all visibility macros
This commit is contained in:
@@ -100,11 +100,11 @@ struct _GDatagramBasedInterface
|
||||
GError **error);
|
||||
};
|
||||
|
||||
GLIB_AVAILABLE_IN_2_48
|
||||
GIO_AVAILABLE_IN_2_48
|
||||
GType
|
||||
g_datagram_based_get_type (void);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_48
|
||||
GIO_AVAILABLE_IN_2_48
|
||||
gint
|
||||
g_datagram_based_receive_messages (GDatagramBased *datagram_based,
|
||||
GInputMessage *messages,
|
||||
@@ -114,7 +114,7 @@ g_datagram_based_receive_messages (GDatagramBased *datagram_based,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_48
|
||||
GIO_AVAILABLE_IN_2_48
|
||||
gint
|
||||
g_datagram_based_send_messages (GDatagramBased *datagram_based,
|
||||
GOutputMessage *messages,
|
||||
@@ -124,16 +124,16 @@ g_datagram_based_send_messages (GDatagramBased *datagram_based,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_48
|
||||
GIO_AVAILABLE_IN_2_48
|
||||
GSource *
|
||||
g_datagram_based_create_source (GDatagramBased *datagram_based,
|
||||
GIOCondition condition,
|
||||
GCancellable *cancellable);
|
||||
GLIB_AVAILABLE_IN_2_48
|
||||
GIO_AVAILABLE_IN_2_48
|
||||
GIOCondition
|
||||
g_datagram_based_condition_check (GDatagramBased *datagram_based,
|
||||
GIOCondition condition);
|
||||
GLIB_AVAILABLE_IN_2_48
|
||||
GIO_AVAILABLE_IN_2_48
|
||||
gboolean
|
||||
g_datagram_based_condition_wait (GDatagramBased *datagram_based,
|
||||
GIOCondition condition,
|
||||
|
Reference in New Issue
Block a user