-
Notifications
You must be signed in to change notification settings - Fork 42
implement d-feet intropsect handle (I can't find some document descripti... #34
Conversation
…ption this, I use dbus-monitor to watch its behavior) add an return when name is zero length at handleCall
The auto export itnerface's introspect info. The introspect infomation will be dynamic update when the interface is add to or remove from under the belong ObjectPath. |
…t parameter. The last dbus.Error parameter can be optional. handleCall will be auto handle it smart.
The last two commit implement an auto exporter . No need feed any introspect information. |
implement Signal export default handler.
First of all, thank you for your contribution. These seem like quite big changes, so I'll look at it later when I have enough time. |
I'm sorry, but you can't expect me to merge 400 lines worth of undocumented and untested changes that introduce a new public API without any discussion beforehand. I understand what you want to change, but this is not the way to accomplish it. I'll look into the d-feet thing, but for the other changes, I suggest that you open an issue explaining what exactly you want to do. |
I will begin use golang to develop linux desktop application and dbus is an base ability. I will try document this when I accomplish the new "API". Write English is too difficult for me. so I use iamge document something yesterday. |
...on this, I use dbus-monitor to watch its behavior)
add an return when name is zero length at handleCall