LINUX.ORG.RU

История изменений

Исправление sergej, (текущая версия) :

void my_function (int type, void *data) {
 dbus_message_append_args(connection, type, data, DBUS_TYPE_INVALID);
}

Исходная версия sergej, :

void function my_function (int type, void *data) {
 dbus_message_append_args(connection, type, data, DBUS_TYPE_INVALID);
}