#include <growl++.hpp>
|
| Growl (const Growl_Protocol _protocol, const char *const _password, const char *const _appliciation, const char **const _notifications, const int _notifications_count) |
|
| Growl (const Growl_Protocol _protocol, const char *const _server, const char *const _password, const char *const _application, const char **const _notifications, const int _notifications_count) |
|
| ~Growl () |
|
void | Notify (const char *const notification, const char *const title, const char *const message) |
|
void | Notify (const char *const notification, const char *const title, const char *const message, const char *const url, const char *const icon) |
|
|
void | Register (const char **const _notifications, const int _notifications_count, const char *const icon=NULL) |
|
Definition at line 18 of file growl++.hpp.
Growl |
( |
const Growl_Protocol |
_protocol, |
|
|
const char *const |
_password, |
|
|
const char *const |
_appliciation, |
|
|
const char **const |
_notifications, |
|
|
const int |
_notifications_count |
|
) |
| |
Growl |
( |
const Growl_Protocol |
_protocol, |
|
|
const char *const |
_server, |
|
|
const char *const |
_password, |
|
|
const char *const |
_application, |
|
|
const char **const |
_notifications, |
|
|
const int |
_notifications_count |
|
) |
| |
void Notify |
( |
const char *const |
notification, |
|
|
const char *const |
title, |
|
|
const char *const |
message |
|
) |
| |
void Notify |
( |
const char *const |
notification, |
|
|
const char *const |
title, |
|
|
const char *const |
message, |
|
|
const char *const |
url, |
|
|
const char *const |
icon |
|
) |
| |
void Register |
( |
const char **const |
_notifications, |
|
|
const int |
_notifications_count, |
|
|
const char *const |
icon = NULL |
|
) |
| |
|
private |
The documentation for this class was generated from the following files: