[libgit2-glib] docs: fix GgitRepository



commit d7ab41862a002189a07f3128ee0fca8eeee95ee2
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Apr 1 11:36:13 2013 +0200

    docs: fix GgitRepository

 docs/reference/libgit2-glib-1.0-docs.sgml    |    2 +-
 docs/reference/libgit2-glib-1.0-sections.txt |   39 ++++++++++++++-----------
 2 files changed, 23 insertions(+), 18 deletions(-)
---
diff --git a/docs/reference/libgit2-glib-1.0-docs.sgml b/docs/reference/libgit2-glib-1.0-docs.sgml
index bf317b4..dccd63b 100644
--- a/docs/reference/libgit2-glib-1.0-docs.sgml
+++ b/docs/reference/libgit2-glib-1.0-docs.sgml
@@ -37,9 +37,9 @@
     <xi:include href="xml/ggit-oid.xml"/>
     <xi:include href="xml/ggit-push.xml"/>
     <xi:include href="xml/ggit-ref.xml"/>
-    <xi:include href="xml/ggit-ref-spec.xml"/>
     <xi:include href="xml/ggit-reflog.xml"/>
     <xi:include href="xml/ggit-reflog-entry.xml"/>
+    <xi:include href="xml/ggit-ref-spec.xml"/>
     <xi:include href="xml/ggit-remote.xml"/>
     <xi:include href="xml/ggit-repository.xml"/>
     <xi:include href="xml/ggit-revision-walker.xml"/>
diff --git a/docs/reference/libgit2-glib-1.0-sections.txt b/docs/reference/libgit2-glib-1.0-sections.txt
index eaa86ab..29d023e 100644
--- a/docs/reference/libgit2-glib-1.0-sections.txt
+++ b/docs/reference/libgit2-glib-1.0-sections.txt
@@ -503,21 +503,6 @@ ggit_ref_get_type
 </SECTION>
 
 <SECTION>
-<FILE>ggit-ref-spec</FILE>
-<TITLE>GgitRefSpec</TITLE>
-GgitRefSpec
-ggit_ref_spec_ref
-ggit_ref_spec_unref
-ggit_ref_spec_get_source
-ggit_ref_spec_get_destination
-ggit_ref_spec_is_forced
-<SUBSECTION Standard>
-GGIT_REF_SPEC
-GGIT_TYPE_REF_SPEC
-ggit_ref_spec_get_type
-</SECTION>
-
-<SECTION>
 <FILE>ggit-reflog</FILE>
 <TITLE>GgitReflog</TITLE>
 GgitReflog
@@ -548,6 +533,21 @@ ggit_reflog_entry_get_type
 </SECTION>
 
 <SECTION>
+<FILE>ggit-ref-spec</FILE>
+<TITLE>GgitRefSpec</TITLE>
+GgitRefSpec
+ggit_ref_spec_ref
+ggit_ref_spec_unref
+ggit_ref_spec_get_source
+ggit_ref_spec_get_destination
+ggit_ref_spec_is_forced
+<SUBSECTION Standard>
+GGIT_REF_SPEC
+GGIT_TYPE_REF_SPEC
+ggit_ref_spec_get_type
+</SECTION>
+
+<SECTION>
 <FILE>ggit-remote</FILE>
 <TITLE>GgitRemote</TITLE>
 GgitRemote
@@ -579,6 +579,7 @@ GgitRepository
 GgitRepositoryClass
 ggit_repository_open
 ggit_repository_init_repository
+ggit_repository_clone
 ggit_repository_lookup
 ggit_repository_lookup_reference
 ggit_repository_create_reference
@@ -588,9 +589,8 @@ ggit_repository_create_tag_from_buffer
 ggit_repository_create_tag_lightweight
 ggit_repository_list_tags
 ggit_repository_create_branch
-ggit_repository_delete_branch
-ggit_repository_move_branch
 ggit_repository_branches_foreach
+ggit_repository_lookup_branch
 ggit_repository_get_remote
 ggit_repository_create_remote
 ggit_repository_list_remotes
@@ -611,6 +611,11 @@ ggit_repository_get_index
 ggit_repository_lookup_submodule
 ggit_repository_submodule_foreach
 ggit_repository_reset
+ggit_repository_revparse
+ggit_repository_save_stash
+ggit_repository_drop_stash
+ggit_repository_stash_foreach
+ggit_repository_get_ahead_behind
 <SUBSECTION Standard>
 GGIT_IS_REPOSITORY
 GGIT_IS_REPOSITORY_CLASS


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