Kaydet (Commit) 63b4dd33 authored tarafından Thomas Heller's avatar Thomas Heller

Description of description was really confusing, and added some markup.

üst e54710bd
...@@ -1376,7 +1376,7 @@ If the folder cannot be retrieved, OSError is raised. ...@@ -1376,7 +1376,7 @@ If the folder cannot be retrieved, OSError is raised.
Which folders are available depends on the exact Windows version, and probably Which folders are available depends on the exact Windows version, and probably
also the configuration. For details refer to Microsoft's documentation of the also the configuration. For details refer to Microsoft's documentation of the
SHGetSpecialFolderPath function. \code{SHGetSpecialFolderPath} function.
\begin{verbatim} \begin{verbatim}
create_shortcut(target, description, filename[, arguments[, create_shortcut(target, description, filename[, arguments[,
...@@ -1384,15 +1384,15 @@ create_shortcut(target, description, filename[, arguments[, ...@@ -1384,15 +1384,15 @@ create_shortcut(target, description, filename[, arguments[,
\end{verbatim} \end{verbatim}
This function creates a shortcut. This function creates a shortcut.
target is the path to the program to be started by the shortcut. \var{target} is the path to the program to be started by the shortcut.
description is displayed in a popup window when the \var{description} is the description of the sortcut.
filename is the title of the shortcut that the user will see. \var{filename} is the title of the shortcut that the user will see.
arguments specifies the command line arguments, if any. \var{arguments} specifies the command line arguments, if any.
workdir is the working directory for the program. \var{workdir} is the working directory for the program.
iconpath is the file containing the icon for the shortcut, \var{iconpath} is the file containing the icon for the shortcut,
and iconindex is the iconindex in the file. and \var{iconindex} is the index of the icon in the file
Again, for details consult the Microsoft documentation for the IShellLink \var{iconpath}. Again, for details consult the Microsoft
interface. documentation for the \code{IShellLink} interface.
\section{Examples} \section{Examples}
\label{examples} \label{examples}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment