~ubuntu-branches/ubuntu/oneiric/bamf/oneiric-proposed-201203051914

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-09 19:15:45 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100909191545-walucpmnr3m2hty3
Tags: 0.2.46-0ubuntu1
* New upstream release.
  - Handle non system launchers (LP: #622146)
* Add new symbols to debian/libbamf0.symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                                <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
61
61
                        </arg>
62
62
                </method>
 
63
                
 
64
                <method name="WindowPaths">
 
65
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="bamf_matcher_window_dbus_paths" />
 
66
                        <arg type="as" name="paths" direction="out">
 
67
                                <annotation name="org.freedesktop.DBus.GLib.ReturnVal" value=""/>
 
68
                        </arg>
 
69
                </method>
63
70
 
64
71
                <method name="PathForApplication">
65
72
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="bamf_matcher_dbus_path_for_application" />
69
76
                        </arg>
70
77
                </method>
71
78
 
 
79
                <method name="RegisterFavorites">
 
80
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="bamf_matcher_register_favorites" />
 
81
                        <arg type="as" name="favorites" direction="in" />
 
82
                </method>
 
83
 
72
84
                <method name="RunningApplications">
73
85
                        <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="bamf_matcher_running_application_paths" />
74
86
                        <arg type="as" name="paths" direction="out">