Submit
Path:
~
/
/
usr
/
share
/
dbus-1
/
interfaces
/
File Content:
org.freedesktop.PackageKit.xml
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" [ <!ENTITY ERROR_GENERAL "org.freedesktop.packagekit.Denied"> ]> <node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> <interface name="org.freedesktop.PackageKit"> <doc:doc> <doc:description> <doc:para> The root interface is used for interacting with the daemon. </doc:para> </doc:description> </doc:doc> <!--*********************************************************************--> <property name="VersionMajor" type="u" access="read"> <doc:doc> <doc:description> <doc:para> The major version number. </doc:para> </doc:description> </doc:doc> </property> <property name="VersionMinor" type="u" access="read"> <doc:doc> <doc:description> <doc:para> The minor version number. </doc:para> </doc:description> </doc:doc> </property> <property name="VersionMicro" type="u" access="read"> <doc:doc> <doc:description> <doc:para> The micro version number. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="BackendName" type="s" access="read"> <doc:doc> <doc:description> <doc:para> The backend name, e.g. <doc:tt>"dnf"</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="BackendDescription" type="s" access="read"> <doc:doc> <doc:description> <doc:para> The backend description, e.g. <doc:tt>"Yellow Dog Update Modifier"</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="BackendAuthor" type="s" access="read"> <doc:doc> <doc:description> <doc:para> The backend author, e.g. <doc:tt>"Joe Bloggs <joe&blogs.com>"</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="Roles" type="t" access="read"> <doc:doc> <doc:description> <doc:para> The roles the backend supports, e.g. <doc:tt>search-name|refresh-cache</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="Groups" type="t" access="read"> <doc:doc> <doc:description> <doc:para> The groups the backend supports, e.g. <doc:tt>accessories|games</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="Filters" type="t" access="read"> <doc:doc> <doc:description> <doc:para> The filters the backend supports, e.g. <doc:tt>installed|newest</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="MimeTypes" type="as" access="read"> <doc:doc> <doc:description> <doc:para> The mime-types the backend supports, e.g. <doc:tt>['application/x-rpm;', 'application/x-deb']</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="Locked" type="b" access="read"> <doc:doc> <doc:description> <doc:para> Set when the backend is locked and native tools would fail. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="NetworkState" type="u" access="read"> <doc:doc> <doc:description> <doc:para> Gets the network state from the daemon. This is provided as some clients may not want to use NetworkManager if the system daemon is configured to use something else. </doc:para> <doc:para> If the system is managed using NetworkManager then the following states are supported: <doc:tt>unknown</doc:tt>, <doc:tt>offline</doc:tt>, <doc:tt>online</doc:tt>, <doc:tt>wifi</doc:tt>, <doc:tt>mobile</doc:tt> or <doc:tt>wired</doc:tt>. If the system is configured for legacy UNIX network fallback, or NetworkManager is not running then the folowing states are supported: <doc:tt>unknown</doc:tt>, <doc:tt>offline</doc:tt> or <doc:tt>online</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="DistroId" type="s" access="read"> <doc:doc> <doc:description> <doc:para> The distribution identification, in the distro;version;arch form e.g. <doc:tt>"debian;squeeze/sid;x86_64"</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <method name="CanAuthorize"> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <doc:doc> <doc:description> <doc:para> Allows a client to find out if it would be allowed to authorize an action. </doc:para> </doc:description> </doc:doc> <arg type="s" name="action_id" direction="in"> <doc:doc> <doc:summary> <doc:para> The action ID, e.g. <doc:tt>org.freedesktop.packagekit.system-network-proxy-configure</doc:tt> </doc:para> </doc:summary> </doc:doc> </arg> <arg type="u" name="result" direction="out"> <doc:doc> <doc:summary> <doc:para> The result, either <doc:tt>yes</doc:tt>, <doc:tt>no</doc:tt> or <doc:tt>interactive</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="CreateTransaction"> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <doc:doc> <doc:description> <doc:para> Creates a new transaction that can have operations done on it. Note: The dameon will automatically destroy this transaction if it is not used after a few minutes. </doc:para> </doc:description> </doc:doc> <arg type="o" name="object_path" direction="out"> <doc:doc> <doc:summary> <doc:para> The object_path, e.g. <doc:tt>/45_dafeca</doc:tt> </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="GetTimeSinceAction"> <doc:doc> <doc:description> <doc:para> This method allows us to query how long since an action has successfully completed. </doc:para> </doc:description> </doc:doc> <arg type="u" name="role" direction="in"> <doc:doc> <doc:summary> <doc:para> The role enum, e.g. <doc:tt>update-system</doc:tt> </doc:para> </doc:summary> </doc:doc> </arg> <arg type="u" name="seconds" direction="out"> <doc:doc> <doc:summary> <doc:para> The amount of time in seconds </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="GetTransactionList"> <doc:doc> <doc:description> <doc:para> Gets the transaction list of any transactions that are in progress </doc:para> </doc:description> </doc:doc> <arg type="ao" name="transactions" direction="out"> <doc:doc> <doc:summary> <doc:para> A list of transaction ID's </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="StateHasChanged"> <doc:doc> <doc:description> <doc:para> This method suggests to PackageKit that the package backend state may have changed. This allows plugins to the native package manager to suggest that PackageKit drops it's caches. </doc:para> </doc:description> </doc:doc> <arg type="s" name="reason" direction="in"> <doc:doc> <doc:summary> <doc:para> The reason of the state change. Valid reasons are <doc:tt>resume</doc:tt> or <doc:tt>posttrans</doc:tt>. Resume is given a lower priority than posttrans. </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="SuggestDaemonQuit"> <doc:doc> <doc:description> <doc:para> Suggests to the daemon that it should quit as soon as possible, for instance if a native package management tool is waiting to be used. </doc:para> </doc:description> </doc:doc> </method> <!--*********************************************************************--> <method name="GetPackageHistory"> <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QVariant"/> <doc:doc> <doc:description> <doc:para> Gets the history for a given package name. This uses the internal PackageKit history database and will not return transactions done outside of PackageKit using a distribution native tool. </doc:para> </doc:description> </doc:doc> <arg type="as" name="names" direction="in"> <doc:doc> <doc:summary> <doc:para> The package names to return history for, e.g. <doc:tt>[ colord ]</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> <arg type="u" name="count" direction="in"> <doc:doc> <doc:summary> <doc:para> The maximum number of past transactions to return, or 0 for no limit. </doc:para> </doc:summary> </doc:doc> </arg> <arg type="a{saa{sv}}" name="history" direction="out"> <doc:doc> <doc:summary> <doc:para> The list of actions performed on this package. The array may contain the following keys of types: <doc:tt>info[uint]</doc:tt>, <doc:tt>user-id[uint]</doc:tt>, <doc:tt>version[string]</doc:tt>, <doc:tt>source[string]</doc:tt>, <doc:tt>timestamp[uint64]</doc:tt>. Other keys and values may be added in the future. </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="GetDaemonState"> <doc:doc> <doc:description> <doc:para> Gets the debugging state from the daemon. No secure state will be shown, and all information is for reference only. </doc:para> </doc:description> </doc:doc> <arg type="s" name="state" direction="out"> <doc:doc> <doc:summary> <doc:para> The state of the dameon at this specific moment. </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="SetProxy"> <annotation name="org.freedesktop.DBus.GLib.Async" value=""/> <doc:doc> <doc:description> <doc:para> Sets the proxy used by the dameon. </doc:para> </doc:description> <doc:permission>Callers need the org.freedesktop.packagekit.set-proxy</doc:permission> </doc:doc> <arg type="s" name="proxy_http" direction="in"> <doc:doc> <doc:summary> <doc:para> The HTTP proxy, e.g. <doc:tt>username:password@server:port</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> <arg type="s" name="proxy_https" direction="in"> <doc:doc> <doc:summary> <doc:para> The HTTPS proxy, e.g. <doc:tt>username:password@server:port</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> <arg type="s" name="proxy_ftp" direction="in"> <doc:doc> <doc:summary> <doc:para> The FTP proxy, e.g. <doc:tt>username:password@server:port</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> <arg type="s" name="proxy_socks" direction="in"> <doc:doc> <doc:summary> <doc:para> The SOCKS proxy, e.g. <doc:tt>username:password@server:port</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> <arg type="s" name="no_proxy" direction="in"> <doc:doc> <doc:summary> <doc:para> The comma seporated list of sites to not use the proxy for, e.g. <doc:tt>127.0.0.1,localmirror.org</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> <arg type="s" name="pac" direction="in"> <doc:doc> <doc:summary> <doc:para> The PAC file for the proxy, e.g. <doc:tt>/etc/network/school.pac</doc:tt>. Note: Most backends will not be able to use a PAC file. </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <signal name="TransactionListChanged"> <doc:doc> <doc:description> <doc:para> The transaction list has changed, because either a transaction has finished or a new transaction created. </doc:para> </doc:description> </doc:doc> <arg type="as" name="transactions" direction="out"> <doc:doc> <doc:summary> <doc:para> A list of transaction ID's. </doc:para> </doc:summary> </doc:doc> </arg> </signal> <!--*********************************************************************--> <signal name="RestartSchedule"> <doc:doc> <doc:description> <doc:para> A system restart has been sceduled </doc:para> </doc:description> </doc:doc> </signal> <!--*********************************************************************--> <signal name="RepoListChanged"> <doc:doc> <doc:description> <doc:para> This signal is emitted when the repository list has changed </doc:para> </doc:description> </doc:doc> </signal> <!--*********************************************************************--> <signal name="UpdatesChanged"> <doc:doc> <doc:description> <doc:para> This signal is emitted when the number of updates has changed </doc:para> </doc:description> </doc:doc> </signal> </interface> <!--*********************************************************************--> <interface name="org.freedesktop.PackageKit.Offline"> <doc:doc> <doc:description> <doc:para> The interface used for interacting with offline actions. </doc:para> </doc:description> </doc:doc> <!--*********************************************************************--> <property name="UpdatePrepared" type="b" access="read"> <doc:doc> <doc:description> <doc:para> If an update has been prepared and is ready to be triggered. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="UpdateTriggered" type="b" access="read"> <doc:doc> <doc:description> <doc:para> If an update has been triggered. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="UpgradePrepared" type="b" access="read"> <doc:doc> <doc:description> <doc:para> If a system upgrade has been prepared and is ready to be triggered. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="UpgradeTriggered" type="b" access="read"> <doc:doc> <doc:description> <doc:para> If a system upgrade has been triggered. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="PreparedUpgrade" type="a{sv}" access="read"> <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/> <doc:doc> <doc:description> <doc:para> Details about a prepared system upgrade. Currently recognized keys are <doc:tt>"name"</doc:tt> and <doc:tt>"version"</doc:tt>. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <property name="TriggerAction" type="s" access="read"> <doc:doc> <doc:description> <doc:para> The action to take when finished applying updates, known values are <doc:tt>power-off</doc:tt>, <doc:tt>reboot</doc:tt> or <doc:tt>unset</doc:tt> if no offline update is scheduled. </doc:para> </doc:description> </doc:doc> </property> <!--*********************************************************************--> <method name="ClearResults"> <doc:doc> <doc:description> <doc:para> Clears the offline update results store. </doc:para> </doc:description> </doc:doc> </method> <!--*********************************************************************--> <method name="Trigger"> <doc:doc> <doc:description> <doc:para> Triggers the offline update for next boot. </doc:para> </doc:description> </doc:doc> <arg type="s" name="action" direction="in"> <doc:doc> <doc:summary> <doc:para> The action to take when finished applying updates, known values are <doc:tt>power-off</doc:tt> and <doc:tt>reboot</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="TriggerUpgrade"> <doc:doc> <doc:description> <doc:para> Triggers the offline system upgrade for next boot. </doc:para> </doc:description> </doc:doc> <arg type="s" name="action" direction="in"> <doc:doc> <doc:summary> <doc:para> The action to take when finished installing the system upgrade, known values are <doc:tt>power-off</doc:tt> and <doc:tt>reboot</doc:tt>. </doc:para> </doc:summary> </doc:doc> </arg> </method> <!--*********************************************************************--> <method name="Cancel"> <doc:doc> <doc:description> <doc:para> Cancels the offline update so the next boot procceeds as normal. </doc:para> </doc:description> </doc:doc> </method> <!--*********************************************************************--> <method name="GetPrepared"> <doc:doc> <doc:description> <doc:para> Returns the list of prepared updates. </doc:para> </doc:description> </doc:doc> <arg type="as" name="package_ids" direction="out"> <doc:doc> <doc:summary> <doc:para> An array of package IDs. </doc:para> </doc:summary> </doc:doc> </arg> </method> </interface> </node>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
org.freedesktop.Flatpak.Authenticator.xml
13027 bytes
0644
org.freedesktop.Flatpak.xml
12812 bytes
0644
org.freedesktop.LogControl1.xml
1973 bytes
0644
org.freedesktop.PackageKit.Transaction.xml
92312 bytes
0644
org.freedesktop.PackageKit.xml
22020 bytes
0644
org.freedesktop.RealtimeKit1.xml
2181 bytes
0644
org.freedesktop.Tracker3.Miner.Files.Index.xml
416 bytes
0644
org.freedesktop.Tracker3.Miner.xml
2190 bytes
0644
org.freedesktop.hostname1.xml
4845 bytes
0644
org.freedesktop.impl.portal.Access.xml
3816 bytes
0644
org.freedesktop.impl.portal.Account.xml
3425 bytes
0644
org.freedesktop.impl.portal.AppChooser.xml
5203 bytes
0644
org.freedesktop.impl.portal.Background.xml
4082 bytes
0644
org.freedesktop.impl.portal.Email.xml
3546 bytes
0644
org.freedesktop.impl.portal.FileChooser.xml
13768 bytes
0644
org.freedesktop.impl.portal.Inhibit.xml
5443 bytes
0644
org.freedesktop.impl.portal.Lockdown.xml
1739 bytes
0644
org.freedesktop.impl.portal.Notification.xml
2884 bytes
0644
org.freedesktop.impl.portal.PermissionStore.xml
7079 bytes
0644
org.freedesktop.impl.portal.Print.xml
6106 bytes
0644
org.freedesktop.impl.portal.RemoteDesktop.xml
13848 bytes
0644
org.freedesktop.impl.portal.Request.xml
1713 bytes
0644
org.freedesktop.impl.portal.ScreenCast.xml
12507 bytes
0644
org.freedesktop.impl.portal.Screenshot.xml
4347 bytes
0644
org.freedesktop.impl.portal.Secret.xml
2626 bytes
0644
org.freedesktop.impl.portal.Session.xml
1732 bytes
0644
org.freedesktop.impl.portal.Settings.xml
3439 bytes
0644
org.freedesktop.impl.portal.Wallpaper.xml
2281 bytes
0644
org.freedesktop.locale1.xml
2566 bytes
0644
org.freedesktop.login1.Manager.xml
16996 bytes
0644
org.freedesktop.login1.Seat.xml
2478 bytes
0644
org.freedesktop.login1.Session.xml
6383 bytes
0644
org.freedesktop.login1.User.xml
3442 bytes
0644
org.freedesktop.portal.Account.xml
3539 bytes
0644
org.freedesktop.portal.Background.xml
4034 bytes
0644
org.freedesktop.portal.Camera.xml
3127 bytes
0644
org.freedesktop.portal.Device.xml
2631 bytes
0644
org.freedesktop.portal.Documents.xml
11423 bytes
0644
org.freedesktop.portal.Email.xml
4894 bytes
0644
org.freedesktop.portal.FileChooser.xml
15156 bytes
0644
org.freedesktop.portal.FileTransfer.xml
5658 bytes
0644
org.freedesktop.portal.Flatpak.xml
22707 bytes
0644
org.freedesktop.portal.GameMode.xml
9089 bytes
0644
org.freedesktop.portal.Inhibit.xml
7285 bytes
0644
org.freedesktop.portal.Location.xml
6387 bytes
0644
org.freedesktop.portal.MemoryMonitor.xml
2069 bytes
0644
org.freedesktop.portal.NetworkMonitor.xml
4896 bytes
0644
org.freedesktop.portal.Notification.xml
6685 bytes
0644
org.freedesktop.portal.OpenURI.xml
7932 bytes
0644
org.freedesktop.portal.PowerProfileMonitor.xml
1709 bytes
0644
org.freedesktop.portal.Print.xml
14446 bytes
0644
org.freedesktop.portal.ProxyResolver.xml
1975 bytes
0644
org.freedesktop.portal.Realtime.xml
2532 bytes
0644
org.freedesktop.portal.RemoteDesktop.xml
16139 bytes
0644
org.freedesktop.portal.Request.xml
3538 bytes
0644
org.freedesktop.portal.ScreenCast.xml
13695 bytes
0644
org.freedesktop.portal.Screenshot.xml
4730 bytes
0644
org.freedesktop.portal.Secret.xml
3285 bytes
0644
org.freedesktop.portal.Session.xml
2950 bytes
0644
org.freedesktop.portal.Settings.xml
3375 bytes
0644
org.freedesktop.portal.Trash.xml
1746 bytes
0644
org.freedesktop.portal.Wallpaper.xml
3538 bytes
0644
org.freedesktop.resolve1.DnssdService.xml
1441 bytes
0644
org.freedesktop.resolve1.Link.xml
4284 bytes
0644
org.freedesktop.resolve1.Manager.xml
8054 bytes
0644
org.freedesktop.systemd1.Automount.xml
17730 bytes
0644
org.freedesktop.systemd1.Device.xml
17105 bytes
0644
org.freedesktop.systemd1.Job.xml
2256 bytes
0644
org.freedesktop.systemd1.Manager.xml
36177 bytes
0644
org.freedesktop.systemd1.Mount.xml
58653 bytes
0644
org.freedesktop.systemd1.Path.xml
18050 bytes
0644
org.freedesktop.systemd1.Scope.xml
30990 bytes
0644
org.freedesktop.systemd1.Service.xml
65486 bytes
0644
org.freedesktop.systemd1.Slice.xml
29034 bytes
0644
org.freedesktop.systemd1.Socket.xml
65410 bytes
0644
org.freedesktop.systemd1.Swap.xml
57550 bytes
0644
org.freedesktop.systemd1.Target.xml
17038 bytes
0644
org.freedesktop.systemd1.Timer.xml
19180 bytes
0644
org.freedesktop.systemd1.Unit.xml
16972 bytes
0644
org.freedesktop.timedate1.xml
2930 bytes
0644
N4ST4R_ID | Naxtarrr