ArchiveOrangemail archive

dbus.lists.freedesktop.org


(List home) (Recent threads) (87 other Freedesktop.org lists)

Subscription Options

  • RSS or Atom: Read-only subscription using a browser or aggregator. This is the recommended way if you don't need to send messages to the list. You can learn more about feed syndication and clients here.
  • Conventional: All messages are delivered to your mail address, and you can reply. To subscribe, send an email to the list's subscribe address with "subscribe" in the subject line, or visit the list's homepage here.
  • Low traffic list: less than 3 messages per day
  • This list contains about 15,269 messages, beginning May 2003
  • 0 messages added yesterday
Report the Spam
This button sends a spam report to the moderator. Please use it sparingly. For other removal requests, read this.
Are you sure? yes no

Way to show programs receiving dbus-signal ?

Ad
0079008000831337010686Mon, 14 May 2012 15:51:26 +0000 (UTC)
Hi dbus maillist friends:

&nbsp_place_holder;&nbsp_place_holder;&nbsp_place_holder;&nbsp_place_holder;&n
bsp_place_holder;

&nbsp_place_holder; I'm searching a way to get which programs or processes
have interested in specific dbus-signal,

given by name,interface of dbus-signal. It's helpful for seeing system's
status & debugging.

Does someone kindly tell me whether there is a simple way or deep into source
code of dbus? Thanks.

  
Cheers

Liang.
Thiago Macieira 1337014473Mon, 14 May 2012 16:54:33 +0000 (UTC)
On segunda-feira, 14 de maio de 2012 23.44.10,  wrote:
> Hi dbus maillist friends:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;
> I&aps;m searching a way to get which programs or processes have interested
> in specific dbus-signal,<br>given by name,interface of dbus-signal.
> It&aps;s helpful for seeing system&aps;s status &amp; debugging. <br>Does
> someone kindly tell me whether there is a simple way or deep into source
> code of dbus? Thanks.<br><br>Cheers<br>Liang.<br><br> <br>First of all, please don't write HTML-only email. I'd recommend avoiding HTML 
completely, since the text portion of your email is what counts.

Second, I'm sorry but there's no way to retrieve the information about which 
connections have demonstrated interest in a particular signal. 

If you really wish to get this information, you can modify the daemon so that 
you can retrieve the list of match rules and the connections they apply to. 
Then use the rules to determine which connections are interested in those 
signals. Note that rules like "type='signal'" will match for any and all 
signals.
Alban Crequy 1338299087Tue, 29 May 2012 13:44:47 +0000 (UTC)
Le Mon, 14 May 2012 18:43:47 +0200,
Thiago Macieira  a écrit :

> On segunda-feira, 14 de maio de 2012 23.44.10, 
> wrote:
> > Hi dbus maillist friends:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> > <br>&nbsp; I&aps;m searching a way to get which programs or
> > processes have interested in specific dbus-signal,<br>given by
> > name,interface of dbus-signal. It&aps;s helpful for seeing
> > system&aps;s status &amp; debugging. <br>Does someone kindly tell
> > me whether there is a simple way or deep into source code of dbus?
> > Thanks.<br><br>Cheers<br>Liang.<br><br> <br>
> 
> First of all, please don't write HTML-only email. I'd recommend
> avoiding HTML completely, since the text portion of your email is
> what counts.
> 
> Second, I'm sorry but there's no way to retrieve the information
> about which connections have demonstrated interest in a particular
> signal. 
> 
> If you really wish to get this information, you can modify the daemon
> so that you can retrieve the list of match rules and the connections
> they apply to. Then use the rules to determine which connections are
> interested in those signals. Note that rules like "type='signal'"
> will match for any and all signals.There is this bit-rotting patch to retrieve the list of match rules:
https://bugs.freedesktop.org/show_bug.cgi?id=...

Best regards,
Alban
Home | About | Privacy