Add plugin name to win_create api call

This commit is contained in:
James Booth
2016-07-03 00:48:22 +01:00
parent 31c66bf857
commit 70a79abd3b
6 changed files with 15 additions and 6 deletions

View File

@@ -67,6 +67,7 @@ void api_log_error(const char *message);
int api_win_exists(const char *tag);
void api_win_create(
const char *const plugin_name,
const char *tag,
void *callback,
void(*destroy)(void *callback),