Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2b2a1adb3411452be04ed4c8e2fda83a > files > 7

libddm1-devel-1.2.5-3mdv2009.1.i586.rpm

/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */


/* Don't include dbus.h in here because on Windows we just don't build
 * the .c file for this, and there's no dbus.h for now
 */


#ifndef DDM_COMPILATION
#ifndef DDM_INSIDE_DDM_H
#error "Do not include this file directly, include ddm.h instead"
#endif /* DDM_INSIDE_DDM_H */
#endif /* DDM_COMPILATION */

#ifndef __DDM_DATA_MODEL_DBUS_INTERNAL_H__
#define __DDM_DATA_MODEL_DBUS_INTERNAL_H__


#include <ddm/ddm-data-model.h>

G_BEGIN_DECLS

const DDMDataModelBackend* ddm_data_model_get_dbus_backend(void);

G_END_DECLS

#endif /* __DDM_DATA_MODEL_DBUS_INTERNAL_H__ */