Github User Fetcher 1.0.0
C Application with Server and GUI
|
#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 |
#define GDK_IS_SNAPSHOT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GDK_TYPE_SNAPSHOT)) |
Definition at line 35 of file gdksnapshot.h.
#define GDK_SNAPSHOT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GDK_TYPE_SNAPSHOT, GdkSnapshot)) |
Definition at line 34 of file gdksnapshot.h.
#define GDK_TYPE_SNAPSHOT (gdk_snapshot_get_type ()) |
Definition at line 32 of file gdksnapshot.h.
typedef typedefG_BEGIN_DECLS struct _GdkSnapshotClass GdkSnapshotClass |
Definition at line 30 of file gdksnapshot.h.
GDK_AVAILABLE_IN_ALL GType gdk_snapshot_get_type | ( | void | ) |