summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-03-14 07:13:23 +0000
committerTor Lillqvist <tml@src.gnome.org>2007-03-14 07:13:23 +0000
commitc11e021943ea586376b2a228f6fef9c2613e9561 (patch)
tree664ff017b2a1102660cc0a3b973cb9e9bfd30ff8
parent1fa454676917b7567b9d571fecd2494af14163b6 (diff)
downloadpango-c11e021943ea586376b2a228f6fef9c2613e9561.tar.gz
Add missing declaration of pango_win32_family_get_type(). (#417946, Ivan
2007-03-14 Tor Lillqvist <tml@novell.com> * pango/pangowin32-fontmap.c: Add missing declaration of pango_win32_family_get_type(). (#417946, Ivan Wong) svn path=/trunk/; revision=2217
-rw-r--r--ChangeLog5
-rw-r--r--pango/pangowin32-fontmap.c4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db30ac27..877bca25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-14 Tor Lillqvist <tml@novell.com>
+
+ * pango/pangowin32-fontmap.c: Add missing declaration of
+ pango_win32_family_get_type(). (#417946, Ivan Wong)
+
2007-03-12 Behdad Esfahbod <behdad@gnome.org>
* docs/pango-sections.txt:
diff --git a/pango/pangowin32-fontmap.c b/pango/pangowin32-fontmap.c
index afa97ec3..3c98e5c4 100644
--- a/pango/pangowin32-fontmap.c
+++ b/pango/pangowin32-fontmap.c
@@ -63,6 +63,8 @@ struct _PangoWin32SizeInfo
static GType pango_win32_face_get_type (void);
+static GType pango_win32_family_get_type (void);
+
static void pango_win32_face_list_sizes (PangoFontFace *face,
int **sizes,
int *n_sizes);
@@ -737,7 +739,7 @@ get_family_nameA (const LOGFONTA *lfp)
* Return value: the newly allocated #PangoFontDescription, which
* should be freed using pango_font_description_free()
*
- * Since: 1.16
+ * Since: 1.12
*/
PangoFontDescription *
pango_win32_font_description_from_logfont (const LOGFONT *lfp)