~ubuntu-branches/debian/sid/gnome-terminal/sid

« back to all changes in this revision

Viewing changes to src/org.gnome.Terminal.xml

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Emilio Pozuelo Monfort, Michael Biebl
  • Date: 2013-06-05 22:23:26 UTC
  • mfrom: (1.6.15) (10.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20130605222326-ymxsw4ia0vri1zwh
Tags: 3.8.2-1
[ Emilio Pozuelo Monfort ]
* Remove obsolete build dependency on scrollkeeper.

[ Michael Biebl ]
* Upload to unstable.
* New upstream release.
* Bump Standards-Version to 3.9.4. No further changes.
* Add Build-Depends on autotools-dev as lintian was complaining about
  outdated config.{guess,sub}.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Introspection 0.1//EN"
 
3
                      "http://www.freedesktop.org/software/dbus/introspection.dtd">
 
4
<!--
 
5
  Copyright © 2011 Christian Persch
 
6
 
 
7
  This program is free software; you can redistribute it and/or modify
 
8
  it under the terms of the GNU General Public License as published by
 
9
  the Free Software Foundation; either version 3, or (at your option)
 
10
  any later version.
 
11
 
 
12
  This program is distributed in the hope conf it will be useful,
 
13
  but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
  GNU General Public License for more details.
 
16
 
 
17
  You should have received a copy of the GNU General Public License
 
18
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
19
-->
 
20
<node>
 
21
  <interface name="org.gnome.Terminal.Factory0">
 
22
    <annotation name="org.gtk.GDBus.C.Name" value="Factory" />
 
23
    <method name="CreateInstance">
 
24
      <arg type="a{sv}" name="options" direction="in" />
 
25
      <arg type="o" name="receiver" direction="out" />
 
26
    </method>
 
27
  </interface>
 
28
 
 
29
  <interface name="org.gnome.Terminal.Terminal0">
 
30
    <annotation name="org.gtk.GDBus.C.Name" value="Receiver" />
 
31
    <method name="Exec">
 
32
      <annotation name="org.gtk.GDBus.C.UnixFD" value="true" />
 
33
      <arg type="a{sv}" name="options" direction="in" />
 
34
      <arg type="aay" name="arguments" direction="in">
 
35
        <annotation name="org.gtk.GDBus.C.ForceGVariant" value="true" />
 
36
      </arg>
 
37
    </method>
 
38
    
 
39
    <signal name="ChildExited">
 
40
      <arg type="i" name="exit_code" direction="in" />
 
41
    </signal>
 
42
  </interface>
 
43
</node>