[Doc] Add documentation for new functions.

This commit is contained in:
Dave Davenport 2022-11-19 21:56:12 +01:00
parent d9935e594e
commit bdeede53e4
2 changed files with 3 additions and 1 deletions

View File

@ -141,6 +141,7 @@ void rofi_theme_property_free(Property *p);
/**
* @param p The property to free.
* @param data User data (unused)
*
* Make a newly allocted copy of the property.
*

View File

@ -273,8 +273,9 @@ void listview_toggle_ellipsizing(listview *lv);
/**
* @param lv Handler to the listview object.
* @param mode The ellipsize mode to set.
*
* Set ellipsize mode to start.
* Set ellipsize mode on the listview.
*/
void listview_set_ellipsize(listview *lv, PangoEllipsizeMode mode);