easydbus-developer Mailing List for EasyDbus Library
Status: Pre-Alpha
Brought to you by:
geaaru
You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(8) |
Oct
(1) |
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ge@@ru <ge...@gm...> - 2008-02-22 11:09:59
|
At this url you can found patch to dbus (i try with dbus-1.1.4 but i think that works fine yet with dbus-1.0.2) that resolve problem with close on session on System bus. http://bugs.freedesktop.org/show_bug.cgi?id=8376 Bye Ge@@ru |
From: Ge@@ru <ge...@gm...> - 2007-12-10 23:01:04
|
Hey guys, today, December 11, 2007 is been released easydbus-0.1. A lot of features must be implemented but fist stable version is now ready on download page. Good work! Ge@@ru |
From: Ge@@ru <ge...@gm...> - 2007-10-23 06:23:31
|
Hi at all, for a big changes of easydbus sources tree, svn repository will be broken for some weeks, so if you want test EasyDbus Library you can try with version under branches/easydbus-pre-pre-alpha-0.1 of repository. Between new improvement on roadmap: - manage easydbus struct for users with opaque struct; - implement doxygen documentation; - manage disconnection from dbus bus. Will be soon online (i hope)! :) Ge@@ru |
From: geaaru <ge...@gm...> - 2007-09-25 11:00:30
|
With commit #54, it is begun development of feature for manage connection flags for recover service name, replace primary service name owner, etc. Sources changes for users: - easydbus_acquire_source_address have an extra input params for flags (0 on this new param works fine without changes of previous policies). Returned value is still 0 or 1, but on next commit i think that will be returned a value from enum easydbus_connection_flags values. Bye Ge@@ru |
From: geaaru <ge...@gm...> - 2007-09-24 16:07:07
|
Too fast to send mail and too errors on it. Changelog: - manage more of one object on a dbus service; - fixed some bugs on manage introspect method; - manage events on dbus channel through a unix file descriptor, so it is now manage events on dbus also with a select or on gtk main loop, etc. On Mon, 2007-09-24 at 17:51 +0200, geaaru wrote: > Hi at all, > there are some improvement to easydbus library for: > - manage more of one object on a dbus service; > - fixed some bugs on manage introspect method; > - manage events on dbus through a unix file > > This changes broken complaint with previous version of easydbus library, > so: > - For register an external signal to a service (and handle external > signals): > easydbus_add_ext_signal_to_obj is now renamed to > easydbus_add_ext_signal_to_service. This means that external signals > aren't connect to a dedicated object but to a service (or to a > connection); > - registration object changes: > easydbus_register_object function now insert only object callback to > dbus connection and so for enable introspectable check and external > signals it is needed call easydbus_enable_filters_objects functions > after that all objects are registed. > See easydbus_example_obj.c example for more informations. > > Good Work. > > Ge@@ru > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Easydbus-developer mailing list > Eas...@li... > https://lists.sourceforge.net/lists/listinfo/easydbus-developer |
From: geaaru <ge...@gm...> - 2007-09-24 15:52:30
|
Hi at all, there are some improvement to easydbus library for: - manage more of one object on a dbus service; - fixed some bugs on manage introspect method; - manage events on dbus through a unix file This changes broken complaint with previous version of easydbus library, so: - For register an external signal to a service (and handle external signals): easydbus_add_ext_signal_to_obj is now renamed to easydbus_add_ext_signal_to_service. This means that external signals aren't connect to a dedicated object but to a service (or to a connection); - registration object changes: easydbus_register_object function now insert only object callback to dbus connection and so for enable introspectable check and external signals it is needed call easydbus_enable_filters_objects functions after that all objects are registed. See easydbus_example_obj.c example for more informations. Good Work. Ge@@ru |
From: geaaru <ge...@ya...> - 2007-09-24 14:41:07
|
test ml. |
From: geaaru <ge...@gm...> - 2007-09-12 06:25:57
|
With commit #36 struct type data are now supported. Try new features! :) List of next development tasks: - manage introspect method for register object and so creation of XML string from method inserted; - manage read on introspect reply from other services (this features is a plugin that will be inserted in compilation) through libExpat; - manage and test easydbus functionality with multi-threading system. Ge@@ru |
From: geaaru <ge...@gm...> - 2007-09-06 22:31:36
|
With commit #30 is fixed bug #1788370 (of sourgeforce bug tracking) for a leak memory problem on deinit easydbus registered object. An update to new revision is advartise. Ge@@ru |
From: geaaru <ge...@gm...> - 2007-09-05 11:12:42
|
With commit #30 is fixed bug #1788370 (of sourgeforce bug tracking) where struct EasyDbus_signal object wasn't free from memory after that user callback was called. An updated is advised. Ge@@ru |
From: geaaru <ge...@gm...> - 2007-09-03 14:56:03
|
Welcome at all to easydbus mailing list... i will send message to this ml with new features added with new release. Moreover, if have you any questions about how create applications with easydbus functions, i'm ready to anwser to you. Happy Easydbus Hacking. Ge@@ru |