~stolowski/bamf-qt/fix-bamfview-removal

« back to all changes in this revision

Viewing changes to src/bamf-application-glue.xml

  • Committer: Olivier Tilloy
  • Date: 2010-12-24 14:01:46 UTC
  • mfrom: (359.1.4 bamf-qt-out)
  • Revision ID: olivier.tilloy@canonical.com-20101224140146-bxaoikzzjvks7d8e
Standalone source tree and packaging for libqtbamf.

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/ayatana/bamf">
4
 
        
5
 
        <interface name="org.ayatana.bamf.application">
6
 
 
7
 
                <signal name="WindowAdded">
8
 
                        <arg type="s" name="path" direction="out" />
9
 
                </signal>
10
 
 
11
 
                <signal name="WindowRemoved">
12
 
                        <arg type="s" name="path" direction="out" />
13
 
                </signal>
14
 
 
15
 
                <method name="ApplicationType">
16
 
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="bamf_application_get_application_type" />
17
 
                        <arg type="s" name="type" direction="out">
18
 
                                <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
19
 
                        </arg>
20
 
                </method>
21
 
 
22
 
                <method name="DesktopFile">
23
 
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="bamf_application_get_desktop_file" />
24
 
                        <arg type="s" name="desktop_file" direction="out">
25
 
                                <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
26
 
                        </arg>
27
 
                </method>
28
 
 
29
 
                <method name="Xids">
30
 
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="bamf_application_get_xids" />
31
 
                        <annotation name="com.trolltech.QtDBus.QtTypeName.Out0" value="QList<uint>"/>
32
 
                        <arg type="au" name="xids" direction="out">
33
 
                                <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
34
 
                        </arg>
35
 
                </method>
36
 
                
37
 
        </interface>
38
 
 
39
 
</node>