3 * Authors (alphabetical) :
4 * mrmoku (Klaus Kurzmann, mok@fluxnetz.de)
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU Public License as published by
8 * the Free Software Foundation; version 2 of the license.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU Lesser Public License for more details.
16 #ifndef FRAMEWORKD_GLIB_OPIMD_TYPES_H
17 #define FRAMEWORKD_GLIB_OPIMD_TYPES_H
20 #include <dbus/dbus-glib.h>
22 void opimd_types_list(
23 void (*callback
)(GError
*, char **, gpointer userdata
),
26 extern DBusGProxy
*opimdTypesBus
;