]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-bus: add sd_bus_path_{encode,decode}_many() 1392/head
authorDavid Herrmann <dh.herrmann@gmail.com>
Fri, 25 Sep 2015 17:05:23 +0000 (19:05 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sat, 26 Sep 2015 14:57:23 +0000 (16:57 +0200)
commitdfb815c36df6e5f2089672b1d986d38b44c7ad17
tree37e401057e3bca4174662ea82a7f99d0effb340d
parent2e396de8b2317fdd1cb2f5eb1df8dffd13bf1e80
sd-bus: add sd_bus_path_{encode,decode}_many()

This introduces two new helpers alongside sd_bus_path_{encode,decode}(),
which work similarly to their counterparts, but accept a format-string as
input. This allows encoding and decoding multiple labels of a format
string at the same time.
Makefile-man.am
man/sd_bus_path_encode.xml
src/libsystemd/libsystemd.sym
src/libsystemd/sd-bus/sd-bus.c
src/libsystemd/sd-bus/test-bus-marshal.c
src/systemd/sd-bus.h