[libgit2-glib] Updates on the docs reference



commit ef07d918053669871110d4ada8708c4cd03722d2
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Feb 5 17:47:30 2016 +0100

    Updates on the docs reference

 docs/reference/libgit2-glib-1.0-docs.sgml    |    7 +-
 docs/reference/libgit2-glib-1.0-sections.txt |  161 ++++++++++++++-----------
 libgit2-glib/ggit-checkout-options.c         |    2 +-
 3 files changed, 96 insertions(+), 74 deletions(-)
---
diff --git a/docs/reference/libgit2-glib-1.0-docs.sgml b/docs/reference/libgit2-glib-1.0-docs.sgml
index 881a1a5..2a1e132 100644
--- a/docs/reference/libgit2-glib-1.0-docs.sgml
+++ b/docs/reference/libgit2-glib-1.0-docs.sgml
@@ -11,11 +11,14 @@
 
   <reference>
     <title>API reference</title>
+    <xi:include href="xml/ggit-annotated-commit.xml"/>
+    <xi:include href="xml/ggit-blame-options.xml"/>
     <xi:include href="xml/ggit-blob.xml"/>
     <xi:include href="xml/ggit-blob-output-stream.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-commit-parents.xml"/>
     <xi:include href="xml/ggit-config.xml"/>
     <xi:include href="xml/ggit-config-entry.xml"/>
     <xi:include href="xml/ggit-cred.xml"/>
@@ -31,7 +34,7 @@
     <xi:include href="xml/ggit-index-entry.xml"/>
     <xi:include href="xml/ggit-index-entry-resolve-undo.xml"/>
     <xi:include href="xml/ggit-main.xml"/>
-    <xi:include href="xml/ggit-merge-tree-options.xml"/>
+    <xi:include href="xml/ggit-merge-options.xml"/>
     <xi:include href="xml/ggit-message.xml"/>
     <xi:include href="xml/ggit-native.xml"/>
     <xi:include href="xml/ggit-object.xml"/>
@@ -39,7 +42,7 @@
     <xi:include href="xml/ggit-object-factory-base.xml"/>
     <xi:include href="xml/ggit-oid.xml"/>
     <xi:include href="xml/ggit-patch.xml"/>
-    <xi:include href="xml/ggit-push.xml"/>
+    <xi:include href="xml/ggit-push-options.xml"/>
     <xi:include href="xml/ggit-ref.xml"/>
     <xi:include href="xml/ggit-reflog.xml"/>
     <xi:include href="xml/ggit-reflog-entry.xml"/>
diff --git a/docs/reference/libgit2-glib-1.0-sections.txt b/docs/reference/libgit2-glib-1.0-sections.txt
index b082dee..c4a149f 100644
--- a/docs/reference/libgit2-glib-1.0-sections.txt
+++ b/docs/reference/libgit2-glib-1.0-sections.txt
@@ -1,8 +1,41 @@
 <SECTION>
+<FILE>ggit-annotated-commit</FILE>
+<TITLE>GgitAnnotatedCommit</TITLE>
+ggit_annotated_commit_ref
+ggit_annotated_commit_unref
+ggit_annotated_commit_get_id
+<SUBSECTION Standard>
+GGIT_ANNOTATED_COMMIT
+GGIT_TYPE_ANNOTATED_COMMIT
+ggit_annotated_commit_get_type
+</SECTION>
+
+<SECTION>
+<FILE>ggit-blame-options</FILE>
+<TITLE>GgitBlameOptions</TITLE>
+ggit_blame_options_copy
+ggit_blame_options_free
+ggit_blame_options_new
+ggit_blame_options_get_newest_commit
+ggit_blame_options_set_newest_commit
+ggit_blame_options_get_oldest_commit
+ggit_blame_options_set_oldest_commit
+ggit_blame_options_get_minimum_line
+ggit_blame_options_set_minimum_line
+ggit_blame_options_get_maximum_line
+ggit_blame_options_set_maximum_line
+ggit_blame_options_get_minimum_match_characters
+ggit_blame_options_set_minimum_match_characters
+<SUBSECTION Standard>
+GGIT_BLAME_OPTIONS
+GGIT_TYPE_BLAME_OPTIONS
+ggit_blame_options_get_type
+</SECTION>
+
+<SECTION>
 <FILE>ggit-blob</FILE>
 <TITLE>GgitBlob</TITLE>
 GgitBlob
-GgitBlobClass
 ggit_blob_get_raw_content
 ggit_blob_is_binary
 <SUBSECTION Standard>
@@ -60,17 +93,15 @@ ggit_branch_type_get_type
 <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_get_remote_name
-ggit_clone_options_set_remote_name
 ggit_clone_options_get_checkout_branch
 ggit_clone_options_set_checkout_branch
-ggit_clone_options_get_remote_callbacks
-ggit_clone_options_set_remote_callbacks
+ggit_clone_options_get_local
+ggit_clone_options_set_local
+ggit_clone_options_get_fetch_options
+ggit_clone_options_set_fetch_options
 <SUBSECTION Standard>
 GGIT_CLONE_OPTIONS
 GGIT_TYPE_CLONE_OPTIONS
@@ -89,11 +120,6 @@ ggit_commit_get_subject
 ggit_commit_get_committer
 ggit_commit_get_author
 ggit_commit_get_parents
-ggit_commit_parents_ref
-ggit_commit_parents_unref
-ggit_commit_parents_size
-ggit_commit_parents_get
-ggit_commit_parents_get_id
 ggit_commit_get_tree
 ggit_commit_get_tree_id
 ggit_commit_get_nth_ancestor
@@ -106,14 +132,23 @@ GGIT_IS_COMMIT_CLASS
 GGIT_TYPE_COMMIT
 GgitCommitPrivate
 ggit_commit_get_type
-ggit_commit_parents_get_type
+</SECTION>
+
+<SECTION>
+<FILE>ggit-commit-parents</FILE>
+<TITLE>GgitCommitParents</TITLE>
+GGIT_TYPE_COMMIT_PARENTS
+ggit_commit_parents_new
+ggit_commit_parents_get_size
+ggit_commit_parents_get
+ggit_commit_parents_get_id
+GgitCommitParents
 </SECTION>
 
 <SECTION>
 <FILE>ggit-config</FILE>
 <TITLE>GgitConfig</TITLE>
 GgitConfig
-GgitConfigClass
 GgitConfigCallback
 GgitConfigLevel
 GgitConfigMatchCallback
@@ -123,7 +158,6 @@ ggit_config_new_from_file
 ggit_config_find_global
 ggit_config_find_system
 ggit_config_add_file
-ggit_config_refresh
 ggit_config_get_int32
 ggit_config_set_int32
 ggit_config_get_int64
@@ -284,7 +318,6 @@ ggit_diff_hunk_get_new_lines
 ggit_diff_hunk_get_new_start
 ggit_diff_hunk_get_old_lines
 ggit_diff_hunk_get_old_start
-ggit_diff_hunk_get_type
 ggit_diff_hunk_ref
 ggit_diff_hunk_unref
 <SUBSECTION Standard>
@@ -302,7 +335,6 @@ ggit_diff_line_get_content_offset
 ggit_diff_line_get_new_lineno
 ggit_diff_line_get_old_lineno
 ggit_diff_line_get_origin
-ggit_diff_line_get_type
 ggit_diff_line_ref
 ggit_diff_line_unref
 <SUBSECTION Standard>
@@ -315,13 +347,22 @@ ggit_diff_line_get_type
 <FILE>ggit-diff-options</FILE>
 <TITLE>GgitDiffOptions</TITLE>
 GgitDiffOptions
-ggit_diff_options_copy
-ggit_diff_options_free
+GgitDiffOptionsClass
 ggit_diff_options_new
+ggit_diff_options_get_flags
+ggit_diff_options_set_flags
+ggit_diff_options_get_n_context_lines
+ggit_diff_options_set_n_context_lines
+ggit_diff_options_get_n_interhunk_lines
+ggit_diff_options_set_n_interhunk_lines
+ggit_diff_options_get_old_prefix
+ggit_diff_options_set_old_prefix
+ggit_diff_options_get_new_prefix
+ggit_diff_options_set_new_prefix
+ggit_diff_options_get_pathspec
+ggit_diff_options_set_pathspec
 <SUBSECTION Standard>
-GGIT_DIFF_OPTIONS
 GGIT_TYPE_DIFF_OPTIONS
-ggit_diff_options_get_type
 </SECTION>
 
 <SECTION>
@@ -352,7 +393,6 @@ ggit_error_get_type
 <FILE>ggit-index</FILE>
 <TITLE>GgitIndex</TITLE>
 GgitIndex
-GgitIndexClass
 ggit_index_open
 ggit_index_read
 ggit_index_write
@@ -453,22 +493,27 @@ ggit_feature_flags_get_type
 </SECTION>
 
 <SECTION>
-<FILE>ggit-merge-tree-options</FILE>
-<TITLE>GgitMergeTreeOptions</TITLE>
-GgitMergeAutomergeMode
-GgitMergeTreeFlags
-GgitMergeTreeOptions
-ggit_merge_tree_options_copy
-ggit_merge_tree_options_free
-ggit_merge_tree_options_new
+<FILE>ggit-merge-options</FILE>
+<TITLE>GgitMergeOptions</TITLE>
+ggit_merge_options_copy
+ggit_merge_options_free
+ggit_merge_options_new
+ggit_merge_options_set_tree_flags
+ggit_merge_options_get_tree_flags
+ggit_merge_options_set_rename_threshold
+ggit_merge_options_get_rename_threshold
+ggit_merge_options_set_target_limit
+ggit_merge_options_get_target_limit
+ggit_merge_options_set_similarity_metric
+ggit_merge_options_get_similarity_metric
+ggit_merge_options_set_file_favor
+ggit_merge_options_get_file_favor
+ggit_merge_options_set_file_flags
+ggit_merge_options_get_file_flags
 <SUBSECTION Standard>
-GGIT_MERGE_TREE_OPTIONS
-GGIT_TYPE_MERGE_AUTOMERGE_MODE
-GGIT_TYPE_MERGE_TREE_FLAGS
-GGIT_TYPE_MERGE_TREE_OPTIONS
-ggit_merge_tree_options_get_type
-ggit_merge_tree_flags_get_type
-ggit_merge_automerge_mode_get_type
+GGIT_MERGE_OPTIONS
+GGIT_TYPE_MERGE_OPTIONS
+ggit_merge_options_get_type
 </SECTION>
 
 <SECTION>
@@ -514,7 +559,6 @@ ggit_object_get_type
 <FILE>ggit-object-factory</FILE>
 <TITLE>GgitObjectFactory</TITLE>
 GgitObjectFactory
-GgitObjectFactoryClass
 ggit_object_factory_get_default
 ggit_object_factory_register
 ggit_object_factory_unregister
@@ -585,24 +629,14 @@ ggit_patch_get_type
 </SECTION>
 
 <SECTION>
-<FILE>ggit-push</FILE>
-<TITLE>GgitPush</TITLE>
-GgitPush
-GgitPushClass
-ggit_push_new
-ggit_push_add_refspec
-ggit_push_finish
-ggit_push_is_unpack_ok
-<SUBSECTION Standard>
-GGIT_IS_PUSH
-GGIT_IS_PUSH_CLASS
-GGIT_PUSH
-GGIT_PUSH_CLASS
-GGIT_PUSH_GET_CLASS
-GGIT_TYPE_PUSH
-GGIT_PUSH_CONST
-GgitPushPrivate
-ggit_push_get_type
+<FILE>ggit-push-options</FILE>
+<TITLE>GgitPushOptions</TITLE>
+GGIT_TYPE_PUSH_OPTIONS
+GgitPushOptionsClass
+ggit_push_options_new
+ggit_push_options_get_parallelism
+ggit_push_options_set_parallelism
+GgitPushOptions
 </SECTION>
 
 <SECTION>
@@ -697,19 +731,12 @@ GgitRemoteHead
 GgitRemoteDownloadTagsType
 GgitRemoteListCallback
 ggit_remote_new
-ggit_remote_ref
-ggit_remote_unref
-ggit_remote_save
 ggit_remote_get_name
 ggit_remote_get_url
 ggit_remote_connect
 ggit_remote_get_connected
 ggit_remote_disconnect
-ggit_remote_add_fetch_spec
-ggit_remote_add_push_spec
 ggit_remote_list
-ggit_remote_is_valid_url
-ggit_remote_is_supported_url
 ggit_remote_head_get_local_oid
 ggit_remote_head_get_name
 ggit_remote_head_get_oid
@@ -751,7 +778,6 @@ ggit_repository_create_blob_from_buffer
 ggit_repository_create_blob_from_file
 ggit_repository_create_blob_from_path
 ggit_repository_create_commit
-ggit_repository_create_commit_from_oids
 ggit_repository_create_tag
 ggit_repository_create_tag_from_buffer
 ggit_repository_create_tag_lightweight
@@ -763,7 +789,6 @@ ggit_repository_list_tags
 ggit_repository_create_branch
 ggit_repository_enumerate_branches
 ggit_repository_lookup_branch
-ggit_repository_get_remote
 ggit_repository_create_remote
 ggit_repository_list_remotes
 ggit_repository_get_head
@@ -844,7 +869,6 @@ ggit_sort_mode_get_type
 <FILE>ggit-signature</FILE>
 <TITLE>GgitSignature</TITLE>
 GgitSignature
-GgitSignatureClass
 ggit_signature_new
 ggit_signature_new_now
 ggit_signature_get_name
@@ -890,25 +914,20 @@ GgitSubmoduleStatus
 GgitSubmoduleUpdate
 ggit_submodule_ref
 ggit_submodule_unref
-ggit_submodule_save
 ggit_submodule_get_owner
 ggit_submodule_get_name
 ggit_submodule_get_path
 ggit_submodule_get_url
-ggit_submodule_set_url
 ggit_submodule_get_index_id
 ggit_submodule_get_head_id
 ggit_submodule_get_workdir_id
 ggit_submodule_get_ignore
-ggit_submodule_set_ignore
 ggit_submodule_get_update
-ggit_submodule_set_update
 ggit_submodule_get_fetch_recurse
 ggit_submodule_set_fetch_recurse
 ggit_submodule_init
 ggit_submodule_sync
 ggit_submodule_reload
-ggit_submodule_get_status
 <SUBSECTION Standard>
 GGIT_SUBMODULE
 GGIT_TYPE_SUBMODULE
diff --git a/libgit2-glib/ggit-checkout-options.c b/libgit2-glib/ggit-checkout-options.c
index a13a16f..3b7697e 100644
--- a/libgit2-glib/ggit-checkout-options.c
+++ b/libgit2-glib/ggit-checkout-options.c
@@ -273,7 +273,7 @@ ggit_checkout_options_class_init (GgitCheckoutOptionsClass *klass)
        object_class->constructed = ggit_checkout_options_constructed;
 
        /**
-        * GgitCheckoutOptions:strategy: (type GgitCheckoutStrategy):
+        * GgitCheckoutOptions::strategy: (type GgitCheckoutStrategy):
         *
         * The checkout strategy.
         */


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