libcfe  0.12.1
some useful C-functions
knotify.h
Go to the documentation of this file.
1 #ifndef XKNOTIFY_H
2 #define XKNOTIFY_H
3 
13 int kdenotify(char *app, char *title, char *text);
14 
15 #endif /* XKNOTIFY_H */
int kdenotify(char *app, char *title, char *text)
Definition: knotify.c:128