summaryrefslogtreecommitdiff
path: root/man/rules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-07 12:40:35 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commit097513b6bea999cbb3a6dfee15010239d2b85a6c (patch)
treecf1e654029b4506d4a345cb2334ddea35cfb0a82 /man/rules
parent39a0204cf1007ed10c182590b2299c688daadd42 (diff)
sd-event: add destroy callback logic to sd-event too
This adds what has been added to sd_bus_slot and sd_bus_track to sd_event too.
Diffstat (limited to 'man/rules')
-rw-r--r--man/rules/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 88c832815..13295da9d 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -317,6 +317,10 @@ manpages = [
'3',
['sd_event_source_get_description'],
''],
+ ['sd_event_source_set_destroy_callback',
+ '3',
+ ['sd_event_destroy_t', 'sd_event_source_get_destroy_callback'],
+ ''],
['sd_event_source_set_enabled',
'3',
['SD_EVENT_OFF',