![]() |
2009-12-29
, 08:50
|
|
Posts: 138 |
Thanked: 375 times |
Joined on Aug 2009
@ Berlin
|
#2
|
The Following 3 Users Say Thank You to pH5 For This Useful Post: | ||
![]() |
2010-01-16
, 22:27
|
Posts: 26 |
Thanked: 5 times |
Joined on Dec 2009
|
#3
|
dbus_bus_add_match (buss, "type='method_call', member='top_application'",...) dbus_connection_add_filter (...)
![]() |
2010-01-18
, 07:44
|
|
Posts: 138 |
Thanked: 375 times |
Joined on Aug 2009
@ Berlin
|
#4
|
Is there a way to be noticed when an application is launching or bringing to the top. (With DBUS or by another way)
When an application is closing?
I would be able de listening dbus in the background and doing somethig when worldclock is launched (brought to the top) or closed for exemple...
Thank you.
PS: Doe's a Dbus messages documentation exist? with ALL signals and method calls available sorted by app path?