libcfe  0.12.1
some useful C-functions
knotify.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int kdenotify (char *app, char *title, char *text)
 

Function Documentation

◆ kdenotify()

int kdenotify ( char *  app,
char *  title,
char *  text 
)

Sent a message to KDE's knotify system via D-Bus.

Parameters
[in]appName off the originating program (NULL uses "kde").
[in]titleShort title for this message.
[in]textThe text (body) of this message.
Returns
return value
  • 0 succeed
  • 1 failed

Definition at line 128 of file knotify.c.