mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-18 10:04:17 +03:00
lib: Squash most of the gtk-doc warnings for missing parameters
This isn't all of them, just trying to make a dent. Closes: #734 Approved by: jlebon
This commit is contained in:
parent
741911d0fc
commit
0b214566a2
@ -4226,6 +4226,13 @@ out:
|
||||
|
||||
/**
|
||||
* ostree_repo_sign_delta:
|
||||
* @self: Self
|
||||
* @from_commit: From commit
|
||||
* @to_commit: To commit
|
||||
* @key_id: key id
|
||||
* @homedir: homedir
|
||||
* @cancellable: cancellable
|
||||
* @error: error
|
||||
*
|
||||
* This function is deprecated, sign the summary file instead.
|
||||
* Add a GPG signature to a static delta.
|
||||
|
@ -378,6 +378,8 @@ initable_iface_init (GInitableIface *initable_iface)
|
||||
/**
|
||||
* ostree_sepolicy_new:
|
||||
* @path: Path to a root directory
|
||||
* @cancellable: Cancellable
|
||||
* @error: Error
|
||||
*
|
||||
* Returns: (transfer full): An accessor object for SELinux policy in root located at @path
|
||||
*/
|
||||
@ -621,6 +623,7 @@ ostree_sepolicy_setfscreatecon (OstreeSePolicy *self,
|
||||
|
||||
/**
|
||||
* ostree_sepolicy_fscreatecon_cleanup:
|
||||
* @unused: Not used, just in case you didn't infer that from the parameter name
|
||||
*
|
||||
* Cleanup function for ostree_sepolicy_setfscreatecon().
|
||||
*/
|
||||
|
@ -293,6 +293,8 @@ ostree_sysroot_upgrader_init (OstreeSysrootUpgrader *self)
|
||||
/**
|
||||
* ostree_sysroot_upgrader_new:
|
||||
* @sysroot: An #OstreeSysroot
|
||||
* @cancellable: Cancellable
|
||||
* @error: Error
|
||||
*
|
||||
* Returns: (transfer full): An upgrader
|
||||
*/
|
||||
@ -309,6 +311,8 @@ ostree_sysroot_upgrader_new (OstreeSysroot *sysroot,
|
||||
* ostree_sysroot_upgrader_new_for_os:
|
||||
* @sysroot: An #OstreeSysroot
|
||||
* @osname: (allow-none): Operating system name
|
||||
* @cancellable: Cancellable
|
||||
* @error: Error
|
||||
*
|
||||
* Returns: (transfer full): An upgrader
|
||||
*/
|
||||
@ -327,6 +331,8 @@ ostree_sysroot_upgrader_new_for_os (OstreeSysroot *sysroot,
|
||||
* @sysroot: An #OstreeSysroot
|
||||
* @osname: (allow-none): Operating system name
|
||||
* @flags: Flags
|
||||
* @cancellable: Cancellable
|
||||
* @error: Error
|
||||
*
|
||||
* Returns: (transfer full): An upgrader
|
||||
*/
|
||||
@ -514,6 +520,14 @@ ostree_sysroot_upgrader_pull (OstreeSysrootUpgrader *self,
|
||||
|
||||
/**
|
||||
* ostree_sysroot_upgrader_pull_one_dir:
|
||||
* @self: Upgrader
|
||||
* @dir_to_pull: Subdirectory path (should include a leading /)
|
||||
* @flags: Flags controlling pull behavior
|
||||
* @upgrader_flags: Flags controlling upgrader behavior
|
||||
* @progress: (allow-none): Progress
|
||||
* @out_changed: (out): Whether or not the origin changed
|
||||
* @cancellable: Cancellable
|
||||
* @error: Error
|
||||
*
|
||||
* Like ostree_sysroot_upgrader_pull(), but allows retrieving just a
|
||||
* subpath of the tree. This can be used to download metadata files
|
||||
|
@ -1269,12 +1269,13 @@ ostree_sysroot_get_merge_deployment (OstreeSysroot *self,
|
||||
|
||||
/**
|
||||
* ostree_sysroot_origin_new_from_refspec:
|
||||
* @self: Sysroot
|
||||
* @refspec: A refspec
|
||||
*
|
||||
* Returns: (transfer full): A new config file which sets @refspec as an origin
|
||||
*/
|
||||
GKeyFile *
|
||||
ostree_sysroot_origin_new_from_refspec (OstreeSysroot *sysroot,
|
||||
ostree_sysroot_origin_new_from_refspec (OstreeSysroot *self,
|
||||
const char *refspec)
|
||||
{
|
||||
GKeyFile *ret = g_key_file_new ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user