summaryrefslogtreecommitdiff
path: root/gdk/gdktypes.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-03-18 19:21:33 +0100
committerBenjamin Otte <otte@redhat.com>2018-03-18 19:21:33 +0100
commitea84e974e6eb8565554c8514cf18a326e5b256ed (patch)
tree8275f6c6df004361fa4e535ad2bb12bca4a37086 /gdk/gdktypes.h
parentabc9b944f9153b5e770f0127589744c8b3f629c0 (diff)
downloadgtk+-ea84e974e6eb8565554c8514cf18a326e5b256ed.tar.gz
snapshot: Turn into GObject
This makes GdkSnapshot the base class for GtkSnapshot and hopefully stops confusing bindings. C code should see no difference to before.
Diffstat (limited to 'gdk/gdktypes.h')
-rw-r--r--gdk/gdktypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 6b2778373d..2622d05619 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -132,6 +132,7 @@ typedef struct _GdkWindow GdkWindow;
typedef struct _GdkKeymap GdkKeymap;
typedef struct _GdkAppLaunchContext GdkAppLaunchContext;
typedef struct _GdkSeat GdkSeat;
+typedef struct _GdkSnapshot GdkSnapshot;
typedef struct _GdkDrawingContext GdkDrawingContext;
typedef struct _GdkDrawContext GdkDrawContext;