Added documentation about wofi_get_dso_path()

This commit is contained in:
Scoopta 2020-03-13 13:26:16 -07:00
parent 8e8bd632c5
commit 60502adf83

View File

@ -77,6 +77,13 @@ This will requery the mode for more widgets.
.B struct mode* mode
\- 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
.B bool wofi_allow_images(void)
Returns true if the user enabled images, false otherwise.