[libgit2-glib] docs: add GgitCloneOptions



commit 2e1134526adee7b0d21097c7fd1578cdffe47d0a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Apr 1 11:08:43 2013 +0200

    docs: add GgitCloneOptions

 docs/reference/libgit2-glib-1.0-docs.sgml    |    1 +
 docs/reference/libgit2-glib-1.0-sections.txt |   29 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)
---
diff --git a/docs/reference/libgit2-glib-1.0-docs.sgml b/docs/reference/libgit2-glib-1.0-docs.sgml
index ae1bbd6..ea71308 100644
--- a/docs/reference/libgit2-glib-1.0-docs.sgml
+++ b/docs/reference/libgit2-glib-1.0-docs.sgml
@@ -13,6 +13,7 @@
     <title>API reference</title>
     <xi:include href="xml/ggit-blob.xml"/>
     <xi:include href="xml/ggit-branch.xml"/>
+    <xi:include href="xml/ggit-clone-options.xml"/>
     <xi:include href="xml/ggit-commit.xml"/>
     <xi:include href="xml/ggit-config.xml"/>
     <xi:include href="xml/ggit-diff.xml"/>
diff --git a/docs/reference/libgit2-glib-1.0-sections.txt b/docs/reference/libgit2-glib-1.0-sections.txt
index 1860803..82a367e 100644
--- a/docs/reference/libgit2-glib-1.0-sections.txt
+++ b/docs/reference/libgit2-glib-1.0-sections.txt
@@ -35,6 +35,35 @@ ggit_branch_get_type
 </SECTION>
 
 <SECTION>
+<FILE>ggit-clone-options</FILE>
+<TITLE>GgitCloneOptions</TITLE>
+GgitCloneOptions
+ggit_clone_options_copy
+ggit_clone_options_free
+ggit_clone_options_new
+ggit_clone_options_get_is_bare
+ggit_clone_options_set_is_bare
+ggit_clone_options_set_fetch_progress_callback
+ggit_clone_options_get_remote_name
+ggit_clone_options_set_remote_name
+ggit_clone_options_get_push_url
+ggit_clone_options_set_push_url
+ggit_clone_options_get_fetch_spec
+ggit_clone_options_set_fetch_spec
+ggit_clone_options_get_push_spec
+ggit_clone_options_set_push_spec
+ggit_clone_options_set_cred_acquire_callback
+ggit_clone_options_get_remote_auto_tag
+ggit_clone_options_set_remote_auto_tag
+ggit_clone_options_get_checkout_branch
+ggit_clone_options_set_checkout_branch
+<SUBSECTION Standard>
+GGIT_CLONE_OPTIONS
+GGIT_TYPE_CLONE_OPTIONS
+ggit_clone_options_get_type
+</SECTION>
+
+<SECTION>
 <FILE>ggit-commit</FILE>
 <TITLE>GgitCommit</TITLE>
 GgitCommit


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