| goa-generated.h | | goa-generated.h | |
| | | | |
| skipping to change at line 942 | | skipping to change at line 942 | |
| const gchar * (*get_imap_user_name) (GoaMail *object); | | const gchar * (*get_imap_user_name) (GoaMail *object); | |
| | | | |
| const gchar * (*get_smtp_host) (GoaMail *object); | | const gchar * (*get_smtp_host) (GoaMail *object); | |
| | | | |
| gboolean (*get_smtp_supported) (GoaMail *object); | | gboolean (*get_smtp_supported) (GoaMail *object); | |
| | | | |
| gboolean (*get_smtp_use_tls) (GoaMail *object); | | gboolean (*get_smtp_use_tls) (GoaMail *object); | |
| | | | |
| const gchar * (*get_smtp_user_name) (GoaMail *object); | | const gchar * (*get_smtp_user_name) (GoaMail *object); | |
| | | | |
|
| | | gboolean (*get_imap_accept_ssl_errors) (GoaMail *object); | |
| | | | |
| | | gboolean (*get_imap_use_ssl) (GoaMail *object); | |
| | | | |
| | | const gchar * (*get_name) (GoaMail *object); | |
| | | | |
| | | gboolean (*get_smtp_accept_ssl_errors) (GoaMail *object); | |
| | | | |
| | | gboolean (*get_smtp_use_ssl) (GoaMail *object); | |
| | | | |
| }; | | }; | |
| | | | |
| GType goa_mail_get_type (void) G_GNUC_CONST; | | GType goa_mail_get_type (void) G_GNUC_CONST; | |
| | | | |
| GDBusInterfaceInfo *goa_mail_interface_info (void); | | GDBusInterfaceInfo *goa_mail_interface_info (void); | |
| guint goa_mail_override_properties (GObjectClass *klass, guint property_id_
begin); | | guint goa_mail_override_properties (GObjectClass *klass, guint property_id_
begin); | |
| | | | |
| /* D-Bus property accessors: */ | | /* D-Bus property accessors: */ | |
| const gchar *goa_mail_get_email_address (GoaMail *object); | | const gchar *goa_mail_get_email_address (GoaMail *object); | |
| gchar *goa_mail_dup_email_address (GoaMail *object); | | gchar *goa_mail_dup_email_address (GoaMail *object); | |
| void goa_mail_set_email_address (GoaMail *object, const gchar *value); | | void goa_mail_set_email_address (GoaMail *object, const gchar *value); | |
| | | | |
|
| | | const gchar *goa_mail_get_name (GoaMail *object); | |
| | | gchar *goa_mail_dup_name (GoaMail *object); | |
| | | void goa_mail_set_name (GoaMail *object, const gchar *value); | |
| | | | |
| gboolean goa_mail_get_imap_supported (GoaMail *object); | | gboolean goa_mail_get_imap_supported (GoaMail *object); | |
| void goa_mail_set_imap_supported (GoaMail *object, gboolean value); | | void goa_mail_set_imap_supported (GoaMail *object, gboolean value); | |
| | | | |
|
| | | gboolean goa_mail_get_imap_accept_ssl_errors (GoaMail *object); | |
| | | void goa_mail_set_imap_accept_ssl_errors (GoaMail *object, gboolean value); | |
| | | | |
| const gchar *goa_mail_get_imap_host (GoaMail *object); | | const gchar *goa_mail_get_imap_host (GoaMail *object); | |
| gchar *goa_mail_dup_imap_host (GoaMail *object); | | gchar *goa_mail_dup_imap_host (GoaMail *object); | |
| void goa_mail_set_imap_host (GoaMail *object, const gchar *value); | | void goa_mail_set_imap_host (GoaMail *object, const gchar *value); | |
| | | | |
|
| | | gboolean goa_mail_get_imap_use_ssl (GoaMail *object); | |
| | | void goa_mail_set_imap_use_ssl (GoaMail *object, gboolean value); | |
| | | | |
| gboolean goa_mail_get_imap_use_tls (GoaMail *object); | | gboolean goa_mail_get_imap_use_tls (GoaMail *object); | |
| void goa_mail_set_imap_use_tls (GoaMail *object, gboolean value); | | void goa_mail_set_imap_use_tls (GoaMail *object, gboolean value); | |
| | | | |
| const gchar *goa_mail_get_imap_user_name (GoaMail *object); | | const gchar *goa_mail_get_imap_user_name (GoaMail *object); | |
| gchar *goa_mail_dup_imap_user_name (GoaMail *object); | | gchar *goa_mail_dup_imap_user_name (GoaMail *object); | |
| void goa_mail_set_imap_user_name (GoaMail *object, const gchar *value); | | void goa_mail_set_imap_user_name (GoaMail *object, const gchar *value); | |
| | | | |
| gboolean goa_mail_get_smtp_supported (GoaMail *object); | | gboolean goa_mail_get_smtp_supported (GoaMail *object); | |
| void goa_mail_set_smtp_supported (GoaMail *object, gboolean value); | | void goa_mail_set_smtp_supported (GoaMail *object, gboolean value); | |
| | | | |
|
| | | gboolean goa_mail_get_smtp_accept_ssl_errors (GoaMail *object); | |
| | | void goa_mail_set_smtp_accept_ssl_errors (GoaMail *object, gboolean value); | |
| | | | |
| const gchar *goa_mail_get_smtp_host (GoaMail *object); | | const gchar *goa_mail_get_smtp_host (GoaMail *object); | |
| gchar *goa_mail_dup_smtp_host (GoaMail *object); | | gchar *goa_mail_dup_smtp_host (GoaMail *object); | |
| void goa_mail_set_smtp_host (GoaMail *object, const gchar *value); | | void goa_mail_set_smtp_host (GoaMail *object, const gchar *value); | |
| | | | |
|
| | | gboolean goa_mail_get_smtp_use_ssl (GoaMail *object); | |
| | | void goa_mail_set_smtp_use_ssl (GoaMail *object, gboolean value); | |
| | | | |
| gboolean goa_mail_get_smtp_use_tls (GoaMail *object); | | gboolean goa_mail_get_smtp_use_tls (GoaMail *object); | |
| void goa_mail_set_smtp_use_tls (GoaMail *object, gboolean value); | | void goa_mail_set_smtp_use_tls (GoaMail *object, gboolean value); | |
| | | | |
| const gchar *goa_mail_get_smtp_user_name (GoaMail *object); | | const gchar *goa_mail_get_smtp_user_name (GoaMail *object); | |
| gchar *goa_mail_dup_smtp_user_name (GoaMail *object); | | gchar *goa_mail_dup_smtp_user_name (GoaMail *object); | |
| void goa_mail_set_smtp_user_name (GoaMail *object, const gchar *value); | | void goa_mail_set_smtp_user_name (GoaMail *object, const gchar *value); | |
| | | | |
| /* ---- */ | | /* ---- */ | |
| | | | |
| #define GOA_TYPE_MAIL_PROXY (goa_mail_proxy_get_type ()) | | #define GOA_TYPE_MAIL_PROXY (goa_mail_proxy_get_type ()) | |
| | | | |
End of changes. 6 change blocks. |
| 0 lines changed or deleted | | 26 lines changed or added | |
|
| goabackend.h | | goabackend.h | |
| | | | |
| skipping to change at line 32 | | skipping to change at line 32 | |
| | | | |
| #ifndef __GOA_BACKEND_H__ | | #ifndef __GOA_BACKEND_H__ | |
| #define __GOA_BACKEND_H__ | | #define __GOA_BACKEND_H__ | |
| | | | |
| #if !defined(GOA_BACKEND_API_IS_SUBJECT_TO_CHANGE) && !defined(GOA_BACKEND_
COMPILATION) | | #if !defined(GOA_BACKEND_API_IS_SUBJECT_TO_CHANGE) && !defined(GOA_BACKEND_
COMPILATION) | |
| #error libgoa-backend is unstable API. You must define GOA_BACKEND_API_IS_
SUBJECT_TO_CHANGE before including goabackend/goabackend.h | | #error libgoa-backend is unstable API. You must define GOA_BACKEND_API_IS_
SUBJECT_TO_CHANGE before including goabackend/goabackend.h | |
| #endif | | #endif | |
| | | | |
| #define __GOA_BACKEND_INSIDE_GOA_BACKEND_H__ | | #define __GOA_BACKEND_INSIDE_GOA_BACKEND_H__ | |
| #include <goabackend/goabackendtypes.h> | | #include <goabackend/goabackendtypes.h> | |
|
| #include <goabackend/goalogging.h> | | | |
| #include <goabackend/goaeditablelabel.h> | | | |
| #include <goabackend/goaprovider.h> | | #include <goabackend/goaprovider.h> | |
|
| #include <goabackend/goagoogleprovider.h> | | | |
| #include <goabackend/goafacebookprovider.h> | | | |
| #include <goabackend/goayahooprovider.h> | | | |
| #include <goabackend/goatwitterprovider.h> | | | |
| #undef __GOA_BACKEND_INSIDE_GOA_BACKEND_H__ | | #undef __GOA_BACKEND_INSIDE_GOA_BACKEND_H__ | |
| | | | |
| #endif /* __GOA_BACKEND_H__ */ | | #endif /* __GOA_BACKEND_H__ */ | |
| | | | |
End of changes. 2 change blocks. |
| 6 lines changed or deleted | | 0 lines changed or added | |
|
| goabackendenums.h | | goabackendenums.h | |
| | | | |
| skipping to change at line 36 | | skipping to change at line 36 | |
| #endif | | #endif | |
| | | | |
| #ifndef __GOA_BACKEND_ENUMS_H__ | | #ifndef __GOA_BACKEND_ENUMS_H__ | |
| #define __GOA_BACKEND_ENUMS_H__ | | #define __GOA_BACKEND_ENUMS_H__ | |
| | | | |
| #include <gio/gio.h> | | #include <gio/gio.h> | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| /** | | /** | |
|
| * GoaLogLevel: | | | |
| * @GOA_LOG_LEVEL_DEBUG: Debug messages. | | | |
| * @GOA_LOG_LEVEL_INFO: Informational messages. | | | |
| * @GOA_LOG_LEVEL_NOTICE: Messages that the administrator should take notic | | | |
| e of. | | | |
| * @GOA_LOG_LEVEL_WARNING: Warning messages. | | | |
| * @GOA_LOG_LEVEL_ERROR: Error messages. | | | |
| * | | | |
| * Logging levels. | | | |
| */ | | | |
| typedef enum | | | |
| { | | | |
| GOA_LOG_LEVEL_DEBUG, | | | |
| GOA_LOG_LEVEL_INFO, | | | |
| GOA_LOG_LEVEL_NOTICE, | | | |
| GOA_LOG_LEVEL_WARNING, | | | |
| GOA_LOG_LEVEL_ERROR | | | |
| } GoaLogLevel; | | | |
| | | | |
| /** | | | |
| * GoaProviderGroup: | | * GoaProviderGroup: | |
| * @GOA_PROVIDER_GROUP_BRANDED: Providers with a well-known brand. For | | * @GOA_PROVIDER_GROUP_BRANDED: Providers with a well-known brand. For | |
| * example, Google and Facebook. | | * example, Google and Facebook. | |
| * @GOA_PROVIDER_GROUP_CONTACTS: Providers that offer address book services
. | | * @GOA_PROVIDER_GROUP_CONTACTS: Providers that offer address book services
. | |
| * For example, CardDAV. | | * For example, CardDAV. | |
| * @GOA_PROVIDER_GROUP_MAIL: Providers that offer email-like messaging | | * @GOA_PROVIDER_GROUP_MAIL: Providers that offer email-like messaging | |
| * services. For example, IMAP and SMTP. | | * services. For example, IMAP and SMTP. | |
| * @GOA_PROVIDER_GROUP_TICKETING: Providers with ticketing | | * @GOA_PROVIDER_GROUP_TICKETING: Providers with ticketing | |
| * capabilities. For example, Kerberos. | | * capabilities. For example, Kerberos. | |
| * @GOA_PROVIDER_GROUP_INVALID: Used for error handling. No provider | | * @GOA_PROVIDER_GROUP_INVALID: Used for error handling. No provider | |
| | | | |
End of changes. 1 change blocks. |
| 20 lines changed or deleted | | 0 lines changed or added | |
|
| goabackendtypes.h | | goabackendtypes.h | |
| | | | |
| skipping to change at line 32 | | skipping to change at line 32 | |
| | | | |
| #if !defined (__GOA_BACKEND_INSIDE_GOA_BACKEND_H__) && !defined (GOA_BACKEN
D_COMPILATION) | | #if !defined (__GOA_BACKEND_INSIDE_GOA_BACKEND_H__) && !defined (GOA_BACKEN
D_COMPILATION) | |
| #error "Only <goabackend/goabackend.h> can be included directly." | | #error "Only <goabackend/goabackend.h> can be included directly." | |
| #endif | | #endif | |
| | | | |
| #ifndef __GOA_BACKEND_TYPES_H__ | | #ifndef __GOA_BACKEND_TYPES_H__ | |
| #define __GOA_BACKEND_TYPES_H__ | | #define __GOA_BACKEND_TYPES_H__ | |
| | | | |
| #include <goa/goa.h> | | #include <goa/goa.h> | |
| #include <goabackend/goabackendenums.h> | | #include <goabackend/goabackendenums.h> | |
|
| #include <gtk/gtk.h> | | | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
|
| struct _GoaEwsClient; | | | |
| typedef struct _GoaEwsClient GoaEwsClient; | | | |
| | | | |
| struct _GoaHttpClient; | | | |
| typedef struct _GoaHttpClient GoaHttpClient; | | | |
| | | | |
| struct _GoaProvider; | | struct _GoaProvider; | |
| typedef struct _GoaProvider GoaProvider; | | typedef struct _GoaProvider GoaProvider; | |
| | | | |
|
| struct _GoaExchangeProvider; | | | |
| typedef struct _GoaExchangeProvider GoaExchangeProvider; | | | |
| | | | |
| struct _GoaKerberosProvider; | | | |
| typedef struct _GoaKerberosProvider GoaKerberosProvider; | | | |
| | | | |
| struct _GoaOAuthProvider; | | | |
| typedef struct _GoaOAuthProvider GoaOAuthProvider; | | | |
| | | | |
| struct _GoaOAuth2Provider; | | | |
| typedef struct _GoaOAuth2Provider GoaOAuth2Provider; | | | |
| | | | |
| struct _GoaGoogleProvider; | | | |
| typedef struct _GoaGoogleProvider GoaGoogleProvider; | | | |
| | | | |
| struct _GoaFacebookProvider; | | | |
| typedef struct _GoaFacebookProvider GoaFacebookProvider; | | | |
| | | | |
| struct _GoaOwncloudProvider; | | | |
| typedef struct _GoaOwncloudProvider GoaOwncloudProvider; | | | |
| | | | |
| struct _GoaYahooProvider; | | | |
| typedef struct _GoaYahooProvider GoaYahooProvider; | | | |
| | | | |
| struct _GoaTwitterProvider; | | | |
| typedef struct _GoaTwitterProvider GoaTwitterProvider; | | | |
| | | | |
| struct _GoaFlickrProvider; | | | |
| typedef struct _GoaFlickrProvider GoaFlickrProvider; | | | |
| | | | |
| struct _GoaEditableLabel; | | | |
| typedef struct _GoaEditableLabel GoaEditableLabel; | | | |
| | | | |
| struct _GoaWindowsLiveProvider; | | | |
| typedef struct _GoaWindowsLiveProvider GoaWindowsLiveProvider; | | | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif /* __GOA_BACKEND_TYPES_H__ */ | | #endif /* __GOA_BACKEND_TYPES_H__ */ | |
| | | | |
End of changes. 3 change blocks. |
| 43 lines changed or deleted | | 0 lines changed or added | |
|
| goaprovider.h | | goaprovider.h | |
| | | | |
| skipping to change at line 31 | | skipping to change at line 31 | |
| * Debarshi Ray <debarshir@gnome.org> | | * Debarshi Ray <debarshir@gnome.org> | |
| */ | | */ | |
| | | | |
| #if !defined (__GOA_BACKEND_INSIDE_GOA_BACKEND_H__) && !defined (GOA_BACKEN
D_COMPILATION) | | #if !defined (__GOA_BACKEND_INSIDE_GOA_BACKEND_H__) && !defined (GOA_BACKEN
D_COMPILATION) | |
| #error "Only <goabackend/goabackend.h> can be included directly." | | #error "Only <goabackend/goabackend.h> can be included directly." | |
| #endif | | #endif | |
| | | | |
| #ifndef __GOA_PROVIDER_H__ | | #ifndef __GOA_PROVIDER_H__ | |
| #define __GOA_PROVIDER_H__ | | #define __GOA_PROVIDER_H__ | |
| | | | |
|
| | | #include <gtk/gtk.h> | |
| #include <goabackend/goabackendtypes.h> | | #include <goabackend/goabackendtypes.h> | |
| | | | |
| G_BEGIN_DECLS | | G_BEGIN_DECLS | |
| | | | |
| #define GOA_TYPE_PROVIDER (goa_provider_get_type ()) | | #define GOA_TYPE_PROVIDER (goa_provider_get_type ()) | |
| #define GOA_PROVIDER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYP
E_PROVIDER, GoaProvider)) | | #define GOA_PROVIDER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GOA_TYP
E_PROVIDER, GoaProvider)) | |
| #define GOA_PROVIDER_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GOA_TYPE_P
ROVIDER, GoaProviderClass)) | | #define GOA_PROVIDER_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GOA_TYPE_P
ROVIDER, GoaProviderClass)) | |
| #define GOA_PROVIDER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOA_TYPE
_PROVIDER, GoaProviderClass)) | | #define GOA_PROVIDER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GOA_TYPE
_PROVIDER, GoaProviderClass)) | |
| #define GOA_IS_PROVIDER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOA_TYP
E_PROVIDER)) | | #define GOA_IS_PROVIDER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GOA_TYP
E_PROVIDER)) | |
| #define GOA_IS_PROVIDER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GOA_TYPE_P
ROVIDER)) | | #define GOA_IS_PROVIDER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GOA_TYPE_P
ROVIDER)) | |
| | | | |
| skipping to change at line 169 | | skipping to change at line 170 | |
| gint *o
ut_expires_in, | | gint *o
ut_expires_in, | |
| GAsyncResult *r
es, | | GAsyncResult *r
es, | |
| GError **e
rror); | | GError **e
rror); | |
| gboolean goa_provider_ensure_credentials_sync (GoaProvider *p
rovider, | | gboolean goa_provider_ensure_credentials_sync (GoaProvider *p
rovider, | |
| GoaObject *o
bject, | | GoaObject *o
bject, | |
| gint *o
ut_expires_in, | | gint *o
ut_expires_in, | |
| GCancellable *c
ancellable, | | GCancellable *c
ancellable, | |
| GError **e
rror); | | GError **e
rror); | |
| guint goa_provider_get_credentials_generation (GoaProvider *p
rovider); | | guint goa_provider_get_credentials_generation (GoaProvider *p
rovider); | |
| | | | |
|
| /** | | | |
| * GOA_PROVIDER_EXTENSION_POINT_NAME: | | | |
| * | | | |
| * Extension point for #GoaProvider implementations. | | | |
| */ | | | |
| #define GOA_PROVIDER_EXTENSION_POINT_NAME "goa-backend-provider" | | | |
| | | | |
| GList *goa_provider_get_all (void); | | GList *goa_provider_get_all (void); | |
| GoaProvider *goa_provider_get_for_provider_type (const gchar *provider_typ
e); | | GoaProvider *goa_provider_get_for_provider_type (const gchar *provider_typ
e); | |
| | | | |
| /* ------------------------------------------------------------------------
---------------------------- */ | | /* ------------------------------------------------------------------------
---------------------------- */ | |
| | | | |
| GtkWidget *goa_util_add_row_widget (GtkGrid *left, | | GtkWidget *goa_util_add_row_widget (GtkGrid *left, | |
| GtkGrid *right, | | GtkGrid *right, | |
| const gchar *label_text, | | const gchar *label_text, | |
| GtkWidget *widget); | | GtkWidget *widget); | |
| | | | |
| | | | |
End of changes. 2 change blocks. |
| 7 lines changed or deleted | | 1 lines changed or added | |
|