~ubuntu-branches/ubuntu/maverick/libdbusmenu/maverick

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/dbus-menu.xml

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2010-07-30 13:44:34 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20100730134434-6npv03d61efpm40p
Tags: 0.3.8-0ubuntu1
* New upstream release.
  - Added ItemActivationRequested signal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
344
344
                                </dox:d>
345
345
                        </arg>
346
346
                </signal>
 
347
                <signal name="ItemActivationRequested">
 
348
                        <dox:d>
 
349
                          The server is requesting that all clients displaying this
 
350
                          menu open it to the user.  This would be for things like
 
351
                          hotkeys that when the user presses them the menu should
 
352
                          open and display itself to the user.
 
353
                        </dox:d>
 
354
                        <arg type="i" name="id" direction="out" >
 
355
                                <dox:d>ID of the menu that should be activated</dox:d>
 
356
                        </arg>
 
357
                        <arg type="u" name="timestamp" direction="out" >
 
358
                                <dox:d>The time that the event occured</dox:d>
 
359
                        </arg>
 
360
                </signal>
347
361
 
348
362
<!-- End of interesting stuff -->
349
363