gtkversion.h.in: Put the documentation inside the header guards
This fixes a warning with gobject-introspecion scanning
This commit is contained in:
@ -22,6 +22,13 @@
|
|||||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
||||||
|
#error "Only <gtk/gtk.h> can be included directly."
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef __GTK_VERSION_H__
|
||||||
|
#define __GTK_VERSION_H__
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gtkfeatures
|
* SECTION:gtkfeatures
|
||||||
* @Short_description: Variables and functions to check the GTK+ version
|
* @Short_description: Variables and functions to check the GTK+ version
|
||||||
@ -32,13 +39,6 @@
|
|||||||
* use the features described here.
|
* use the features described here.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
|
|
||||||
#error "Only <gtk/gtk.h> can be included directly."
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef __GTK_VERSION_H__
|
|
||||||
#define __GTK_VERSION_H__
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GTK_MAJOR_VERSION:
|
* GTK_MAJOR_VERSION:
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user