docs: Annotate GdkSnapshot

This commit is contained in:
Emmanuele Bassi 2020-12-01 13:41:28 +00:00
parent 598e1304f6
commit 6e4dd5811d

View File

@ -29,7 +29,13 @@
G_BEGIN_DECLS
typedef struct _GdkSnapshotClass GdkSnapshotClass;
/**
* GdkSnapshot:
*
* Base type for snapshot operations.
*/
typedef struct _GdkSnapshotClass GdkSnapshotClass;
#define GDK_TYPE_SNAPSHOT (gdk_snapshot_get_type ())