summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorge Sedov <radist.morse@gmail.com>2015-06-13 16:35:25 +0300
committerDebarshi Ray <debarshir@gnome.org>2015-08-05 14:19:33 +0200
commita79c8be8d60e16a44e1d32a6c25bfa589b87f9d8 (patch)
treed9b503c9a792ed9378b2740b975c40c8feae87d9 /doc
parent2c6f5cb83eaae898973e9f3858228a1b48358e2a (diff)
downloadgnome-online-accounts-a79c8be8d60e16a44e1d32a6c25bfa589b87f9d8.tar.gz
Introduce org.gnome.OnlineAccounts.Music
This is meant for accounts that can be used to access music. eg., Last.fm and VK. https://bugzilla.gnome.org/show_bug.cgi?id=705969
Diffstat (limited to 'doc')
-rw-r--r--doc/goa-docs.xml2
-rw-r--r--doc/goa-sections.txt46
-rw-r--r--doc/goa.types3
3 files changed, 51 insertions, 0 deletions
diff --git a/doc/goa-docs.xml b/doc/goa-docs.xml
index 1814225..55a3558 100644
--- a/doc/goa-docs.xml
+++ b/doc/goa-docs.xml
@@ -122,6 +122,7 @@
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Chat.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Documents.xml"/>
<xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Maps.xml"/>
+ <xi:include href="../src/goa/goa-generated-doc-org.gnome.OnlineAccounts.Music.xml"/>
<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"/>
@@ -150,6 +151,7 @@
<xi:include href="xml/GoaChat.xml"/>
<xi:include href="xml/GoaDocuments.xml"/>
<xi:include href="xml/GoaMaps.xml"/>
+ <xi:include href="xml/GoaMusic.xml"/>
<xi:include href="xml/GoaPhotos.xml"/>
<xi:include href="xml/GoaFiles.xml"/>
<xi:include href="xml/GoaExchange.xml"/>
diff --git a/doc/goa-sections.txt b/doc/goa-sections.txt
index 27c953d..73509c4 100644
--- a/doc/goa-sections.txt
+++ b/doc/goa-sections.txt
@@ -58,6 +58,7 @@ goa_object_get_contacts
goa_object_get_chat
goa_object_get_documents
goa_object_get_maps
+goa_object_get_music
goa_object_get_photos
goa_object_get_files
goa_object_get_exchange
@@ -71,6 +72,7 @@ goa_object_peek_contacts
goa_object_peek_chat
goa_object_peek_documents
goa_object_peek_maps
+goa_object_peek_music
goa_object_peek_photos
goa_object_peek_files
goa_object_peek_exchange
@@ -90,6 +92,7 @@ goa_object_skeleton_set_contacts
goa_object_skeleton_set_chat
goa_object_skeleton_set_documents
goa_object_skeleton_set_maps
+goa_object_skeleton_set_music
goa_object_skeleton_set_photos
goa_object_skeleton_set_files
goa_object_skeleton_set_exchange
@@ -159,6 +162,8 @@ goa_account_get_documents_disabled
goa_account_set_documents_disabled
goa_account_get_maps_disabled
goa_account_set_maps_disabled
+goa_account_get_music_disabled
+goa_account_set_music_disabled
goa_account_get_photos_disabled
goa_account_set_photos_disabled
goa_account_get_files_disabled
@@ -898,6 +903,47 @@ goa_maps_skeleton_get_type
</SECTION>
<SECTION>
+<FILE>GoaMusic</FILE>
+GoaMusic
+GoaMusicIface
+goa_music_interface_info
+goa_music_override_properties
+GoaMusicProxy
+GoaMusicProxyClass
+goa_music_proxy_new
+goa_music_proxy_new_finish
+goa_music_proxy_new_sync
+goa_music_proxy_new_for_bus
+goa_music_proxy_new_for_bus_finish
+goa_music_proxy_new_for_bus_sync
+GoaMusicSkeleton
+GoaMusicSkeletonClass
+goa_music_skeleton_new
+<SUBSECTION Standard>
+GOA_TYPE_MUSIC
+GOA_IS_MUSIC
+GOA_MUSIC
+GOA_MUSIC_GET_IFACE
+GOA_TYPE_MUSIC_PROXY
+GOA_IS_MUSIC_PROXY
+GOA_IS_MUSIC_PROXY_CLASS
+GOA_MUSIC_PROXY
+GOA_MUSIC_PROXY_CLASS
+GOA_MUSIC_PROXY_GET_CLASS
+GOA_TYPE_MUSIC_SKELETON
+GOA_IS_MUSIC_SKELETON
+GOA_IS_MUSIC_SKELETON_CLASS
+GOA_MUSIC_SKELETON
+GOA_MUSIC_SKELETON_CLASS
+GOA_MUSIC_SKELETON_GET_CLASS
+GoaMusicProxyPrivate
+GoaMusicSkeletonPrivate
+goa_music_get_type
+goa_music_proxy_get_type
+goa_music_skeleton_get_type
+</SECTION>
+
+<SECTION>
<FILE>GoaPhotos</FILE>
GoaPhotos
GoaPhotosIface
diff --git a/doc/goa.types b/doc/goa.types
index 32a2aec..c2daed1 100644
--- a/doc/goa.types
+++ b/doc/goa.types
@@ -36,6 +36,9 @@ goa_documents_skeleton_get_type
goa_maps_get_type
goa_maps_proxy_get_type
goa_maps_skeleton_get_type
+goa_music_get_type
+goa_music_proxy_get_type
+goa_music_skeleton_get_type
goa_photos_get_type
goa_photos_proxy_get_type
goa_photos_skeleton_get_type