mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Whitespace fixes
And add some missing since tags.
This commit is contained in:
parent
d50f77b394
commit
2d6d127c96
@ -308,6 +308,8 @@ queue_network_changed (GNetworkMonitorBase *monitor)
|
|||||||
* @network: a #GInetAddressMask
|
* @network: a #GInetAddressMask
|
||||||
*
|
*
|
||||||
* Adds @network to @monitor's list of available networks.
|
* Adds @network to @monitor's list of available networks.
|
||||||
|
*
|
||||||
|
* Since: 2.32
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
g_network_monitor_base_add_network (GNetworkMonitorBase *monitor,
|
g_network_monitor_base_add_network (GNetworkMonitorBase *monitor,
|
||||||
@ -353,6 +355,8 @@ g_network_monitor_base_add_network (GNetworkMonitorBase *monitor,
|
|||||||
* @network: a #GInetAddressMask
|
* @network: a #GInetAddressMask
|
||||||
*
|
*
|
||||||
* Removes @network from @monitor's list of available networks.
|
* Removes @network from @monitor's list of available networks.
|
||||||
|
*
|
||||||
|
* Since: 2.32
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
g_network_monitor_base_remove_network (GNetworkMonitorBase *monitor,
|
g_network_monitor_base_remove_network (GNetworkMonitorBase *monitor,
|
||||||
|
Loading…
Reference in New Issue
Block a user