forked from AuroraMiddleware/gtk
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:
parent
69b1611e59
commit
d83285965d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user