Process Hacker
growl.h File Reference

Go to the source code of this file.

Functions

int growl (const char *const server, const char *const appname, const char *const notify, const char *const title, const char *const message, const char *const icon, const char *const password, const char *url)
 
int growl_tcp_notify (const char *const server, const char *const appname, const char *const notify, const char *const title, const char *const message, const char *const password, const char *const url, const char *const icon)
 
int growl_tcp_register (const char *const server, const char *const appname, const char **const notifications, const int notifications_count, const char *const password, const char *const icon)
 
int growl_udp (const char *const server, const char *const appname, const char *const notify, const char *const title, const char *const message, const char *const icon, const char *const password, const char *url)
 
int growl_udp_notify (const char *const server, const char *const appname, const char *const notify, const char *const title, const char *const message, const char *const password)
 
int growl_udp_register (const char *const server, const char *const appname, const char **const notifications, const int notifications_count, const char *const password)
 
int growl_init (void)
 
void growl_shutdown (void)
 

Variables

char * gntp_send_license_text
 

Function Documentation

int growl ( const char *const  server,
const char *const  appname,
const char *const  notify,
const char *const  title,
const char *const  message,
const char *const  icon,
const char *const  password,
const char *  url 
)

Definition at line 354 of file growl.c.

int growl_init ( void  )

Definition at line 30 of file growl.c.

void growl_shutdown ( void  )

Definition at line 48 of file growl.c.

int growl_tcp_notify ( const char *const  server,
const char *const  appname,
const char *const  notify,
const char *const  title,
const char *const  message,
const char *const  password,
const char *const  url,
const char *const  icon 
)

Definition at line 246 of file growl.c.

int growl_tcp_register ( const char *const  server,
const char *const  appname,
const char **const  notifications,
const int  notifications_count,
const char *const  password,
const char *const  icon 
)

Definition at line 128 of file growl.c.

int growl_udp ( const char *const  server,
const char *const  appname,
const char *const  notify,
const char *const  title,
const char *const  message,
const char *const  icon,
const char *const  password,
const char *  url 
)

Definition at line 506 of file growl.c.

int growl_udp_notify ( const char *const  server,
const char *const  appname,
const char *const  notify,
const char *const  title,
const char *const  message,
const char *const  password 
)

Definition at line 449 of file growl.c.

int growl_udp_register ( const char *const  server,
const char *const  appname,
const char **const  notifications,
const int  notifications_count,
const char *const  password 
)

Definition at line 384 of file growl.c.

Variable Documentation

char* gntp_send_license_text

Definition at line 517 of file growl.c.