attempt to fix scriptassist.pl

This commit is contained in:
altffour 2021-01-07 12:35:06 +03:00
commit 9175ee0bc1
No known key found for this signature in database
GPG key ID: B4ADFA86EDF5CCE9
2 changed files with 14 additions and 1 deletions

View file

@ -606,6 +606,13 @@ CODE:
OUTPUT:
RETVAL
char *
get_runtime_dir()
CODE:
RETVAL = (char *) g_build_filename(g_get_user_runtime_dir(), "irssi", NULL);
OUTPUT:
RETVAL
char *
get_irssi_dir()
CODE: