mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32
https://bugzilla.gnome.org/show_bug.cgi?id=676816
This commit is contained in:
@@ -53,8 +53,10 @@ struct _GNetworkMonitorBaseClass {
|
||||
GType g_network_monitor_base_get_type (void);
|
||||
|
||||
/*< protected >*/
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
void g_network_monitor_base_add_network (GNetworkMonitorBase *monitor,
|
||||
GInetAddressMask *network);
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
void g_network_monitor_base_remove_network (GNetworkMonitorBase *monitor,
|
||||
GInetAddressMask *network);
|
||||
void g_network_monitor_base_set_networks (GNetworkMonitorBase *monitor,
|
||||
|
Reference in New Issue
Block a user