summaryrefslogtreecommitdiff
path: root/src/hb-graphite2.h
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-11-19 18:34:12 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-11-23 11:03:11 +0800
commit835bbdc7c92bd774ff92c42a9277ded72066d29d (patch)
tree1d9954bd1102984615e87eed864933a836204fc3 /src/hb-graphite2.h
parenta6991813659376a6a11c00a9f67d85b4f7ba9b5d (diff)
Public headers: Decorate public symbols with HB_EXTERN
This prepares the headers for exporting symbols using visibility attributes or __declspec(dllexport), so that we do not need to maintain symbols listing files, as this is what was and is done in GLib and GTK+.
Diffstat (limited to 'src/hb-graphite2.h')
-rw-r--r--src/hb-graphite2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hb-graphite2.h b/src/hb-graphite2.h
index 3eae54ac..122c3e47 100644
--- a/src/hb-graphite2.h
+++ b/src/hb-graphite2.h
@@ -36,10 +36,10 @@ HB_BEGIN_DECLS
#define HB_GRAPHITE2_TAG_SILF HB_TAG('S','i','l','f')
-gr_face *
+HB_EXTERN gr_face *
hb_graphite2_face_get_gr_face (hb_face_t *face);
-gr_font *
+HB_EXTERN gr_font *
hb_graphite2_font_get_gr_font (hb_font_t *font);