summaryrefslogtreecommitdiff
path: root/gdk/gdkfont.h
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-04-16 12:46:02 +0000
committerHans Breuer <hans@src.gnome.org>2001-04-16 12:46:02 +0000
commit0e432245a46be7a03783645aadc364ec456f9d83 (patch)
treef869680ca0f8af70f380ee05e75354b744555c2d /gdk/gdkfont.h
parenteed3dbb64c30d40b49b58c968e636a2dccb2033f (diff)
downloadgtk+-0e432245a46be7a03783645aadc364ec456f9d83.tar.gz
added all exports required to link PyGtk 0.7.1
2001-04-16 Hans Breuer <hans@breuer.org> * gdk/gdk.def : * gtk/gtk.def : added all exports required to link PyGtk 0.7.1 * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type () we are interested in the functions return value not the function address * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
Diffstat (limited to 'gdk/gdkfont.h')
-rw-r--r--gdk/gdkfont.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkfont.h b/gdk/gdkfont.h
index 4e2c8ed561..a60a978b62 100644
--- a/gdk/gdkfont.h
+++ b/gdk/gdkfont.h
@@ -10,7 +10,7 @@
extern "C" {
#endif /* __cplusplus */
-#define GDK_TYPE_FONT gdk_font_get_type
+#define GDK_TYPE_FONT gdk_font_get_type ()
/* Types of font.
* GDK_FONT_FONT: the font is an XFontStruct.