[gnome-online-accounts] Fix up docs



commit 1f0b8be515d43cf9e84a411dd285b778e5fb56b6
Author: David Zeuthen <davidz redhat com>
Date:   Mon Dec 19 11:09:15 2011 -0500

    Fix up docs
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 doc/goa-docs.xml                        |    1 +
 doc/goa-sections.txt                    |   37 ++++++++++++++++++++++++++++++-
 doc/goa.types                           |    1 +
 src/goabackend/goawindowsliveprovider.c |    6 ++--
 4 files changed, 41 insertions(+), 4 deletions(-)
---
diff --git a/doc/goa-docs.xml b/doc/goa-docs.xml
index a2d1da9..8d70b90 100644
--- a/doc/goa-docs.xml
+++ b/doc/goa-docs.xml
@@ -147,6 +147,7 @@
     <chapter>
       <title>Providers</title>
       <xi:include href="xml/goagoogleprovider.xml"/>
+      <xi:include href="xml/goawindowsliveprovider.xml"/>
       <xi:include href="xml/goafacebookprovider.xml"/>
       <xi:include href="xml/goayahooprovider.xml"/>
       <xi:include href="xml/goatwitterprovider.xml"/>
diff --git a/doc/goa-sections.txt b/doc/goa-sections.txt
index 19e4d12..0e9d2d8 100644
--- a/doc/goa-sections.txt
+++ b/doc/goa-sections.txt
@@ -3,6 +3,7 @@
 GoaManager
 GoaManagerIface
 goa_manager_interface_info
+goa_manager_override_properties
 goa_manager_call_add_account
 goa_manager_call_add_account_finish
 goa_manager_call_add_account_sync
@@ -54,6 +55,8 @@ goa_object_get_oauth2_based
 goa_object_get_mail
 goa_object_get_calendar
 goa_object_get_contacts
+goa_object_get_chat
+goa_object_get_documents
 goa_object_peek_manager
 goa_object_peek_account
 goa_object_peek_oauth_based
@@ -61,6 +64,8 @@ goa_object_peek_oauth2_based
 goa_object_peek_mail
 goa_object_peek_calendar
 goa_object_peek_contacts
+goa_object_peek_chat
+goa_object_peek_documents
 GoaObjectProxy
 GoaObjectProxyClass
 goa_object_proxy_new
@@ -74,6 +79,8 @@ goa_object_skeleton_set_oauth2_based
 goa_object_skeleton_set_mail
 goa_object_skeleton_set_calendar
 goa_object_skeleton_set_contacts
+goa_object_skeleton_set_chat
+goa_object_skeleton_set_documents
 <SUBSECTION Standard>
 goa_object_get_type
 goa_object_proxy_get_type
@@ -105,18 +112,24 @@ GoaAccountIface
 goa_account_interface_info
 goa_account_override_properties
 goa_account_get_provider_type
+goa_account_dup_provider_type
 goa_account_set_provider_type
 goa_account_get_provider_name
+goa_account_dup_provider_name
 goa_account_set_provider_name
 goa_account_get_provider_icon
+goa_account_dup_provider_icon
 goa_account_set_provider_icon
 goa_account_get_id
+goa_account_dup_id
 goa_account_set_id
 goa_account_get_attention_needed
 goa_account_set_attention_needed
 goa_account_get_identity
+goa_account_dup_identity
 goa_account_set_identity
 goa_account_get_presentation_identity
+goa_account_dup_presentation_identity
 goa_account_set_presentation_identity
 goa_account_call_ensure_credentials
 goa_account_call_ensure_credentials_finish
@@ -166,6 +179,7 @@ goa_account_skeleton_get_type
 GoaOAuth2Based
 GoaOAuth2BasedIface
 goa_oauth2_based_interface_info
+goa_oauth2_based_override_properties
 goa_oauth2_based_get_client_id
 goa_oauth2_based_set_client_id
 goa_oauth2_based_dup_client_id
@@ -222,8 +236,10 @@ goa_oauth_based_call_get_access_token_finish
 goa_oauth_based_call_get_access_token_sync
 goa_oauth_based_complete_get_access_token
 goa_oauth_based_get_consumer_key
+goa_oauth_based_dup_consumer_key
 goa_oauth_based_set_consumer_key
 goa_oauth_based_get_consumer_secret
+goa_oauth_based_dup_consumer_secret
 goa_oauth_based_set_consumer_secret
 GoaOAuthBasedProxy
 GoaOAuthBasedProxyClass
@@ -404,6 +420,16 @@ goa_google_provider_get_type
 </SECTION>
 
 <SECTION>
+<FILE>goawindowsliveprovider</FILE>
+GoaWindowsLiveProvider
+<SUBSECTION Standard>
+GOA_WINDOWS_LIVE_PROVIDER
+GOA_IS_WINDOWS_LIVE_PROVIDER
+GOA_TYPE_WINDOWS_LIVE_PROVIDER
+goa_windows_live_provider_get_type
+</SECTION>
+
+<SECTION>
 <FILE>goafacebookprovider</FILE>
 GoaFacebookProvider
 <SUBSECTION Standard>
@@ -440,22 +466,27 @@ GoaMailIface
 goa_mail_override_properties
 goa_mail_interface_info
 goa_mail_get_email_address
+goa_mail_dup_email_address
 goa_mail_set_email_address
 goa_mail_get_imap_host
+goa_mail_dup_imap_host
 goa_mail_set_imap_host
 goa_mail_get_imap_supported
 goa_mail_set_imap_supported
 goa_mail_get_imap_use_tls
 goa_mail_set_imap_use_tls
 goa_mail_get_imap_user_name
+goa_mail_dup_imap_user_name
 goa_mail_set_imap_user_name
 goa_mail_get_smtp_host
+goa_mail_dup_smtp_host
+goa_mail_set_smtp_host
 goa_mail_get_smtp_supported
 goa_mail_set_smtp_supported
-goa_mail_set_smtp_host
 goa_mail_get_smtp_use_tls
 goa_mail_set_smtp_use_tls
 goa_mail_get_smtp_user_name
+goa_mail_dup_smtp_user_name
 goa_mail_set_smtp_user_name
 GoaMailProxy
 GoaMailProxyClass
@@ -497,6 +528,7 @@ goa_mail_skeleton_get_type
 GoaCalendar
 GoaCalendarIface
 goa_calendar_interface_info
+goa_calendar_override_properties
 GoaCalendarProxy
 GoaCalendarProxyClass
 goa_calendar_proxy_new
@@ -537,6 +569,7 @@ goa_calendar_skeleton_get_type
 GoaContacts
 GoaContactsIface
 goa_contacts_interface_info
+goa_contacts_override_properties
 GoaContactsProxy
 GoaContactsProxyClass
 goa_contacts_proxy_new
@@ -577,6 +610,7 @@ goa_contacts_skeleton_get_type
 GoaChat
 GoaChatIface
 goa_chat_interface_info
+goa_chat_override_properties
 GoaChatProxy
 GoaChatProxyClass
 goa_chat_proxy_new
@@ -617,6 +651,7 @@ goa_chat_skeleton_get_type
 GoaDocuments
 GoaDocumentsIface
 goa_documents_interface_info
+goa_documents_override_properties
 GoaDocumentsProxy
 GoaDocumentsProxyClass
 goa_documents_proxy_new
diff --git a/doc/goa.types b/doc/goa.types
index 566c848..d3c29e5 100644
--- a/doc/goa.types
+++ b/doc/goa.types
@@ -28,3 +28,4 @@ goa_google_provider_get_type
 goa_facebook_provider_get_type
 goa_yahoo_provider_get_type
 goa_twitter_provider_get_type
+goa_windows_live_provider_get_type
diff --git a/src/goabackend/goawindowsliveprovider.c b/src/goabackend/goawindowsliveprovider.c
index af14aa6..1cca0dd 100644
--- a/src/goabackend/goawindowsliveprovider.c
+++ b/src/goabackend/goawindowsliveprovider.c
@@ -54,11 +54,11 @@ struct _GoaWindowsLiveProviderClass
 };
 
 /**
- * SECTION:goawindows_liveprovider
+ * SECTION:goawindowsliveprovider
  * @title: GoaWindowsLiveProvider
- * @short_description: A provider for WindowsLive
+ * @short_description: A provider for Windows Live accounts
  *
- * #GoaWindowsLiveProvider is used for handling WindowsLive accounts.
+ * #GoaWindowsLiveProvider is used for handling Windows Live accounts.
  */
 
 G_DEFINE_TYPE_WITH_CODE (GoaWindowsLiveProvider, goa_windows_live_provider, GOA_TYPE_OAUTH2_PROVIDER,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]