summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2011-05-20 11:58:20 -0400
committerDavid Zeuthen <davidz@redhat.com>2011-05-20 11:58:20 -0400
commit04b6a60ee1907b6da5a167863ff5b8911fb0bfe1 (patch)
tree6f09f13461e0e61d78037de7db3c5ca3569441bf /doc
parented7101175c47a0633be68d80b2cba904a9cded43 (diff)
Add setup UI to generic mail provider
It's not half as nice as OAuth based services but it works http://people.freedesktop.org/~david/gen-mail-1.png http://people.freedesktop.org/~david/gen-mail-2.png http://people.freedesktop.org/~david/gen-mail-3.png http://people.freedesktop.org/~david/gen-mail-4.png Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/goa-docs.xml2
-rw-r--r--doc/goa-sections.txt51
-rw-r--r--doc/goa.types1
3 files changed, 54 insertions, 0 deletions
diff --git a/doc/goa-docs.xml b/doc/goa-docs.xml
index 61f5953..9596c3e 100644
--- a/doc/goa-docs.xml
+++ b/doc/goa-docs.xml
@@ -104,6 +104,7 @@
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.FacebookAccount.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.YahooAccount.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.TwitterAccount.xml"/>
+ <xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.PasswordBased.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.OAuthBased.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.OAuth2Based.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Mail.xml"/>
@@ -123,6 +124,7 @@
<xi:include href="xml/GoaFacebookAccount.xml"/>
<xi:include href="xml/GoaYahooAccount.xml"/>
<xi:include href="xml/GoaTwitterAccount.xml"/>
+ <xi:include href="xml/GoaPasswordBased.xml"/>
<xi:include href="xml/GoaOAuthBased.xml"/>
<xi:include href="xml/GoaOAuth2Based.xml"/>
<xi:include href="xml/GoaMail.xml"/>
diff --git a/doc/goa-sections.txt b/doc/goa-sections.txt
index 614492c..7f62c67 100644
--- a/doc/goa-sections.txt
+++ b/doc/goa-sections.txt
@@ -49,20 +49,24 @@ GoaObject
GoaObjectIface
goa_object_get_manager
goa_object_get_account
+goa_object_get_generic_mail_account
goa_object_get_google_account
goa_object_get_facebook_account
goa_object_get_yahoo_account
goa_object_get_twitter_account
+goa_object_get_password_based
goa_object_get_oauth_based
goa_object_get_oauth2_based
goa_object_get_mail
goa_object_get_mail_monitor
goa_object_peek_manager
goa_object_peek_account
+goa_object_peek_generic_mail_account
goa_object_peek_google_account
goa_object_peek_facebook_account
goa_object_peek_yahoo_account
goa_object_peek_twitter_account
+goa_object_peek_password_based
goa_object_peek_oauth_based
goa_object_peek_oauth2_based
goa_object_peek_mail
@@ -75,10 +79,12 @@ GoaObjectSkeletonClass
goa_object_skeleton_new
goa_object_skeleton_set_manager
goa_object_skeleton_set_account
+goa_object_skeleton_set_generic_mail_account
goa_object_skeleton_set_google_account
goa_object_skeleton_set_facebook_account
goa_object_skeleton_set_yahoo_account
goa_object_skeleton_set_twitter_account
+goa_object_skeleton_set_password_based
goa_object_skeleton_set_oauth_based
goa_object_skeleton_set_oauth2_based
goa_object_skeleton_set_mail
@@ -435,6 +441,51 @@ goa_oauth_based_skeleton_get_type
</SECTION>
<SECTION>
+<FILE>GoaPasswordBased</FILE>
+GoaPasswordBased
+GoaPasswordBasedIface
+goa_password_based_interface_info
+goa_password_based_override_properties
+goa_password_based_call_get_password
+goa_password_based_call_get_password_finish
+goa_password_based_call_get_password_sync
+goa_password_based_complete_get_password
+GoaPasswordBasedProxy
+GoaPasswordBasedProxyClass
+goa_password_based_proxy_new
+goa_password_based_proxy_new_finish
+goa_password_based_proxy_new_sync
+goa_password_based_proxy_new_for_bus
+goa_password_based_proxy_new_for_bus_finish
+goa_password_based_proxy_new_for_bus_sync
+GoaPasswordBasedSkeleton
+GoaPasswordBasedSkeletonClass
+goa_password_based_skeleton_new
+<SUBSECTION Standard>
+GOA_PASSWORD_BASED
+GOA_PASSWORD_BASED_GET_IFACE
+GOA_PASSWORD_BASED_PROXY
+GOA_PASSWORD_BASED_PROXY_CLASS
+GOA_PASSWORD_BASED_PROXY_GET_CLASS
+GOA_PASSWORD_BASED_SKELETON
+GOA_PASSWORD_BASED_SKELETON_CLASS
+GOA_PASSWORD_BASED_SKELETON_GET_CLASS
+GOA_IS_PASSWORD_BASED
+GOA_IS_PASSWORD_BASED_PROXY
+GOA_IS_PASSWORD_BASED_PROXY_CLASS
+GOA_IS_PASSWORD_BASED_SKELETON
+GOA_IS_PASSWORD_BASED_SKELETON_CLASS
+GOA_TYPE_PASSWORD_BASED
+GOA_TYPE_PASSWORD_BASED_PROXY
+GOA_TYPE_PASSWORD_BASED_SKELETON
+GoaPasswordBasedProxyPrivate
+GoaPasswordBasedSkeletonPrivate
+goa_password_based_get_type
+goa_password_based_proxy_get_type
+goa_password_based_skeleton_get_type
+</SECTION>
+
+<SECTION>
<FILE>GoaObjectManagerClient</FILE>
GoaObjectManagerClient
GoaObjectManagerClientClass
diff --git a/doc/goa.types b/doc/goa.types
index 87163c8..65e400b 100644
--- a/doc/goa.types
+++ b/doc/goa.types
@@ -21,6 +21,7 @@ goa_object_manager_client_get_type
goa_object_get_type
goa_object_proxy_get_type
goa_object_skeleton_get_type
+goa_password_based_get_type
goa_oauth_based_get_type
goa_oauth2_based_get_type
goa_mail_get_type