File: interface.xml

package info (click to toggle)
gpick 0.2.5%2Bgit20161221-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,748 kB
  • ctags: 3,744
  • sloc: cpp: 26,803; python: 871; ansic: 476; yacc: 252; lex: 197; xml: 63; makefile: 50; sh: 8
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>