mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 02:22:36 +02:00
attempt to fix scriptassist.pl
This commit is contained in:
parent
9123c6f178
commit
9175ee0bc1
2 changed files with 14 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue