COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Macros | Functions
growl.h File Reference

Go to the source code of this file.

Macros

#define GROWL_EXPORT
 

Functions

GROWL_EXPORT 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)
 
GROWL_EXPORT 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)
 
GROWL_EXPORT 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)
 
GROWL_EXPORT 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)
 
GROWL_EXPORT 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)
 
GROWL_EXPORT int growl_udp_register (const char *const server, const char *const appname, const char **const notifications, const int notifications_count, const char *const password)
 
GROWL_EXPORT int growl_init (void)
 
GROWL_EXPORT void growl_shutdown (void)
 

Macro Definition Documentation

#define GROWL_EXPORT

Definition at line 15 of file growl.h.

Function Documentation

GROWL_EXPORT 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 201 of file growl.c.

GROWL_EXPORT int growl_init ( void  )

Definition at line 30 of file growl.c.

GROWL_EXPORT void growl_shutdown ( void  )

Definition at line 49 of file growl.c.

GROWL_EXPORT 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 157 of file growl.c.

GROWL_EXPORT 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 109 of file growl.c.

GROWL_EXPORT 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 350 of file growl.c.

GROWL_EXPORT 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 295 of file growl.c.

GROWL_EXPORT 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 231 of file growl.c.

Send comments to:
COOLFluiD Web Admin