gail-util: Constify gchar argument
And avoid a compiler warning. https://bugzilla.gnome.org/show_bug.cgi?id=624349
This commit is contained in:
		| @ -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); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Emmanuele Bassi
					Emmanuele Bassi