mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +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:
@@ -66,7 +66,9 @@ struct _GNetworkMonitorInterface {
|
||||
GError **error);
|
||||
};
|
||||
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
GType g_network_monitor_get_type (void) G_GNUC_CONST;
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
GNetworkMonitor *g_network_monitor_get_default (void);
|
||||
|
||||
gboolean g_network_monitor_get_network_available (GNetworkMonitor *monitor);
|
||||
|
Reference in New Issue
Block a user