summaryrefslogtreecommitdiff
path: root/pango/pango-emoji-table.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-06-24 23:00:58 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-04 11:17:21 -0400
commit778df432eb9bba4441d4c47cdbfbcd385b1e9d42 (patch)
tree39b66234cc325aafdddcebd76ec888d0cc099aaa /pango/pango-emoji-table.h
parent249ce63ebb3d5666d5559184dd7c2c65e32695c2 (diff)
downloadpango-778df432eb9bba4441d4c47cdbfbcd385b1e9d42.tar.gz
Convert to the pango2 prefix
This makes pango 2 not just parallel-installable with pango 1.x, but parallel-usable in the same process.
Diffstat (limited to 'pango/pango-emoji-table.h')
-rw-r--r--pango/pango-emoji-table.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/pango/pango-emoji-table.h b/pango/pango-emoji-table.h
index 84cd9193..00f1dd13 100644
--- a/pango/pango-emoji-table.h
+++ b/pango/pango-emoji-table.h
@@ -18,8 +18,8 @@
* # For documentation and usage, see http://www.unicode.org/reports/tr51
*/
-#ifndef PANGO_EMOJI_TABLE_H
-#define PANGO_EMOJI_TABLE_H
+#ifndef PANGO2_EMOJI_TABLE_H
+#define PANGO2_EMOJI_TABLE_H
#include <glib.h>
@@ -27,7 +27,7 @@ struct Interval {
gunichar start, end;
};
-static const struct Interval _pango_Emoji_table[] =
+static const struct Interval _pango2_Emoji_table[] =
{
{0x0023, 0x0023},
{0x002A, 0x002A},
@@ -184,7 +184,7 @@ static const struct Interval _pango_Emoji_table[] =
{0x1FAF0, 0x1FAF6},
};
-static const struct Interval _pango_Emoji_Presentation_table[] =
+static const struct Interval _pango2_Emoji_Presentation_table[] =
{
{0x231A, 0x231B},
{0x23E9, 0x23EC},
@@ -271,12 +271,12 @@ static const struct Interval _pango_Emoji_Presentation_table[] =
{0x1FAF0, 0x1FAF6},
};
-static const struct Interval _pango_Emoji_Modifier_table[] =
+static const struct Interval _pango2_Emoji_Modifier_table[] =
{
{0x1F3FB, 0x1F3FF},
};
-static const struct Interval _pango_Emoji_Modifier_Base_table[] =
+static const struct Interval _pango2_Emoji_Modifier_Base_table[] =
{
{0x261D, 0x261D},
{0x26F9, 0x26F9},
@@ -320,7 +320,7 @@ static const struct Interval _pango_Emoji_Modifier_Base_table[] =
{0x1FAF0, 0x1FAF6},
};
-static const struct Interval _pango_Extended_Pictographic_table[] =
+static const struct Interval _pango2_Extended_Pictographic_table[] =
{
{0x00A9, 0x00A9},
{0x00AE, 0x00AE},
@@ -402,6 +402,6 @@ static const struct Interval _pango_Extended_Pictographic_table[] =
{0x1FC00, 0x1FFFD},
};
-#endif /* PANGO_EMOJI_TABLE_H */
+#endif /* PANGO2_EMOJI_TABLE_H */
/* == End of generated table == */