mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
149d522d53
commit
06ba717020
1 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue