frameworkd-glib-dbus: don't call deprecated g_type_init for glib-2.35* and newer
[libframeworkd-glib.git] / src / opimd / frameworkd-glib-opimd-types.h
bloba59b06288e4841c8d9ba00c0617c9e5e205fce62
1 /*
2 * Copyright (C) 2009
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
19 #include <glib.h>
20 #include <dbus/dbus-glib.h>
22 void opimd_types_list(
23 void (*callback)(GError *, char **, gpointer userdata),
24 gpointer user_data);
26 extern DBusGProxy *opimdTypesBus;
28 #endif