diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-08-30 00:33:38 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-08-30 00:33:38 +0000 |
commit | 0176b387c85a150b7d6fdac22be6db627d523217 (patch) | |
tree | c3214257c87fdad8b7ca8b1e63637ddc2160da20 /gdk/gdkdnd.h | |
parent | a10a7350f3d1d90ee5f888dfe360d8b9221186c4 (diff) | |
download | gtk+-0176b387c85a150b7d6fdac22be6db627d523217.tar.gz |
Use G_GNUC_CONST.
Use G_GNUC_CONST.
Diffstat (limited to 'gdk/gdkdnd.h')
-rw-r--r-- | gdk/gdkdnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdnd.h b/gdk/gdkdnd.h index 803872b9c1..1eefec4302 100644 --- a/gdk/gdkdnd.h +++ b/gdk/gdkdnd.h @@ -76,7 +76,7 @@ struct _GdkDragContextClass { /* Drag and Drop */ -GType gdk_drag_context_get_type (void); +GType gdk_drag_context_get_type (void) G_GNUC_CONST; GdkDragContext * gdk_drag_context_new (void); void gdk_drag_context_ref (GdkDragContext *context); void gdk_drag_context_unref (GdkDragContext *context); |