File: interface.xml

package info (click to toggle)
gpick 0.2.6-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,800 kB
  • sloc: cpp: 27,983; python: 738; xml: 70; makefile: 37; sh: 10
file content (15 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/gpick">
	<interface name="org.gpick.SingleInstance">
		<method name="Activate">
		</method>
	</interface>
	<interface name="org.gpick.Control">
		<method name="ActivateFloatingPicker">
			<arg type="s" name="converter_name" direction="in">
			</arg>
		</method>
		<method name="CheckIfRunning">
		</method>
	</interface>
</node>