summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gvalue.c
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2005-06-19 15:31:25 +0000
committerMurray Cumming <murrayc@murrayc.com>2005-06-19 15:31:25 +0000
commit6a4596752c074fbfd10eec0462d6a3f7ac62dfc8 (patch)
tree2225344e91b3889f1eb4ff30ad1b441a0669ee7e /glib/dbus-gvalue.c
parent6e3a318982eaafb7903844671cb602920480220f (diff)
2005-06-18 Murray Cumming <murrayc@murrayc.com>
* dbus/dbus-glib.h: * glib/dbus-gobject.c: * glib/dbus-gproxy.c: * glib/dbus-gvalue.c: Predeclare structs as typedef struct _Something Something instead of typedef struct Something Something, so we can redeclare the prototypes. Other GNOME libraries do this already.
Diffstat (limited to 'glib/dbus-gvalue.c')
-rw-r--r--glib/dbus-gvalue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/dbus-gvalue.c b/glib/dbus-gvalue.c
index ee2cfda1..72ad737f 100644
--- a/glib/dbus-gvalue.c
+++ b/glib/dbus-gvalue.c
@@ -38,7 +38,7 @@ static gboolean demarshal_static_variant (DBusGValueMarshalCtx *context,
static gpointer dbus_g_value_copy (gpointer value);
-struct DBusGValue
+struct _DBusGValue
{
enum {
DBUS_G_VALUE_TYPE_TOPLEVEL,