Break the declaration of the three version variables, so that gtk-doc can

2004-11-01  Matthias Clasen  <mclasen@redhat.com>

	* gdk-pixbuf-features.h.in: Break the declaration of the three
	version variables, so that gtk-doc can grok it.
This commit is contained in:
Matthias Clasen 2004-11-01 19:35:27 +00:00 committed by Matthias Clasen
parent 69b1611e59
commit d83285965d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-11-01 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-features.h.in: Break the declaration of the three
version variables, so that gtk-doc can grok it.
2004-10-29 Hans Breuer <hans@breuer.org>
* makefile.msc : updated

View File

@ -33,7 +33,9 @@
# endif /* !G_PLATFORM_WIN32 */
#endif /* GDK_PIXBUF_VAR */
GDK_PIXBUF_VAR const guint gdk_pixbuf_major_version, gdk_pixbuf_minor_version, gdk_pixbuf_micro_version;
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;
#endif