X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgproxyaddressenumerator.h;h=a607930f8154adba0737db85fca063aa1a395e0b;hb=4482977238ae80f64c2fe318d1500f4662c73980;hp=2fb1104393c41b52954682db03f06ec89a795cbf;hpb=a7e0e8fc0852255d430daa90e7345db67a2a9594;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gproxyaddressenumerator.h b/gio/gproxyaddressenumerator.h index 2fb1104..a607930 100644 --- a/gio/gproxyaddressenumerator.h +++ b/gio/gproxyaddressenumerator.h @@ -13,20 +13,18 @@ * 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 . * * Author: Nicolas Dufresne */ +#ifndef __G_PROXY_ADDRESS_ENUMERATOR_H__ +#define __G_PROXY_ADDRESS_ENUMERATOR_H__ + #if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION) #error "Only can be included directly." #endif -#ifndef __G_PROXY_ADDRESS_ENUMERATOR_H__ -#define __G_PROXY_ADDRESS_ENUMERATOR_H__ - #include G_BEGIN_DECLS @@ -68,6 +66,9 @@ struct _GProxyAddressEnumeratorClass void (*_g_reserved7) (void); }; +GLIB_AVAILABLE_IN_ALL GType g_proxy_address_enumerator_get_type (void) G_GNUC_CONST; +G_END_DECLS + #endif /* __G_PROXY_ADDRESS_ENUMERATOR_H__ */