Added documentation about wofi_get_dso_path()
This commit is contained in:
parent
8e8bd632c5
commit
60502adf83
@ -77,6 +77,13 @@ This will requery the mode for more widgets.
|
|||||||
.B struct mode* mode
|
.B struct mode* mode
|
||||||
\- The \fBstruct mode*\fR given to your mode's \fBinit()\fR function.
|
\- The \fBstruct mode*\fR given to your mode's \fBinit()\fR function.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B char* wofi_get_dso_path(struct mode* mode)
|
||||||
|
Returns the path to this mode's DSO if it's an external mode, returns NULL otherwise.
|
||||||
|
|
||||||
|
.B struct mode* mode
|
||||||
|
\- The \fBstruct mode*\fR given to your mode's \fBinit()\fR function.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B bool wofi_allow_images(void)
|
.B bool wofi_allow_images(void)
|
||||||
Returns true if the user enabled images, false otherwise.
|
Returns true if the user enabled images, false otherwise.
|
||||||
|
Loading…
Reference in New Issue
Block a user