X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgnetworkaddress.h;h=d1e7470362fe7ce46ecebe1a0fe67ad0230e6e82;hb=7e5e3e142f856ac80e83a9a5110b51aa4b5b0821;hp=326ab21da28c646bfdf5229290581095dfcb4324;hpb=0156092a4203d1c40dcd0df7515fc7eeaebba9ac;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gnetworkaddress.h b/gio/gnetworkaddress.h index 326ab21..d1e7470 100644 --- a/gio/gnetworkaddress.h +++ b/gio/gnetworkaddress.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_ADDRESS_H__ @@ -59,6 +57,8 @@ GType g_network_address_get_type (void) G_GNUC_CONST; GLIB_AVAILABLE_IN_ALL GSocketConnectable *g_network_address_new (const gchar *hostname, guint16 port); +GLIB_AVAILABLE_IN_2_44 +GSocketConnectable *g_network_address_new_loopback (guint16 port); GLIB_AVAILABLE_IN_ALL GSocketConnectable *g_network_address_parse (const gchar *host_and_port, guint16 default_port,