X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fbus-util.h;fp=src%2Fshared%2Fbus-util.h;h=802983766f680909d64d5c366bff8739c6c4c7e9;hp=88c2804d66c81eb33b792c8d40f592beaedba406;hb=d93949b9ea71babdcccbe98d33a9b9472ab2d08f;hpb=706da8f4c21d582eb3334aa01ecd75a9db5c481c diff --git a/src/shared/bus-util.h b/src/shared/bus-util.h index 88c2804d6..802983766 100644 --- a/src/shared/bus-util.h +++ b/src/shared/bus-util.h @@ -91,6 +91,7 @@ int bus_print_property(const char *name, sd_bus_message *property, bool value, b int bus_print_all_properties(sd_bus *bus, const char *dest, const char *path, char **filter, bool value, bool all); int bus_property_get_bool(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error); +int bus_property_get_id128(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error); #define bus_property_get_usec ((sd_bus_property_get_t) NULL) #define bus_property_set_usec ((sd_bus_property_set_t) NULL)