mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 01:46:20 +00:00
Plugins: Added prof_disco_add_feature()
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include "plugins/plugins.h"
|
||||
#include "plugins/themes.h"
|
||||
#include "plugins/settings.h"
|
||||
#include "plugins/disco.h"
|
||||
|
||||
#ifdef HAVE_PYTHON
|
||||
#include "plugins/python_plugins.h"
|
||||
@@ -665,6 +666,12 @@ plugins_on_room_win_focus(const char *const roomjid)
|
||||
}
|
||||
}
|
||||
|
||||
GList*
|
||||
plugins_get_disco_features(void)
|
||||
{
|
||||
return disco_get_features();
|
||||
}
|
||||
|
||||
void
|
||||
plugins_shutdown(void)
|
||||
{
|
||||
@@ -695,6 +702,7 @@ plugins_shutdown(void)
|
||||
plugin_themes_close();
|
||||
plugin_settings_close();
|
||||
callbacks_close();
|
||||
disco_close();
|
||||
}
|
||||
|
||||
gchar *
|
||||
|
||||
Reference in New Issue
Block a user