summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2014-02-03 15:38:52 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2014-02-21 12:23:01 +0100
commit7c909790ca93d67347f830599f8611d387def743 (patch)
tree5605a174030473d0763d1b7085addfb8b287fc4d /doc
parent68370795f08af3f834d5814ca8d71b82ca4a1396 (diff)
downloadspice-gtk-7c909790ca93d67347f830599f8611d387def743.tar.gz
spice-gtk-7c909790ca93d67347f830599f8611d387def743.tar.xz
spice-gtk-7c909790ca93d67347f830599f8611d387def743.zip
Make SpiceURI a public API
Generalize a little bit SpiceProxy to allow easy URI manipulation by clients.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/Makefile.am1
-rw-r--r--doc/reference/spice-gtk-docs.xml1
-rw-r--r--doc/reference/spice-gtk-sections.txt26
3 files changed, 28 insertions, 0 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index a0a856c..76c7d34 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -44,6 +44,7 @@ IGNORE_HFILES= \
spice-marshal.h \
spice-pulse.h \
spice-session-priv.h \
+ spice-uri-priv.h \
spice-util-priv.h \
spice-widget-priv.h \
usb-acl-helper.h \
diff --git a/doc/reference/spice-gtk-docs.xml b/doc/reference/spice-gtk-docs.xml
index 4a9a3cf..d2c1a2b 100644
--- a/doc/reference/spice-gtk-docs.xml
+++ b/doc/reference/spice-gtk-docs.xml
@@ -52,6 +52,7 @@
<xi:include href="xml/smartcard-manager.xml"/>
<xi:include href="xml/usb-device-manager.xml"/>
<xi:include href="xml/spice-util.xml"/>
+ <xi:include href="xml/spice-uri.xml"/>
</chapter>
</part>
diff --git a/doc/reference/spice-gtk-sections.txt b/doc/reference/spice-gtk-sections.txt
index 8d61aa9..411ca0e 100644
--- a/doc/reference/spice-gtk-sections.txt
+++ b/doc/reference/spice-gtk-sections.txt
@@ -429,3 +429,29 @@ SPICE_PORT_CHANNEL_GET_CLASS
SpicePortChannelPrivate
</SECTION>
+<SECTION>
+<FILE>spice-uri</FILE>
+spice_uri_get_scheme
+spice_uri_set_scheme
+spice_uri_get_hostname
+spice_uri_set_hostname
+spice_uri_get_port
+spice_uri_set_port
+spice_uri_get_user
+spice_uri_set_user
+spice_uri_get_password
+spice_uri_set_password
+spice_uri_to_string
+SpiceURIClass
+SpiceURI
+<SUBSECTION Standard>
+SPICE_IS_URI
+SPICE_IS_URI_CLASS
+SPICE_TYPE_URI
+SPICE_URI
+SPICE_URI_CLASS
+SPICE_URI_GET_CLASS
+spice_uri_get_type
+<SUBSECTION Private>
+SpiceURIPrivate
+</SECTION>