Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
17 #ifndef DBUS_GOBJECT_VALUE_H
18 #define DBUS_GOBJECT_VALUE_H
20 #include <dbus/dbus.h>
21 #include <dbus/dbus-signature.h>
23 #include <glib-object.h>
24 #include "dbus/dbus-glib.h"
29 DBusGConnection *gconnection;
31 } DBusGValueMarshalCtx;
33 void _dbus_g_value_types_init (void);
35 char * _dbus_gtype_to_signature (GType type);
36 char * _dbus_gvalue_to_signature (const GValue *val);
38 gboolean _dbus_gvalue_demarshal (DBusGValueMarshalCtx *context,
39 DBusMessageIter *iter,
43 gboolean _dbus_gvalue_demarshal_variant (DBusGValueMarshalCtx *context,
44 DBusMessageIter *iter,
48 GValueArray * _dbus_gvalue_demarshal_message (DBusGValueMarshalCtx *context,
54 gboolean _dbus_gvalue_marshal (DBusMessageIter *iter,
59 #endif /* DBUS_GOBJECT_VALUE_H */