Whitespace fixes

And add some missing since tags.
This commit is contained in:
Matthias Clasen 2011-12-10 21:46:13 -05:00
parent d50f77b394
commit 2d6d127c96
3 changed files with 213 additions and 209 deletions

View File

@ -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,