summaryrefslogtreecommitdiffstats
path: root/pyloader.h
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-07-03 06:00:18 +0000
committerChristopher Davis <loafier@gmail.com>2006-07-03 06:00:18 +0000
commit34cdeaae9369af5dce3ce3a4a7756c033bc44cc5 (patch)
treee6d1c6e41fa734e0ac40ef5f3c68aff689631017 /pyloader.h
parenta329fa4675852886ba2bbc9637cebcac882f1575 (diff)
downloadirssi-python-34cdeaae9369af5dce3ce3a4a7756c033bc44cc5.tar.gz
irssi-python-34cdeaae9369af5dce3ce3a4a7756c033bc44cc5.tar.xz
irssi-python-34cdeaae9369af5dce3ce3a4a7756c033bc44cc5.zip
worked on formats. working on themes now; testing adding functions and methods to objects
git-svn-id: http://svn.irssi.org/repos/irssi-python@4295 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'pyloader.h')
-rw-r--r--pyloader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyloader.h b/pyloader.h
index f7e19fb..b7befd3 100644
--- a/pyloader.h
+++ b/pyloader.h
@@ -11,6 +11,8 @@ void pyloader_add_script_path(const char *path);
int pyloader_load_script_argv(char **argv);
int pyloader_load_script(char *name);
int pyloader_unload_script(const char *name);
+PyObject *pyloader_find_script_obj(void);
+char *pyloader_find_script_name(void);
GSList *pyloader_list(void);
void pyloader_list_destroy(GSList **list);