~ubuntu-branches/ubuntu/raring/workrave/raring

« back to all changes in this revision

Viewing changes to frontend/gtkmm/src/gnome_applet3/gnome-applet.xml

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-03-25 17:17:18 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110325171718-3znn7qnfgmx20iyw
Tags: 1.9.4-1
* New upstream release
  - drop all Debian patches (applied upstream)

* Update location of .xpm menu icon
* Remove empty /usr/include directory after building
* Remove obsolete breaks/replaces from debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<unit name="DBusGnomeApplet">
 
4
 
 
5
  <interface name="org.workrave.GnomeAppletInterface" csymbol="workrave_applet">
 
6
 
 
7
    <method name="GetSocketId" csymbol="workrave_applet_get_socket_id">
 
8
      <arg type="uint32" name="id" direction="out" hint="return"/>
 
9
    </method>
 
10
 
 
11
    <method name="GetSize" csymbol="workrave_applet_get_size">
 
12
      <arg type="uint32" name="size" direction="out" hint="return"/>
 
13
    </method>
 
14
 
 
15
    <method name="GetOrientation" csymbol="workrave_applet_get_orientation">
 
16
      <arg type="uint32" name="orientation" direction="out" hint="return"/>
 
17
    </method>
 
18
    
 
19
    <method name="SetMenuStatus" csymbol="workrave_applet_set_menu_status">
 
20
      <arg type="string" name="menu" direction="in" hint="const,ref"/>
 
21
      <arg type="bool" name="status" direction="in" hint="ref"/>
 
22
    </method>
 
23
 
 
24
    <method name="GetMenuStatus" csymbol="workrave_applet_get_menu_status">
 
25
      <arg type="string" name="menu" direction="in" hint="const,ref"/>
 
26
      <arg type="bool" name="status" direction="out" hint="ref"/>
 
27
    </method>
 
28
    
 
29
    <method name="SetMenuActive" csymbol="workrave_applet_set_menu_active">
 
30
      <arg type="string" name="menu" direction="in" hint="const,ref"/>
 
31
      <arg type="bool" name="active" direction="in" hint="ref"/>
 
32
    </method>
 
33
 
 
34
    <method name="GetMenuActive" csymbol="workrave_applet_get_menu_active">
 
35
      <arg type="string" name="menu" direction="in" hint="const,ref"/>
 
36
      <arg type="bool" name="active" direction="out" hint="ref"/>
 
37
    </method>
 
38
 
 
39
  </interface>
 
40
 
 
41
</unit>