Searched defs:bus_match_component (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-match.h70 struct bus_match_component { struct
84 int bus_match_add(struct bus_match_node *root, struct bus_match_component *components, unsigned n_components, struct match_callback *callback);
87 int bus_match_find(struct bus_match_node *root, struct bus_match_component *components, unsigned n_components, sd_bus_message_handler_t callback, void *userdata, struct match_callback **ret);
96 int bus_match_parse(const char *match, struct bus_match_component **_components, unsigned *_n_components);
97 void bus_match_parse_free(struct bus_match_component *components, unsigned n_components);
98 char *bus_match_to_string(struct bus_match_component *components, unsigned n_components);
100 enum bus_match_scope bus_match_get_scope(const struct bus_match_component *components, unsigned n_components);

Completed in 1030 milliseconds