X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdbusauthmechanismsha1.h;h=95dcf84fcd40b280da81d9e28d38853130e04705;hb=0f9acd9d9be0d6efe3110d20eeee9a8b57b558bd;hp=67839fd112b425856cff16a4e9392e8959991e3a;hpb=d0a14469d09d5fe23de219ba293fd4a266b02ced;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdbusauthmechanismsha1.h b/gio/gdbusauthmechanismsha1.h index 67839fd..95dcf84 100644 --- a/gio/gdbusauthmechanismsha1.h +++ b/gio/gdbusauthmechanismsha1.h @@ -1,6 +1,6 @@ /* GDBus - GLib D-Bus Library * - * Copyright (C) 2008-2009 Red Hat, Inc. + * Copyright (C) 2008-2010 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -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: David Zeuthen */ +#ifndef __G_DBUS_AUTH_MECHANISM_SHA1_H__ +#define __G_DBUS_AUTH_MECHANISM_SHA1_H__ + #if !defined (GIO_COMPILATION) #error "gdbusauthmechanismsha1.h is a private header file." #endif -#ifndef __G_DBUS_AUTH_MECHANISM_SHA1_H__ -#define __G_DBUS_AUTH_MECHANISM_SHA1_H__ - #include #include @@ -47,25 +45,6 @@ struct _GDBusAuthMechanismSha1Class { /*< private >*/ GDBusAuthMechanismClass parent_class; - - /*< private >*/ - /* Padding for future expansion */ - void (*_g_reserved1) (void); - void (*_g_reserved2) (void); - void (*_g_reserved3) (void); - void (*_g_reserved4) (void); - void (*_g_reserved5) (void); - void (*_g_reserved6) (void); - void (*_g_reserved7) (void); - void (*_g_reserved8) (void); - void (*_g_reserved9) (void); - void (*_g_reserved10) (void); - void (*_g_reserved11) (void); - void (*_g_reserved12) (void); - void (*_g_reserved13) (void); - void (*_g_reserved14) (void); - void (*_g_reserved15) (void); - void (*_g_reserved16) (void); }; struct _GDBusAuthMechanismSha1