summaryrefslogtreecommitdiff
path: root/gtk/gtkpango.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 20:40:36 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commitd375dce9f52fd9830069a6fd9287abde93d3f24b (patch)
treecd759ec130e07189ab7f19ebd03b8e89923aaa7f /gtk/gtkpango.h
parentd7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (diff)
downloadgtk+-d375dce9f52fd9830069a6fd9287abde93d3f24b.tar.gz
Replace "gchar" with "char"
Diffstat (limited to 'gtk/gtkpango.h')
-rw-r--r--gtk/gtkpango.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkpango.h b/gtk/gtkpango.h
index 6bffb9223d..1f60925a98 100644
--- a/gtk/gtkpango.h
+++ b/gtk/gtkpango.h
@@ -41,17 +41,17 @@ AtkAttributeSet *_gtk_pango_get_run_attributes (AtkAttributeSet *attributes,
int *start_offset,
int *end_offset);
-gchar *_gtk_pango_get_text_before (PangoLayout *layout,
+char *_gtk_pango_get_text_before (PangoLayout *layout,
AtkTextBoundary boundary_type,
int offset,
int *start_offset,
int *end_offset);
-gchar *_gtk_pango_get_text_at (PangoLayout *layout,
+char *_gtk_pango_get_text_at (PangoLayout *layout,
AtkTextBoundary boundary_type,
int offset,
int *start_offset,
int *end_offset);
-gchar *_gtk_pango_get_text_after (PangoLayout *layout,
+char *_gtk_pango_get_text_after (PangoLayout *layout,
AtkTextBoundary boundary_type,
int offset,
int *start_offset,
@@ -63,7 +63,7 @@ PangoAttrList *_gtk_pango_attr_list_merge (PangoAttrList *into,
gboolean gtk_buildable_attribute_tag_start (GtkBuildable *buildable,
GtkBuilder *builder,
GObject *child,
- const gchar *tagname,
+ const char *tagname,
GtkBuildableParser *parser,
gpointer *data);