Documentation improvement

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16699 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-05-11 18:22:54 +00:00
parent 149d522d53
commit 06ba717020

View file

@ -188,7 +188,32 @@
#endif
/* Notifications */
/**
* This notification is sent by applications when they launch,
* the notification userInfo dictionary contains the following -
* <deflist>
* <term>NSApplicationName</term>
* <desc>The name of the launched application.
* A string.
* </desc>
* <term>NSApplicationPath</term>
* <desc>The full path to the launched application.
* A string.
* </desc>
* <term>NSApplicationProcessIdentifier</term>
* <desc>The process identifier (pid) of the launched application.
* </desc>
* <term>NSApplicationProcessSerialNumberHigh</term>
* <desc>MacOS-X specific ... not present in GNUstep.
* </desc>
* <term>NSApplicationProcessSerialNumberLow</term>
* <desc>MacOS-X specific ... not present in GNUstep.
* </desc>
* </deflist>
*/
APPKIT_EXPORT NSString *NSWorkspaceDidLaunchApplicationNotification;
APPKIT_EXPORT NSString *NSWorkspaceDidMountNotification;
APPKIT_EXPORT NSString *NSWorkspaceDidPerformFileOperationNotification;
APPKIT_EXPORT NSString *NSWorkspaceDidTerminateApplicationNotification;