]> git.sur5r.net Git - i3/i3/blobdiff - include/libi3.h
i3bar: set markup per block
[i3/i3] / include / libi3.h
index b60dda5c64ee2cc1a533b441ee11b5500bac36a6..c8d2e9561ad7b334cf421e70eef5fc1ce9cd3203 100644 (file)
@@ -217,6 +217,11 @@ size_t i3string_get_num_bytes(i3String *str);
  */
 bool i3string_is_markup(i3String *str);
 
+/**
+ * Set whether the i3String should use Pango markup.
+ */
+void i3string_set_markup(i3String *str, bool is_markup);
+
 /**
  * Returns the number of glyphs in an i3String.
  *