diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-16 20:07:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-16 20:07:35 +0000 |
commit | 80e647a8dbc97662b9d966c0f7a8e1aedea89eed (patch) | |
tree | d3a322c28112b7623765847aa32e8e319c576b45 /pango/pango-font.h | |
parent | e6b83e4264b4ad2ab73a3239d902b4064c75634d (diff) | |
download | pango-80e647a8dbc97662b9d966c0f7a8e1aedea89eed.tar.gz |
*.c, *.h: Drop trailing whitespace.
2007-01-16 Behdad Esfahbod <behdad@gnome.org>
*.c, *.h: Drop trailing whitespace.
svn path=/trunk/; revision=2163
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r-- | pango/pango-font.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index c03f553b..e9b571b7 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -179,7 +179,7 @@ PangoFontMetrics *pango_font_metrics_new (void); struct _PangoFontMetrics { guint ref_count; - + int ascent; int descent; int approximate_char_width; @@ -229,7 +229,7 @@ struct _PangoFontFamilyClass GObjectClass parent_class; /*< public >*/ - + void (*list_faces) (PangoFontFamily *family, PangoFontFace ***faces, int *n_faces); @@ -258,8 +258,8 @@ GType pango_font_face_get_type (void) G_GNUC_CONST; PangoFontDescription *pango_font_face_describe (PangoFontFace *face); G_CONST_RETURN char *pango_font_face_get_face_name (PangoFontFace *face); -void pango_font_face_list_sizes (PangoFontFace *face, - int **sizes, +void pango_font_face_list_sizes (PangoFontFace *face, + int **sizes, int *n_sizes); #ifdef PANGO_ENABLE_BACKEND @@ -280,11 +280,11 @@ struct _PangoFontFaceClass GObjectClass parent_class; /*< public >*/ - + const char * (*get_face_name) (PangoFontFace *face); PangoFontDescription * (*describe) (PangoFontFace *face); - void (*list_sizes) (PangoFontFace *face, - int **sizes, + void (*list_sizes) (PangoFontFace *face, + int **sizes, int *n_sizes); /*< private >*/ @@ -340,7 +340,7 @@ struct _PangoFontClass GObjectClass parent_class; /*< public >*/ - + PangoFontDescription *(*describe) (PangoFont *font); PangoCoverage * (*get_coverage) (PangoFont *font, PangoLanguage *lang); |