Fix a few gtk-doc warnings
Just continuing to chip away at this. Closes: #788 Approved by: jlebon
This commit is contained in:
parent
076dfeba6b
commit
6a7ee4860f
|
|
@ -71,6 +71,16 @@ OstreeChecksumInputStreamPrivate
|
||||||
ostree_checksum_input_stream_get_type
|
ostree_checksum_input_stream_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>ostree-version</FILE>
|
||||||
|
OSTREE_CHECK_VERSION
|
||||||
|
OSTREE_YEAR_VERSION
|
||||||
|
OSTREE_RELEASE_VERSION
|
||||||
|
OSTREE_VERSION
|
||||||
|
OSTREE_VERSION_S
|
||||||
|
OSTREE_VERSION_HEX
|
||||||
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>ostree-core</FILE>
|
<FILE>ostree-core</FILE>
|
||||||
OSTREE_MAX_METADATA_SIZE
|
OSTREE_MAX_METADATA_SIZE
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,10 @@ gboolean ostree_repo_remote_delete (OstreeRepo *self,
|
||||||
/**
|
/**
|
||||||
* OstreeRepoRemoteChange:
|
* OstreeRepoRemoteChange:
|
||||||
* The remote change operation.
|
* The remote change operation.
|
||||||
|
* @OSTREE_REPO_REMOTE_CHANGE_ADD: Add a remote
|
||||||
|
* @OSTREE_REPO_REMOTE_CHANGE_ADD_IF_NOT_EXISTS: Like above, but do nothing if the remote exists
|
||||||
|
* @OSTREE_REPO_REMOTE_CHANGE_DELETE: Delete a remote
|
||||||
|
* @OSTREE_REPO_REMOTE_CHANGE_DELETE_IF_EXISTS: Delete a remote, do nothing if the remote does not exist
|
||||||
*/
|
*/
|
||||||
typedef enum {
|
typedef enum {
|
||||||
OSTREE_REPO_REMOTE_CHANGE_ADD,
|
OSTREE_REPO_REMOTE_CHANGE_ADD,
|
||||||
|
|
|
||||||
|
|
@ -2128,6 +2128,7 @@ ostree_sysroot_deployment_set_kargs (OstreeSysroot *self,
|
||||||
* @self: Sysroot
|
* @self: Sysroot
|
||||||
* @deployment: A deployment
|
* @deployment: A deployment
|
||||||
* @is_mutable: Whether or not deployment's files can be changed
|
* @is_mutable: Whether or not deployment's files can be changed
|
||||||
|
* @cancellable: Cancellable
|
||||||
* @error: Error
|
* @error: Error
|
||||||
*
|
*
|
||||||
* By default, deployment directories are not mutable. This function
|
* By default, deployment directories are not mutable. This function
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue