Go to the source code of this file.
Functions | |
DBusHandlerResult | easydbus_filter_func (DBusConnection *, DBusMessage *, void *) EASYDBUS_INTERNAL_F_ATTR |
EasyDbus filter function callback. | |
DBusHandlerResult | easydbus_obj_path_msg_function (DBusConnection *, DBusMessage *, void *) EASYDBUS_INTERNAL_F_ATTR |
This function is static and must be used with struct EasyDbus_object for registered object callback. | |
void | easydbus_obj_path_unregister_function (DBusConnection *, void *) EASYDBUS_INTERNAL_F_ATTR |
Unregister callback functions. | |
EasyDbus_reply * | easydbus_verify_match_and_prepare_reply (struct EasyDbus_obj_interface *, DBusMessage *, const char *, const char *, int *) EASYDBUS_INTERNAL_F_ATTR |
Found. | |
int | easydbus_verify_signal_match (const char *, const char *, const char *, const char *, const char *, struct EasyDbus_ext_signal *) EASYDBUS_INTERNAL_F_ATTR |
Verify signal matching. |