X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdbusauthmechanism.h;h=f40aa99bc07c37fe73e6262afb892201a8784238;hb=c8d10470939847069b1a346d4c44f2adde3469f6;hp=fd46d71ca809641966f1f758b9f19d274d46785c;hpb=6223341cacc7dfa34a8d60ec1b4828382dee6d07;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdbusauthmechanism.h b/gio/gdbusauthmechanism.h index fd46d71..f40aa99 100644 --- a/gio/gdbusauthmechanism.h +++ b/gio/gdbusauthmechanism.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: David Zeuthen */ +#ifndef __G_DBUS_AUTH_MECHANISM_H__ +#define __G_DBUS_AUTH_MECHANISM_H__ + #if !defined (GIO_COMPILATION) #error "gdbusauthmechanism.h is a private header file." #endif -#ifndef __G_DBUS_AUTH_MECHANISM_H__ -#define __G_DBUS_AUTH_MECHANISM_H__ - #include G_BEGIN_DECLS @@ -100,26 +98,6 @@ struct _GDBusAuthMechanismClass gchar *(*client_data_send) (GDBusAuthMechanism *mechanism, gsize *out_data_len); void (*client_shutdown) (GDBusAuthMechanism *mechanism); - - - /*< 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 _GDBusAuthMechanism