Rename is_markup to pango_markup.

This commit is contained in:
Ingo Bürk
2015-10-13 09:29:50 +02:00
parent 82dc747396
commit fec61791e1
6 changed files with 22 additions and 22 deletions

View File

@ -243,7 +243,7 @@ bool i3string_is_markup(i3String *str);
/**
* Set whether the i3String should use Pango markup.
*/
void i3string_set_markup(i3String *str, bool is_markup);
void i3string_set_markup(i3String *str, bool pango_markup);
/**
* Escape pango markup characters in the given string.