mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 22:10:47 +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
eaa254f35b
commit
ac26cc6b7c
1 changed files with 25 additions and 0 deletions
|
@ -188,7 +188,32 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Notifications */
|
/* 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 *NSWorkspaceDidLaunchApplicationNotification;
|
||||||
|
|
||||||
APPKIT_EXPORT NSString *NSWorkspaceDidMountNotification;
|
APPKIT_EXPORT NSString *NSWorkspaceDidMountNotification;
|
||||||
APPKIT_EXPORT NSString *NSWorkspaceDidPerformFileOperationNotification;
|
APPKIT_EXPORT NSString *NSWorkspaceDidPerformFileOperationNotification;
|
||||||
APPKIT_EXPORT NSString *NSWorkspaceDidTerminateApplicationNotification;
|
APPKIT_EXPORT NSString *NSWorkspaceDidTerminateApplicationNotification;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue