From 60502adf83a0e6c59299cd22b6a08313aa021498 Mon Sep 17 00:00:00 2001 From: Scoopta Date: Fri, 13 Mar 2020 13:26:16 -0700 Subject: [PATCH] Added documentation about wofi_get_dso_path() --- man/wofi-api.3 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/man/wofi-api.3 b/man/wofi-api.3 index 70c7924..67f274a 100644 --- a/man/wofi-api.3 +++ b/man/wofi-api.3 @@ -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.