Исправление sergej, 13.08.25 01:02 (текущая версия) :
void my_function (int type, void *data) { dbus_message_append_args(connection, type, data, DBUS_TYPE_INVALID); }
Исходная версия sergej, 13.08.25 01:01:
void function my_function (int type, void *data) { dbus_message_append_args(connection, type, data, DBUS_TYPE_INVALID); }