You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#ifndef _NOTIFY_H_
|
|
|
#define _NOTIFY_H_
|
|
|
|
|
|
#include <glib.h>
|
|
|
#include "types.h"
|
|
|
|
|
|
void notify_setup(void);
|
|
|
void notify_cleanup(void);
|
|
|
|
|
|
void notify_push_output(output_t *, metafile_t *, tag_t *);
|
|
|
void notify_push_call(metafile_t *);
|
|
|
|
|
|
#endif
|