summaryrefslogtreecommitdiff
path: root/pango/pango-utils.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-05 23:48:28 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-05 23:48:28 +0000
commit3293001b8aa09a4e812af974b389843c952871bb (patch)
tree4f5641caed2c5806162f7aff3ef1219db030ec65 /pango/pango-utils.h
parentca73084fad58044f6219fce2e5d0c497f4bbeac0 (diff)
downloadpango-3293001b8aa09a4e812af974b389843c952871bb.tar.gz
AC_DEFINE various version components.
2006-02-05 Behdad Esfahbod <behdad@gnome.org> * configure.in: AC_DEFINE various version components. * *.c: Change various const return types to G_CONST_RETURN.
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r--pango/pango-utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h
index f8e775e2..00d4889e 100644
--- a/pango/pango-utils.h
+++ b/pango/pango-utils.h
@@ -102,7 +102,6 @@ gboolean pango_is_zero_width (gunichar ch) G_GNUC_CONST;
/* String interning for static strings */
#define I_(string) g_intern_static_string (string)
-
G_END_DECLS
#endif /* __PANGO_UTILS_H__ */