summaryrefslogtreecommitdiffstats
path: root/include/helper-theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/helper-theme.h')
-rw-r--r--include/helper-theme.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/helper-theme.h b/include/helper-theme.h
index 6776384d..f8fd2aa7 100644
--- a/include/helper-theme.h
+++ b/include/helper-theme.h
@@ -50,6 +50,19 @@ PangoAttrList *helper_token_match_get_pango_attr(RofiHighlightColorStyle th,
PangoAttrList *retv);
/**
+ * @param th The RofiHighlightColorStyle
+ * @param start The start to highlighting.
+ * @param stop The stop point for the highlight
+ * @param retv The Attribute list to update with matches
+ *
+ * Creates a set of pango attributes highlighting the matches found in the input
+ * style.
+ *
+ */
+void helper_token_match_set_pango_attr_on_style(PangoAttrList *retv, int start,
+ int end,
+ RofiHighlightColorStyle th);
+/**
* @param pfd Pango font description to validate.
* @param font The name of the font to check.
*