Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <glib.h>
#include <glib-object.h>
#include <gio/gio.h>
#include <cairo.h>
#include <pango/pango.h>
#include <gdk/gdkconfig.h>
#include <gdk/gdkenums.h>
#include <gdk/version/gdkversionmacros.h>
Go to the source code of this file.
Data Structures | |
struct | _GdkKeymapKey |
Macros | |
#define | GDK_CURRENT_TIME 0L |
#define | GDK_DECLARE_INTERNAL_TYPE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, ParentName) |
Typedefs | |
typedef cairo_rectangle_int_t | GdkRectangle |
typedef struct _GdkRGBA | GdkRGBA |
typedef struct _GdkCicpParams | GdkCicpParams |
typedef struct _GdkColorState | GdkColorState |
typedef struct _GdkContentFormats | GdkContentFormats |
typedef struct _GdkContentProvider | GdkContentProvider |
typedef struct _GdkCursor | GdkCursor |
typedef struct _GdkTexture | GdkTexture |
typedef struct _GdkTextureDownloader | GdkTextureDownloader |
typedef struct _GdkDevice | GdkDevice |
typedef struct _GdkDrag | GdkDrag |
typedef struct _GdkDrop | GdkDrop |
typedef struct _GdkClipboard | GdkClipboard |
typedef struct _GdkDisplayManager | GdkDisplayManager |
typedef struct _GdkDisplay | GdkDisplay |
typedef struct _GdkSurface | GdkSurface |
typedef struct _GdkAppLaunchContext | GdkAppLaunchContext |
typedef struct _GdkSeat | GdkSeat |
typedef struct _GdkSnapshot | GdkSnapshot |
typedef struct _GdkDrawContext | GdkDrawContext |
typedef struct _GdkCairoContext | GdkCairoContext |
typedef struct _GdkGLContext | GdkGLContext |
typedef struct _GdkVulkanContext | GdkVulkanContext |
typedef struct _GdkDmabufFormats | GdkDmabufFormats |
typedef struct _GdkDmabufTexture | GdkDmabufTexture |
typedef struct _GdkKeymapKey | GdkKeymapKey |
#define GDK_CURRENT_TIME 0L |
GDK_CURRENT_TIME:
Represents the current time, and can be used anywhere a time is expected.
Definition at line 55 of file gdktypes.h.
#define GDK_DECLARE_INTERNAL_TYPE | ( | ModuleObjName, | |
module_obj_name, | |||
MODULE, | |||
OBJ_NAME, | |||
ParentName ) |
Definition at line 122 of file gdktypes.h.
typedef struct _GdkAppLaunchContext GdkAppLaunchContext |
Definition at line 92 of file gdktypes.h.
typedef struct _GdkCairoContext GdkCairoContext |
Definition at line 97 of file gdktypes.h.
typedef struct _GdkCicpParams GdkCicpParams |
Definition at line 77 of file gdktypes.h.
typedef struct _GdkClipboard GdkClipboard |
Definition at line 88 of file gdktypes.h.
typedef struct _GdkColorState GdkColorState |
Definition at line 78 of file gdktypes.h.
typedef struct _GdkContentFormats GdkContentFormats |
Definition at line 79 of file gdktypes.h.
typedef struct _GdkContentProvider GdkContentProvider |
Definition at line 80 of file gdktypes.h.
typedef struct _GdkCursor GdkCursor |
Definition at line 81 of file gdktypes.h.
typedef struct _GdkDevice GdkDevice |
Definition at line 84 of file gdktypes.h.
typedef struct _GdkDisplay GdkDisplay |
Definition at line 90 of file gdktypes.h.
typedef struct _GdkDisplayManager GdkDisplayManager |
Definition at line 89 of file gdktypes.h.
typedef struct _GdkDmabufFormats GdkDmabufFormats |
Definition at line 101 of file gdktypes.h.
typedef struct _GdkDmabufTexture GdkDmabufTexture |
Definition at line 102 of file gdktypes.h.
typedef struct _GdkDrag GdkDrag |
Definition at line 85 of file gdktypes.h.
typedef struct _GdkDrawContext GdkDrawContext |
Definition at line 96 of file gdktypes.h.
typedef struct _GdkDrop GdkDrop |
Definition at line 86 of file gdktypes.h.
typedef struct _GdkGLContext GdkGLContext |
Definition at line 98 of file gdktypes.h.
typedef struct _GdkKeymapKey GdkKeymapKey |
Definition at line 143 of file gdktypes.h.
typedef cairo_rectangle_int_t GdkRectangle |
Definition at line 72 of file gdktypes.h.
Definition at line 76 of file gdktypes.h.
Definition at line 93 of file gdktypes.h.
typedef struct _GdkSnapshot GdkSnapshot |
Definition at line 94 of file gdktypes.h.
typedef struct _GdkSurface GdkSurface |
Definition at line 91 of file gdktypes.h.
typedef struct _GdkTexture GdkTexture |
Definition at line 82 of file gdktypes.h.
typedef struct _GdkTextureDownloader GdkTextureDownloader |
Definition at line 83 of file gdktypes.h.
typedef struct _GdkVulkanContext GdkVulkanContext |
Definition at line 99 of file gdktypes.h.