X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgnetworkmonitorbase.h;h=7970f7c47be4281a6c1ddf0eff1233ff43de494f;hb=4482977238ae80f64c2fe318d1500f4662c73980;hp=f70403f37e08137c2e7d9a4c8212af516deb4265;hpb=1cc7162c9560796829db457f7ea5fdd218a0ae46;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gnetworkmonitorbase.h b/gio/gnetworkmonitorbase.h index f70403f..7970f7c 100644 --- a/gio/gnetworkmonitorbase.h +++ b/gio/gnetworkmonitorbase.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . */ #ifndef __G_NETWORK_MONITOR_BASE_H__ @@ -50,6 +48,7 @@ struct _GNetworkMonitorBaseClass { gpointer padding[8]; }; +GLIB_AVAILABLE_IN_ALL GType g_network_monitor_base_get_type (void); /*< protected >*/ @@ -59,6 +58,7 @@ void g_network_monitor_base_add_network (GNetworkMonitorBase *monitor, GLIB_AVAILABLE_IN_2_32 void g_network_monitor_base_remove_network (GNetworkMonitorBase *monitor, GInetAddressMask *network); +GLIB_AVAILABLE_IN_ALL void g_network_monitor_base_set_networks (GNetworkMonitorBase *monitor, GInetAddressMask **networks, gint length);