~leighman/ubuntu/raring/workrave/fix-desktop-file-2

« back to all changes in this revision

Viewing changes to frontend/applets/gnome2/src/DBusGUI.xml

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-24 11:04:41 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20130124110441-rbrq0e0y6p71asoc
Tags: 1.10-0ubuntu1
* New upstream release
* debian/control, debian/rules, debian/workrave.install:
  - Enable support for an indicator in Unity (LP: #796824)
* debian/patches/fix-format-security.patch:
  - Fix FTBFS due to -Werror=format-security

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
 
 
3
<node name="/org/workrave/Workrave">
 
4
 
 
5
  <interface name="org.workrave.ControlInterface">
 
6
 
 
7
    <method name="OpenMain">
 
8
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
9
                  value="on_menu_open_main_window"/>
 
10
    </method>
 
11
    <method name="Preferences">
 
12
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
13
                  value="on_menu_preferences"/>
 
14
    </method>
 
15
    <method name="NetworkConnect">
 
16
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
17
                  value="on_menu_network_join"/>
 
18
    </method>
 
19
    <method name="NetworkLog">
 
20
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
21
                  value="on_menu_network_log"/>
 
22
     <arg type="b" name="show" direction="in" />
 
23
    </method>
 
24
    <method name="NetworkReconnect">
 
25
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
26
                  value="on_menu_network_reconnect"/>
 
27
    </method>
 
28
    <method name="NetworkDisconnect">
 
29
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
30
                  value="on_menu_network_leave"/>
 
31
    </method>
 
32
    <method name="ReadingMode">
 
33
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
34
                  value="on_menu_reading"/>
 
35
     <arg type="b" name="show" direction="in" />
 
36
    </method>
 
37
    <method name="Statistics">
 
38
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
39
                  value="on_menu_statistics"/>
 
40
    </method>
 
41
    <method name="Exercises">
 
42
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
43
                  value="on_menu_exercises"/>
 
44
    </method>
 
45
    <method name="RestBreak">
 
46
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
47
                  value="on_menu_restbreak_now"/>
 
48
    </method>
 
49
    <method name="Quit">
 
50
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
51
                  value="on_menu_quit"/>
 
52
    </method>
 
53
    <method name="About">
 
54
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
55
                  value="on_menu_about"/>
 
56
    </method>
 
57
  
 
58
  </interface>
 
59
 
 
60
  <interface name="org.workrave.AppletInterface">
 
61
 
 
62
    <method name="Embed">
 
63
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
64
                  value="applet_embed"/>
 
65
     <arg type="b" name="enabled" direction="in" />
 
66
     <arg type="s" name="sender" direction="in" />
 
67
    </method>
 
68
    <method name="Command">
 
69
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
70
                  value="applet_command"/>
 
71
     <arg type="i" name="command" direction="in" />
 
72
    </method>
 
73
    <method name="GetMenu">
 
74
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
75
                  value="get_menu"/>
 
76
     <arg type="a(sii)" name="menuitems" direction="out" />
 
77
    </method>
 
78
  
 
79
  </interface>
 
80
 
 
81
  <interface name="org.workrave.GnomeAppletSupportInterface">
 
82
 
 
83
    <method name="SetOrientation">
 
84
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
85
                  value="set_applet_orientation"/>
 
86
     <arg type="s" name="orientation" direction="in" />
 
87
    </method>
 
88
    <method name="SetSize">
 
89
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
90
                  value="set_applet_size"/>
 
91
     <arg type="u" name="size" direction="in" />
 
92
    </method>
 
93
    <method name="SetBackground">
 
94
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
95
                  value="set_applet_background"/>
 
96
     <arg type="u" name="type" direction="in" />
 
97
     <arg type="(uuuu)" name="color" direction="in" />
 
98
     <arg type="u" name="xid" direction="in" />
 
99
    </method>
 
100
    <method name="ButtonClicked">
 
101
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
102
                  value="button_clicked"/>
 
103
     <arg type="u" name="button" direction="in" />
 
104
    </method>
 
105
    <method name="EmbedRequest">
 
106
      <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
 
107
                  value="fire_gnome_applet"/>
 
108
    </method>
 
109
  
 
110
  </interface>
 
111
 
 
112
 
 
113
</node>
 
114
 
 
115