martyr-deepin / dbus-factory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBus Factory

Description: DBus Factory is a project which generates static dbus bindings for Golang and QML at build-time.

Dependencies

Build dependencies

Runtime dependencies

Golang Target

QML Target

  • Qt5DBus
  • Qt5Core
  • Qt5Gui
  • Qt5Qml
  • libstdc++6

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

Notice

  1. If ObjectName was same as the method name supported by dbus service, QML/Cpp target can't be generated correctly.

  2. Don't name your method in form like Set*$PropertyName*, Get*$PropertyName*. Otherwise the generated code will append a _ suffix.

License

DBus Factory is licensed under GPLv3.

About

License:GNU General Public License v3.0


Languages

Language:Go 56.1%Language:Makefile 26.4%Language:QML 17.5%