]> git.sur5r.net Git - i3/i3/blobdiff - include/libi3.h
Rename is_markup to pango_markup.
[i3/i3] / include / libi3.h
index c1e109ef12b63243c59a451e361a3f02ecb13eeb..75d3639bcfd8e7e1e0adf76f9b0767693eeced03 100644 (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.