diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-01 19:35:27 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-01 19:35:27 +0000 |
commit | d83285965d0cc6f528bebc66364fe11e77044097 (patch) | |
tree | ca1665eed5fe9fea32916d710ca16e796be63af0 /gdk-pixbuf/gdk-pixbuf-features.h.in | |
parent | 69b1611e5969a945d4d0dd4f3dafda25d892c834 (diff) | |
download | gtk+-d83285965d0cc6f528bebc66364fe11e77044097.tar.gz |
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.
Diffstat (limited to 'gdk-pixbuf/gdk-pixbuf-features.h.in')
-rw-r--r-- | gdk-pixbuf/gdk-pixbuf-features.h.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk-pixbuf/gdk-pixbuf-features.h.in b/gdk-pixbuf/gdk-pixbuf-features.h.in index 3aa0a5ad91..87eab582a8 100644 --- a/gdk-pixbuf/gdk-pixbuf-features.h.in +++ b/gdk-pixbuf/gdk-pixbuf-features.h.in @@ -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 |