forked from AuroraMiddleware/gtk
gail-util: Constify gchar argument
And avoid a compiler warning. https://bugzilla.gnome.org/show_bug.cgi?id=624349
This commit is contained in:
parent
ddcbc0e051
commit
e42c29ca98
@ -195,7 +195,7 @@ gail_misc_add_attribute (AtkAttributeSet *attrib_set,
|
||||
AtkAttributeSet*
|
||||
gail_misc_layout_get_run_attributes (AtkAttributeSet *attrib_set,
|
||||
PangoLayout *layout,
|
||||
gchar *text,
|
||||
const gchar *text,
|
||||
gint offset,
|
||||
gint *start_offset,
|
||||
gint *end_offset)
|
||||
|
@ -32,7 +32,7 @@ AtkAttributeSet* gail_misc_add_attribute (AtkAttributeSet *attrib_set
|
||||
AtkAttributeSet* gail_misc_layout_get_run_attributes
|
||||
(AtkAttributeSet *attrib_set,
|
||||
PangoLayout *layout,
|
||||
gchar *text,
|
||||
const gchar *text,
|
||||
gint offset,
|
||||
gint *start_offset,
|
||||
gint *end_offset);
|
||||
|
Loading…
Reference in New Issue
Block a user