annotate src/scrobbler/plugin.h @ 2339:b2a2ca9fceda

Hotkey: Setup event filter on all screens as well to grab all key events. Should fix bug #119 now.
author Sascha Hlusiak <contact@saschahlusiak.de>
date Fri, 25 Jan 2008 11:34:10 +0100
parents 15aa13c91259
children ff9b4776b938
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2320
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
1 #ifndef PLUGIN_H
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
2 #define PLUGIN_H
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
3
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
4 void start(void);
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
5 void stop(void);
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
6
15aa13c91259 forgot new file
Tomasz Mon <desowin@gmail.com>
parents:
diff changeset
7 #endif