diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-12-10 23:45:26 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-12-10 23:45:26 +0000 |
commit | 7c5519bf1e9a090d8da67f915dde5e4ff19a9bf5 (patch) | |
tree | b8eefd8fcb9abbf6e28cf35336e3ed1ada1af04a /pango/pango-fontmap.h | |
parent | 9455fae9cabc70de63743546cf4399eac50e68ce (diff) | |
download | pango-7c5519bf1e9a090d8da67f915dde5e4ff19a9bf5.tar.gz |
=== Released 1.1.5 ===PANGO_1_1_5
Tue Dec 10 18:37:19 2002 Owen Taylor <otaylor@redhat.com>
* === Released 1.1.5 ===
* pango/pango-attributes.h pango/pango-font.h
pango/pango-fontset.h pango/pango-fontmap.h: Add
explicit /*< public >*/ /*< private *>/ guards.
(See #95398 for gtk-doc changes making this necessary)
Diffstat (limited to 'pango/pango-fontmap.h')
-rw-r--r-- | pango/pango-fontmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/pango-fontmap.h b/pango/pango-fontmap.h index ce5e45c0..ddf7d173 100644 --- a/pango/pango-fontmap.h +++ b/pango/pango-fontmap.h @@ -63,6 +63,8 @@ struct _PangoFontMap struct _PangoFontMapClass { GObjectClass parent_class; + + /*< public >*/ PangoFont * (*load_font) (PangoFontMap *fontmap, PangoContext *context, @@ -75,6 +77,8 @@ struct _PangoFontMapClass const PangoFontDescription *desc, PangoLanguage *language); + /*< private >*/ + /* Padding for future expansion */ void (*_pango_reserved1) (void); void (*_pango_reserved2) (void); |