![]() |
![]() |
![]() |
Alarmd Reference Manual | ![]() |
---|---|---|---|---|
GObject * dbus_object_factory (DBusMessageIter *iter);
GObject * dbus_object_factory (DBusMessageIter *iter);
Creates a new object from the DBusMessages data fields. The message should be formatted as follows:
OBJECT_PATH:ClassName, UINT32:Arguments, STRING:ArgumentName, [TYPE]:Value If TYOE is OBJECT_PATH, the function will recursively call self and the object will be built.
iter : |
|
Returns : | Newly created object. |