File: README

package info (click to toggle)
gnome-sushi 3.30.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,376 kB
  • sloc: sh: 4,147; ansic: 3,702; makefile: 105; xml: 6
file content (22 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
This is Sushi, a quick previewer for Nautilus, the GNOME desktop file manager.
------------------------------------------------------------------------------

Sushi is a DBus-activated service. For Sushi to popup, applications will have
to call the ShowFile method on the org.gnome.NautilusPreviewer interface.
If you want to or debug Sushi without a calling application, you can use
gdbus(1) to call the ShowFile method manually on the bus.

=======
Methods
=======

ShowFile(s: FileUri, i: ParentXid, b: CloseIfShown)

Activates Sushi previewing the file at the provided URI.
If a XID is specified, the Sushi window is made transient to that window.
If the CloseIfShown parameter is TRUE, Sushi will close if it's already
running.

Close()

Explicitly closes Sushi.