X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fbus-util.h;h=38732b6312f0cf70a6b68a5417700e5778f4975e;hb=f034e0b6a2f484db743175a5e4a18e49b6aa5012;hp=802983766f680909d64d5c366bff8739c6c4c7e9;hpb=d93949b9ea71babdcccbe98d33a9b9472ab2d08f;p=elogind.git diff --git a/src/shared/bus-util.h b/src/shared/bus-util.h index 802983766..38732b631 100644 --- a/src/shared/bus-util.h +++ b/src/shared/bus-util.h @@ -91,7 +91,9 @@ 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); +#if 0 /// UNNEEDED by elogind 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); +#endif // 0 #define bus_property_get_usec ((sd_bus_property_get_t) NULL) #define bus_property_set_usec ((sd_bus_property_set_t) NULL) @@ -177,3 +179,5 @@ int bus_path_decode_unique(const char *path, const char *prefix, char **ret_send #if 0 /// UNNEEDED by elogind int bus_property_get_rlimit(sd_bus *bus, const char *path, const char *interface, const char *property, sd_bus_message *reply, void *userdata, sd_bus_error *error); #endif // 0 + +int bus_track_add_name_many(sd_bus_track *t, char **l);