summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-07-08 15:09:23 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-07-16 12:36:44 +0200
commit3c775de6c590679c3de37adb09c3e3e9c0de8028 (patch)
tree8433d19701ab1ec315da527661cb342adcd0ae9d /man/rules
parent629941003e6ef9ef34da7d545e771871f750cba2 (diff)
downloadsystemd-3c775de6c590679c3de37adb09c3e3e9c0de8028.tar.gz
man: add sd_bus_set_description(3)
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 5dadd5fc6c..9673ef8886 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -242,6 +242,14 @@ manpages = [
'sd_bus_request_name_async'],
''],
['sd_bus_set_connected_signal', '3', ['sd_bus_get_connected_signal'], ''],
+ ['sd_bus_set_description',
+ '3',
+ ['sd_bus_get_allow_interactive_authorization',
+ 'sd_bus_get_description',
+ 'sd_bus_set_allow_interactive_authorization',
+ 'sd_bus_set_anonymous',
+ 'sd_bus_set_trusted'],
+ ''],
['sd_bus_set_sender', '3', ['sd_bus_get_sender'], ''],
['sd_bus_set_watch_bind', '3', ['sd_bus_get_watch_bind'], ''],
['sd_bus_slot_set_destroy_callback',