mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Doc] Add documentation for new functions.
This commit is contained in:
parent
d9935e594e
commit
bdeede53e4
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue