daemon: Rename transaction_livefs → transaction_apply_live
Continuing the renaming.
This commit is contained in:
parent
ffe72d28ec
commit
29a2304fe2
@ -140,7 +140,7 @@ osexperimental_handle_live_fs (RPMOSTreeOSExperimental *interface,
|
||||
&local_error))
|
||||
goto out;
|
||||
|
||||
transaction = rpmostreed_transaction_new_livefs (invocation,
|
||||
transaction = rpmostreed_transaction_new_apply_live (invocation,
|
||||
ot_sysroot,
|
||||
arg_options,
|
||||
cancellable,
|
||||
|
@ -107,7 +107,7 @@ livefs_transaction_init (LiveFsTransaction *self)
|
||||
}
|
||||
|
||||
RpmostreedTransaction *
|
||||
rpmostreed_transaction_new_livefs (GDBusMethodInvocation *invocation,
|
||||
rpmostreed_transaction_new_apply_live (GDBusMethodInvocation *invocation,
|
||||
OstreeSysroot *sysroot,
|
||||
GVariant *options,
|
||||
GCancellable *cancellable,
|
||||
|
@ -117,7 +117,7 @@ rpmostreed_transaction_new_cleanup (GDBusMethodInvocation *invocation,
|
||||
GError **error);
|
||||
|
||||
RpmostreedTransaction *
|
||||
rpmostreed_transaction_new_livefs (GDBusMethodInvocation *invocation,
|
||||
rpmostreed_transaction_new_apply_live (GDBusMethodInvocation *invocation,
|
||||
OstreeSysroot *sysroot,
|
||||
GVariant *options,
|
||||
GCancellable *cancellable,
|
||||
|
Loading…
Reference in New Issue
Block a user