summaryrefslogtreecommitdiff
path: root/apidoc/ostree-experimental-sections.txt
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-04-21 16:25:23 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-05-08 18:48:07 +0000
commit6eac575f21b40310f7d661c0e99fa57dfbe513e5 (patch)
treea3748ca4f983b2faeaeaba7175787f3b22817bce /apidoc/ostree-experimental-sections.txt
parenteeee5a0a1e509de5d2ea331cfd034e8a19e856c3 (diff)
downloadostree-6eac575f21b40310f7d661c0e99fa57dfbe513e5.tar.gz
libostree: Make OstreeRemote a public and internal API
Previously it was static to ostree-repo.c. Make it usable throughout libostree so it can be used by an upcoming commit, but also expose the typedef and reference counting functions so that opaque OstreeRemote pointers can be used by user code, in anticipation of exposing more of its API publicly in future. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #832 Approved by: cgwalters
Diffstat (limited to 'apidoc/ostree-experimental-sections.txt')
-rw-r--r--apidoc/ostree-experimental-sections.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/apidoc/ostree-experimental-sections.txt b/apidoc/ostree-experimental-sections.txt
index e69de29b..790feb33 100644
--- a/apidoc/ostree-experimental-sections.txt
+++ b/apidoc/ostree-experimental-sections.txt
@@ -0,0 +1,6 @@
+<SECTION>
+<FILE>ostree-remote</FILE>
+OstreeRemote
+ostree_remote_ref
+ostree_remote_unref
+</SECTION>