mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-05 20:26:09 +01:00
documentation of uicb_view()
This commit is contained in:
parent
2e303bf4f2
commit
1cd68afe28
1 changed files with 3 additions and 2 deletions
5
tag.c
5
tag.c
|
@ -220,9 +220,10 @@ uicb_toggleview(Display *disp,
|
|||
arrange(disp, jdwmconf);
|
||||
}
|
||||
|
||||
/**
|
||||
/** View tag
|
||||
* \param disp Display ref
|
||||
* \param arg
|
||||
* \param jdwmconf jdwm config ref
|
||||
* \param arg tag to view
|
||||
* \ingroup ui_callback
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue