diff options
author | takluyver <takluyver@web> | 2018-04-13 07:39:54 +0000 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2018-04-13 07:39:54 +0000 |
commit | 5b3b3c5ad00173d65a61cb6ea41a30da00b78af1 (patch) | |
tree | ae6cfd7e0725d581041c3234d99af189fb86739f /Specifications | |
parent | 848be156b59f2291b167156e6bfadaa2168ae3f1 (diff) |
Link to the startup notification spec
Diffstat (limited to 'Specifications')
-rw-r--r-- | Specifications/file-manager-interface.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Specifications/file-manager-interface.mdwn b/Specifications/file-manager-interface.mdwn index 47781538..d20060e3 100644 --- a/Specifications/file-manager-interface.mdwn +++ b/Specifications/file-manager-interface.mdwn @@ -17,7 +17,7 @@ Applications sometimes need to interact with the desktop's file manager. This p </method> </interface> -These three methods take an array of URI strings, and a startup id as specified by the startup notification specification. +These three methods take an array of URI strings, and a startup id as specified by the [[startup notification specification|startup-notification-spec]]. * `ShowFolders` assumes that the specified URIs are folders; the file manager is supposed to show a window with the contents of each folder. Calling this method with `file:///etc` as the single element in the array of URIs will cause the file manager to show the contents of /etc as if the user had navigated to it. The behavior for more than one element is left up to the implementation; commonly, multiple windows will be shown, one for each folder. |