[gnome-online-accounts/gnome-3-20] provider: Re-order and re-align the GoaProviderClass members
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/gnome-3-20] provider: Re-order and re-align the GoaProviderClass members
- Date: Thu, 14 Jul 2016 16:52:22 +0000 (UTC)
commit 033a1debf1116467ed935a40c08d69ca272858ba
Author: Debarshi Ray <debarshir gnome org>
Date: Fri May 20 17:12:38 2016 +0200
provider: Re-order and re-align the GoaProviderClass members
We don't allow out-of-tree providers and GoaProviderClass is not part
of the exported ABI.
https://bugzilla.gnome.org/show_bug.cgi?id=766733
src/goabackend/goaprovider-priv.h | 72 ++++++++++++++++++------------------
1 files changed, 36 insertions(+), 36 deletions(-)
---
diff --git a/src/goabackend/goaprovider-priv.h b/src/goabackend/goaprovider-priv.h
index 4c579d2..cf12e28 100644
--- a/src/goabackend/goaprovider-priv.h
+++ b/src/goabackend/goaprovider-priv.h
@@ -60,44 +60,44 @@ struct _GoaProviderClass
GObjectClass parent_class;
/* pure virtual */
- const gchar *(*get_provider_type) (GoaProvider *self);
- gchar *(*get_provider_name) (GoaProvider *self,
- GoaObject *object);
- GIcon *(*get_provider_icon) (GoaProvider *self,
- GoaObject *object);
- GoaObject *(*add_account) (GoaProvider *self,
- GoaClient *client,
- GtkDialog *dialog,
- GtkBox *vbox,
- GError **error);
- gboolean (*refresh_account) (GoaProvider *self,
- GoaClient *client,
- GoaObject *object,
- GtkWindow *parent,
- GError **error);
- gboolean (*build_object) (GoaProvider *self,
- GoaObjectSkeleton *object,
- GKeyFile *key_file,
- const gchar *group,
- GDBusConnection *connection,
- gboolean just_added,
- GError **error);
- GoaProviderGroup (*get_provider_group) (GoaProvider *self);
- GoaProviderFeatures (*get_provider_features) (GoaProvider *self);
+ GoaObject *(*add_account) (GoaProvider *self,
+ GoaClient *client,
+ GtkDialog *dialog,
+ GtkBox *vbox,
+ GError **error);
+ GoaProviderFeatures (*get_provider_features) (GoaProvider *self);
+ GoaProviderGroup (*get_provider_group) (GoaProvider *self);
+ gchar *(*get_provider_name) (GoaProvider *self,
+ GoaObject *object);
+ const gchar *(*get_provider_type) (GoaProvider *self);
+ gboolean (*refresh_account) (GoaProvider *self,
+ GoaClient *client,
+ GoaObject *object,
+ GtkWindow *parent,
+ GError **error);
/* virtual but with default implementation */
- void (*show_account) (GoaProvider *self,
- GoaClient *client,
- GoaObject *object,
- GtkBox *vbox,
- GtkGrid *grid,
- GtkGrid *dummy);
- gboolean (*ensure_credentials_sync) (GoaProvider *self,
- GoaObject *object,
- gint *out_expires_in,
- GCancellable *cancellable,
- GError **error);
- guint (*get_credentials_generation) (GoaProvider *self);
+ gboolean (*build_object) (GoaProvider *self,
+ GoaObjectSkeleton *object,
+ GKeyFile *key_file,
+ const gchar *group,
+ GDBusConnection *connection,
+ gboolean just_added,
+ GError **error);
+ gboolean (*ensure_credentials_sync) (GoaProvider *self,
+ GoaObject *object,
+ gint *out_expires_in,
+ GCancellable *cancellable,
+ GError **error);
+ guint (*get_credentials_generation) (GoaProvider *self);
+ GIcon *(*get_provider_icon) (GoaProvider *self,
+ GoaObject *object);
+ void (*show_account) (GoaProvider *self,
+ GoaClient *client,
+ GoaObject *object,
+ GtkBox *vbox,
+ GtkGrid *grid,
+ GtkGrid *dummy);
};
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]