chiark / gitweb /
5352f6379451b60ca6332287e6f9cca49b849af5
[elogind.git] / src / libelogind / sd-bus / bus-slot.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5   This file is part of systemd.
6
7   Copyright 2014 Lennart Poettering
8 ***/
9
10 #include "sd-bus.h"
11
12 #include "bus-internal.h"
13
14 sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *userdata);
15
16 void bus_slot_disconnect(sd_bus_slot *slot);