~ubuntu-branches/ubuntu/precise/unity-2d/precise-proposed

« back to all changes in this revision

Viewing changes to shell/app/launcher.xml

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-03-05 09:52:30 UTC
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: package-import@ubuntu.com-20120305095230-21sm2zj04lnzotpb
Tags: upstream-5.6.0
ImportĀ upstreamĀ versionĀ 5.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
2
 
<node xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
3
 
    <dox:d><![CDATA[
4
 
      @mainpage
5
 
 
6
 
      An interface to activate the launcher in Unity2d.
7
 
    ]]></dox:d>
8
 
    <interface name="com.canonical.Unity2d.Launcher" xmlns:dox="http://www.ayatana.org/dbus/dox.dtd">
9
 
        <dox:d>
10
 
          An interface to activate the launcher in Unity2d.
11
 
        </dox:d>
12
 
        <method name="AddWebFavorite">
13
 
            <dox:d><![CDATA[
14
 
               Request a URL to be added to the launcher as a web favorite.
15
 
            ]]></dox:d>
16
 
            <arg name="url" type="s" direction="in">
17
 
                <dox:d>The URL to be favorited.</dox:d>
18
 
            </arg>
19
 
        </method>
20
 
    </interface>
21
 
</node>
22