summaryrefslogtreecommitdiff
path: root/pango/pango-utils.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-03-31 01:42:54 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-03-31 01:42:54 +0000
commitd2c62958dcb3744f273264b0ba5b71b77a89a1c0 (patch)
tree2bc150c1695c7685cf8d6d58a16fcabe6b76e9c7 /pango/pango-utils.h
parenta2d9f1a92b48b9a878f8bd2f9be5fd8f3c7b4c82 (diff)
downloadpango-d2c62958dcb3744f273264b0ba5b71b77a89a1c0.tar.gz
Hook up pango-utils.h into the documentation, as we are installing it
2006-03-30 Behdad Esfahbod <behdad@gnome.org> Hook up pango-utils.h into the documentation, as we are installing it anyway. Move some internal stuff to pango-impl-utils.h and make source files include that instead.
Diffstat (limited to 'pango/pango-utils.h')
-rw-r--r--pango/pango-utils.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/pango/pango-utils.h b/pango/pango-utils.h
index bc130532..13df824c 100644
--- a/pango/pango-utils.h
+++ b/pango/pango-utils.h
@@ -88,8 +88,8 @@ G_CONST_RETURN char * pango_get_lib_subdirectory (void);
/* A routine from fribidi that we either wrap or provide ourselves.
*/
-guint8 * pango_log2vis_get_embedding_levels (const gchar *str,
- int bytelen,
+guint8 * pango_log2vis_get_embedding_levels (const gchar *text,
+ int length,
PangoDirection *pbase_dir);
G_CONST_RETURN char *pango_language_get_sample_string (PangoLanguage *language);
@@ -99,9 +99,8 @@ G_CONST_RETURN char *pango_language_get_sample_string (PangoLanguage *language);
*/
gboolean pango_is_zero_width (gunichar ch) G_GNUC_CONST;
-/* String interning for static strings */
-#define I_(string) g_intern_static_string (string)
-
+/* Hint line position and thickness.
+ */
void pango_quantize_line_geometry (int *thickness,
int *position);