summaryrefslogtreecommitdiff
path: root/libpeas/peas-engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpeas/peas-engine.h')
-rw-r--r--libpeas/peas-engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpeas/peas-engine.h b/libpeas/peas-engine.h
index cac34e6..d86c2ea 100644
--- a/libpeas/peas-engine.h
+++ b/libpeas/peas-engine.h
@@ -55,7 +55,7 @@ void peas_engine_enable_loader (PeasEngine *
PEAS_AVAILABLE_IN_ALL
void peas_engine_rescan_plugins (PeasEngine *engine);
PEAS_AVAILABLE_IN_ALL
-char **peas_engine_get_loaded_plugins (PeasEngine *engine);
+char **peas_engine_dup_loaded_plugins (PeasEngine *engine);
PEAS_AVAILABLE_IN_ALL
void peas_engine_set_loaded_plugins (PeasEngine *engine,
const char **plugin_names);