summaryrefslogtreecommitdiffstats
path: root/man/rules
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2021-01-23 16:16:57 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-25 04:31:17 +0100
commiteb83eb63b8074e352935b61867702e6a01270005 (patch)
tree858cf5f6fbaa280d73f17c7db8c3b91c9a5976be /man/rules
parentAvoid error when bind mount source already exists (diff)
downloadsystemd-eb83eb63b8074e352935b61867702e6a01270005.tar.xz
systemd-eb83eb63b8074e352935b61867702e6a01270005.zip
sd-bus: Add sd_bus_reply()
While sd-bus already provides sd_bus_call() for calling a method from a complete bus message object, We don't have an equivalent function for replying from a method with a complete bus message object. Currently, we use sd_bus_send(call->bus, m, NULL) instead. Let's add a shorthand for this pattern and name it sd_bus_reply().
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 38d58307fe..4a23648a21 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -11,7 +11,6 @@ manpages = [
['coredump.conf', '5', ['coredump.conf.d'], 'ENABLE_COREDUMP'],
['coredumpctl', '1', [], 'ENABLE_COREDUMP'],
['crypttab', '5', [], 'HAVE_LIBCRYPTSETUP'],
- ['veritytab', '5', [], 'HAVE_LIBCRYPTSETUP'],
['daemon', '7', [], ''],
['dnssec-trust-anchors.d',
'5',
@@ -405,7 +404,10 @@ manpages = [
'sd_bus_reply_method_errorf',
'sd_bus_reply_method_errorfv'],
''],
- ['sd_bus_reply_method_return', '3', ['sd_bus_reply_method_returnv'], ''],
+ ['sd_bus_reply_method_return',
+ '3',
+ ['sd_bus_reply', 'sd_bus_reply_method_returnv'],
+ ''],
['sd_bus_request_name',
'3',
['sd_bus_release_name',
@@ -1128,6 +1130,7 @@ manpages = [
['systemd-user-runtime-dir', 'user-runtime-dir@.service'],
''],
['userdbctl', '1', [], 'ENABLE_USERDB'],
- ['vconsole.conf', '5', [], 'ENABLE_VCONSOLE']
+ ['vconsole.conf', '5', [], 'ENABLE_VCONSOLE'],
+ ['veritytab', '5', [], 'HAVE_LIBCRYPTSETUP']
]
# Really, do not edit.