X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdbusauth.h;h=8fd16ddff994d1654da2d5f04b867a0e81309749;hb=853692bdfd9f8a87aed70d21f643dc13b57c92d1;hp=b1ebe06e62a84b3c3d2bf262ff5622bbb7289097;hpb=2be38f6926d8bf2738c3898e831dcb3928925f90;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdbusauth.h b/gio/gdbusauth.h index b1ebe06..8fd16dd 100644 --- a/gio/gdbusauth.h +++ b/gio/gdbusauth.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_H__ +#define __G_DBUS_AUTH_H__ + #if !defined (GIO_COMPILATION) #error "gdbusauth.h is a private header file." #endif -#ifndef __G_DBUS_AUTH_H__ -#define __G_DBUS_AUTH_H__ - #include G_BEGIN_DECLS @@ -46,10 +44,6 @@ struct _GDBusAuthClass { /*< private >*/ GObjectClass parent_class; - - /*< private >*/ - /* Padding for future expansion */ - gpointer padding[16]; }; struct _GDBusAuth @@ -80,6 +74,7 @@ gboolean _g_dbus_auth_run_server (GDBusAuth *auth, GError **error); gchar *_g_dbus_auth_run_client (GDBusAuth *auth, + GDBusAuthObserver *observer, GDBusCapabilityFlags offered_capabilities, GDBusCapabilityFlags *out_negotiated_capabilities, GCancellable *cancellable,