-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shell: Use gdbus-codegen for the org.mate.atril.Application interface
- Loading branch information
Showing
4 changed files
with
149 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Introspection 0.1//EN" | ||
"http://www.freedesktop.org/software/dbus/introspection.dtd"> | ||
<node> | ||
<interface name='org.mate.atril.Application'> | ||
<annotation name="org.gtk.GDBus.C.Name" value="AtrilApplication" /> | ||
<method name='Reload'> | ||
<arg type='a{sv}' name='args' direction='in'/> | ||
<arg type='u' name='timestamp' direction='in'/> | ||
</method> | ||
<method name='GetWindowList'> | ||
<arg type='ao' name='window_list' direction='out'/> | ||
</method> | ||
</interface> | ||
</node> | ||
|