-
-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpreviewer.xml
More file actions
42 lines (42 loc) · 1.43 KB
/
previewer.xml
File metadata and controls
42 lines (42 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<node>
<interface name="re.sonny.Workbench.previewer_module">
<method name="UpdateUi">
<arg type="s" name="content" direction="in"/>
<arg type="s" name="target_id" direction="in"/>
<arg type="s" name="original_id" direction="in"/>
<arg type="s" name="template_gtype_name" direction="in"/>
<arg type="s" name="template" direction="in"/>
</method>
<method name="UpdateCss">
<arg type="s" name="content" direction="in"/>
</method>
<method name="Run">
<arg type="s" name="filename" direction="in"/>
<arg type="s" name="uri" direction="in"/>
</method>
<method name="CloseWindow">
</method>
<method name="OpenWindow">
<arg type="i" name="width" direction="in"/>
<arg type="i" name="height" direction="in"/>
</method>
<method name="Screenshot">
<arg type="s" name="path" direction="in"/>
<arg type="b" name="success" direction="out"/>
</method>
<method name="EnableInspector">
<arg type="b" name="enabled" direction="in"/>
</method>
<signal name="WindowOpen">
<arg type="b" name="open"/>
</signal>
<signal name="CssParserError">
<arg type="s" name="message"/>
<arg type="i" name="start_line"/>
<arg type="i" name="start_char"/>
<arg type="i" name="end_line"/>
<arg type="i" name="end_char"/>
</signal>
<property type="i" name="ColorScheme" access="readwrite"/>
</interface>
</node>