Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <glib.h>
Go to the source code of this file.
Macros | |
#define | GDK_PIXBUF_MAJOR (2) |
#define | GDK_PIXBUF_MINOR (42) |
#define | GDK_PIXBUF_MICRO (12) |
#define | GDK_PIXBUF_VERSION "2.42.12" |
#define | _GDK_PIXBUF_EXTERN extern |
#define | GDK_PIXBUF_VAR _GDK_PIXBUF_EXTERN |
Variables | |
GDK_PIXBUF_VAR const guint | gdk_pixbuf_major_version |
GDK_PIXBUF_VAR const guint | gdk_pixbuf_minor_version |
GDK_PIXBUF_VAR const guint | gdk_pixbuf_micro_version |
GDK_PIXBUF_VAR const char * | gdk_pixbuf_version |
#define _GDK_PIXBUF_EXTERN extern |
Definition at line 43 of file gdk-pixbuf-features.h.
#define GDK_PIXBUF_MAJOR (2) |
GDK_PIXBUF_MAJOR:
Major version of gdk-pixbuf library, that is the "0" in "0.8.2" for example. GDK_PIXBUF_MINOR:
Minor version of gdk-pixbuf library, that is the "8" in "0.8.2" for example. GDK_PIXBUF_MICRO:
Micro version of gdk-pixbuf library, that is the "2" in "0.8.2" for example. GDK_PIXBUF_VERSION:
Contains the full version of GdkPixbuf as a string.
This is the version being compiled against; contrast with gdk_pixbuf_version
.
Definition at line 37 of file gdk-pixbuf-features.h.
#define GDK_PIXBUF_MICRO (12) |
Definition at line 39 of file gdk-pixbuf-features.h.
#define GDK_PIXBUF_MINOR (42) |
Definition at line 38 of file gdk-pixbuf-features.h.
#define GDK_PIXBUF_VAR _GDK_PIXBUF_EXTERN |
Definition at line 64 of file gdk-pixbuf-features.h.
#define GDK_PIXBUF_VERSION "2.42.12" |
Definition at line 40 of file gdk-pixbuf-features.h.
GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version |
gdk_pixbuf_major_version:
The major version number of the gdk-pixbuf library. (e.g. in gdk-pixbuf version 1.2.5 this is 1.)
This variable is in the library, so represents the gdk-pixbuf library you have linked against. Contrast with the GDK_PIXBUF_MAJOR
macro, which represents the major version of the gdk-pixbuf headers you have included. gdk_pixbuf_minor_version:
The minor version number of the gdk-pixbuf library. (e.g. in gdk-pixbuf version 1.2.5 this is 2.)
This variable is in the library, so represents the gdk-pixbuf library you have linked against. Contrast with the GDK_PIXBUF_MINOR
macro, which represents the minor version of the gdk-pixbuf headers you have included. gdk_pixbuf_micro_version:
The micro version number of the gdk-pixbuf library. (e.g. in gdk-pixbuf version 1.2.5 this is 5.)
This variable is in the library, so represents the gdk-pixbuf library you have linked against. Contrast with the GDK_PIXBUF_MICRO
macro, which represents the micro version of the gdk-pixbuf headers you have included. gdk_pixbuf_version:
Contains the full version of the gdk-pixbuf library as a string. This is the version currently in use by a running program.
Definition at line 110 of file gdk-pixbuf-features.h.
GDK_PIXBUF_VAR const guint gdk_pixbuf_micro_version |
Definition at line 112 of file gdk-pixbuf-features.h.
GDK_PIXBUF_VAR const guint gdk_pixbuf_minor_version |
Definition at line 111 of file gdk-pixbuf-features.h.
GDK_PIXBUF_VAR const char* gdk_pixbuf_version |
Definition at line 113 of file gdk-pixbuf-features.h.