Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gdksnapshot.h File Reference
#include <gdk/gdktypes.h>

Go to the source code of this file.

Macros

#define GDK_TYPE_SNAPSHOT   (gdk_snapshot_get_type ())
 
#define GDK_SNAPSHOT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_SNAPSHOT, GdkSnapshot))
 
#define GDK_IS_SNAPSHOT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_SNAPSHOT))
 

Typedefs

typedef typedefG_BEGIN_DECLS struct _GdkSnapshotClass GdkSnapshotClass
 

Functions

GDK_AVAILABLE_IN_ALL GType gdk_snapshot_get_type (void) G_GNUC_CONST
 

Macro Definition Documentation

◆ GDK_IS_SNAPSHOT

#define GDK_IS_SNAPSHOT ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_SNAPSHOT))

Definition at line 35 of file gdksnapshot.h.

◆ GDK_SNAPSHOT

#define GDK_SNAPSHOT ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_SNAPSHOT, GdkSnapshot))

Definition at line 34 of file gdksnapshot.h.

◆ GDK_TYPE_SNAPSHOT

#define GDK_TYPE_SNAPSHOT   (gdk_snapshot_get_type ())

Definition at line 32 of file gdksnapshot.h.

Typedef Documentation

◆ GdkSnapshotClass

typedef typedefG_BEGIN_DECLS struct _GdkSnapshotClass GdkSnapshotClass

Definition at line 30 of file gdksnapshot.h.

Function Documentation

◆ gdk_snapshot_get_type()

GDK_AVAILABLE_IN_ALL GType gdk_snapshot_get_type ( void )