[gnome-online-accounts] Fix and update docs
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] Fix and update docs
- Date: Tue, 18 Dec 2012 19:00:53 +0000 (UTC)
commit ca10940d371aa1982e20e9cd706e719e8a4c0abd
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Dec 17 12:07:01 2012 +0530
Fix and update docs
data/dbus-interfaces.xml | 5 ++++
doc/goa-docs.xml | 2 +
doc/goa-sections.txt | 47 ++++++++++++++++++++++++++++++++++++++++++++++
src/goa/goaclient.c | 2 +-
4 files changed, 55 insertions(+), 1 deletions(-)
---
diff --git a/data/dbus-interfaces.xml b/data/dbus-interfaces.xml
index 04cf366..eaed174 100644
--- a/data/dbus-interfaces.xml
+++ b/data/dbus-interfaces.xml
@@ -180,6 +180,8 @@
<property name="PhotosDisabled" type="b" access="readwrite"/>
<!-- FilesDisabled:
+ @since: 3.8.0
+
If %TRUE, the account will not expose any
#org.gnome.OnlineAccounts.Files interface. If the account does not
provide files-like capabilities, this property does nothing.
@@ -190,6 +192,8 @@
<property name="FilesDisabled" type="b" access="readwrite"/>
<!-- TicketingDisabled:
+ @since: 3.6.0
+
If %TRUE, the account will not expose any
#org.gnome.OnlineAccounts.Ticketing interface. If the account does not
provide ticketing-like capabilities, this property does nothing.
@@ -543,6 +547,7 @@
<!--
org.gnome.OnlineAccounts.Ticketing:
+ @since: 3.6.0
An account object implements this interface if it provides
ticketing capabilities.
diff --git a/doc/goa-docs.xml b/doc/goa-docs.xml
index 3df6fee..96e76ea 100644
--- a/doc/goa-docs.xml
+++ b/doc/goa-docs.xml
@@ -124,6 +124,7 @@
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Photos.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Files.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Exchange.xml"/>
+ <xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Ticketing.xml"/>
</chapter>
</part>
@@ -149,6 +150,7 @@
<xi:include href="xml/GoaPhotos.xml"/>
<xi:include href="xml/GoaFiles.xml"/>
<xi:include href="xml/GoaExchange.xml"/>
+ <xi:include href="xml/GoaTicketing.xml"/>
</chapter>
</part>
diff --git a/doc/goa-sections.txt b/doc/goa-sections.txt
index 99d3100..31caff6 100644
--- a/doc/goa-sections.txt
+++ b/doc/goa-sections.txt
@@ -154,6 +154,8 @@ goa_account_get_photos_disabled
goa_account_set_photos_disabled
goa_account_get_files_disabled
goa_account_set_files_disabled
+goa_account_get_ticketing_disabled
+goa_account_set_ticketing_disabled
goa_account_call_ensure_credentials
goa_account_call_ensure_credentials_finish
goa_account_call_ensure_credentials_sync
@@ -937,6 +939,51 @@ goa_exchange_skeleton_get_type
</SECTION>
<SECTION>
+<FILE>GoaTicketing</FILE>
+GoaTicketing
+GoaTicketingIface
+goa_ticketing_interface_info
+goa_ticketing_override_properties
+goa_ticketing_call_get_ticket
+goa_ticketing_call_get_ticket_finish
+goa_ticketing_call_get_ticket_sync
+goa_ticketing_complete_get_ticket
+GoaTicketingProxy
+GoaTicketingProxyClass
+goa_ticketing_proxy_new
+goa_ticketing_proxy_new_finish
+goa_ticketing_proxy_new_sync
+goa_ticketing_proxy_new_for_bus
+goa_ticketing_proxy_new_for_bus_finish
+goa_ticketing_proxy_new_for_bus_sync
+GoaTicketingSkeleton
+GoaTicketingSkeletonClass
+goa_ticketing_skeleton_new
+<SUBSECTION Standard>
+GOA_TYPE_TICKETING
+GOA_IS_TICKETING
+GOA_TICKETING
+GOA_TICKETING_GET_IFACE
+GOA_TYPE_TICKETING_PROXY
+GOA_IS_TICKETING_PROXY
+GOA_IS_TICKETING_PROXY_CLASS
+GOA_TICKETING_PROXY
+GOA_TICKETING_PROXY_CLASS
+GOA_TICKETING_PROXY_GET_CLASS
+GOA_TYPE_TICKETING_SKELETON
+GOA_IS_TICKETING_SKELETON
+GOA_IS_TICKETING_SKELETON_CLASS
+GOA_TICKETING_SKELETON
+GOA_TICKETING_SKELETON_CLASS
+GOA_TICKETING_SKELETON_GET_CLASS
+GoaTicketingProxyPrivate
+GoaTicketingSkeletonPrivate
+goa_ticketing_get_type
+goa_ticketing_proxy_get_type
+goa_ticketing_skeleton_get_type
+</SECTION>
+
+<SECTION>
<FILE>goalog</FILE>
GoaLogLevel
goa_log
diff --git a/src/goa/goaclient.c b/src/goa/goaclient.c
index f5d723f..60d6b09 100644
--- a/src/goa/goaclient.c
+++ b/src/goa/goaclient.c
@@ -451,7 +451,7 @@ goa_client_get_manager (GoaClient *client)
* #GoaObject instances where each object at least has an #GoaAccount
* interface (that can be obtained via the goa_object_get_account()
* method) but may also implement other interfaces such as
- * #GoaGoogleAccount.
+ * #GoaMail or #GoaFiles.
*
* Returns: (transfer full) (element-type GoaObject): A list of
* #GoaObject instances that must be freed with g_list_free() after
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]