Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

martyr-deepin/dbus-factory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.