View Single Post
Posts: 277 | Thanked: 319 times | Joined on Jan 2010
#1040
Originally Posted by ajalkane View Post
That probably can be done with Custom action and sending a DBus message to com.nokia.home.EventFeed. But I don't know the details.
I think it can't be done that way. It sends out a signal refreshRequested, but triggering that signal can't be done with any of its methods.

Everything that puts stuff on the eventfeed should have a dbus service of its own that listens for that signal. For example, the stock twitter client has one and I think a refresh can be done with:

Code:
qdbus com.nokia.twittermeego /twittermeego com.nokia.twittermeego.refreshEventFeed
 

The Following User Says Thank You to slarti For This Useful Post: