OpenAFS
OpenAFS distributed network file system
|
The format of a notification packet. More...
#include <GrowlDefinesInternal.h>
Data Structures | |
struct | GrowlNetworkNotificationFlags |
Various flags. More... | |
Data Fields | |
struct GrowlNetworkPacket | common |
struct GrowlNetworkNotification::GrowlNetworkNotificationFlags | flags |
unsigned short | nameLen |
unsigned short | titleLen |
unsigned short | descriptionLen |
unsigned short | appNameLen |
unsigned char | data [] |
The format of a notification packet.
A Growl client that wants to post a notification to a Growl server sends a packet in this format. common The Growl packet header. flags The priority number and the sticky bit. nameLen The length of the notification name. titleLen The length of the notification title. descriptionLen The length of the notification description. appNameLen The length of the application name. data Variable-sized data.