]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blob - panel-plugin/xfce4-hdaps-dialogs.h
f4e85d2f383c98f65b3fc62a83438a361adba1b3
[xfce4-hdaps.git] / panel-plugin / xfce4-hdaps-dialogs.h
1 /*
2 * xfce4-hdaps, an XFCE4 panel plugin for the HDAPS system.
3 *
4 * Copyright Michael Orlitzky
5 *
6 * http://michael.orlitzky.com/
7 *
8 * This program is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * http://www.fsf.org/licensing/licenses/gpl.html
19 */
20
21 #ifndef __XFCE4_HDAPS_DIALOGS_H__
22 #define __XFCE4_HDAPS_DIALOGS_H__
23
24 #include "hdaps.h"
25 #include "xfce4-hdaps.h"
26
27 G_BEGIN_DECLS
28
29 void hdaps_configure(XfcePanelPlugin *plugin,
30 HdapsPlugin *hdaps);
31
32 void hdaps_about(XfcePanelPlugin *plugin);
33
34 G_END_DECLS
35
36 #endif