diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2006-08-21 23:34:00 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-08-21 23:34:00 +0800 |
commit | fe0def566cd68e80fc6f51fd8ac3725d14464cbc (patch) | |
tree | 401d007dd0a7377e51a508eeeeaa8b909177cb8e /e-util | |
parent | 38a8ef3ee507427b5ad5cccb961a1b9c2314fc0d (diff) | |
download | gsoc2013-evolution-fe0def566cd68e80fc6f51fd8ac3725d14464cbc.tar.gz gsoc2013-evolution-fe0def566cd68e80fc6f51fd8ac3725d14464cbc.tar.zst gsoc2013-evolution-fe0def566cd68e80fc6f51fd8ac3725d14464cbc.zip |
** Fix for bug #349310. Patch from both Laurent Goujon and Pavel Roskin.
2006-08-21 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #349310. Patch from both Laurent Goujon
and Pavel Roskin.
* e-util.h: Added function declaration for get_font_options.
This time for real.
svn path=/trunk/; revision=32615
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h index 0346a9fc2f..18fc43e052 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -28,6 +28,7 @@ #include <glib-object.h> #include <limits.h> #include <gconf/gconf-client.h> +#include <cairo/cairo.h> #ifdef __cplusplus extern "C" { @@ -214,6 +215,7 @@ gchar *e_ascii_dtostr (gcha Less than 0 for the int means copy the whole string. */ gchar *e_strdup_append_strings (gchar *first_string, ...); +cairo_font_options_t * get_font_options (); #ifdef __cplusplus } |