History log of /sssd/src/sbus/sssd_dbus_invokers.h
Revision Date Author Comments Expand
ac744223411099a862a747e7168a30255c003bf7 22-May-2015 Pavel Březina <pbrezina@redhat.com>

sbus: add a{sas} get invoker Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

df4e1db5d41c903ae57fd880acc76a0ad84aa7b2 17-Feb-2015 Pavel Březina <pbrezina@redhat.com>

sbus: use hard coded getters instead of generated Properties are single value of a small number of predefined D-Bus types. There is no need to generate them with codegen. Actually, the source generator for property getters is already quite mess with branching for array, strings and object paths. Adding any more complex type in the future (such as dictionary) would require even more branching or creating a separate path for it. Hard coding the getters will simplify creating new ones for more complex types. This patch also reduces lots of code duplication and creates a simple function for GetAll. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>