summaryrefslogtreecommitdiff
path: root/libpeas/peas-plugin-loader.h
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2010-07-19 20:17:07 +0200
committerSteve Frécinaux <code@istique.net>2010-07-27 20:52:35 +0200
commit754bc3ae64865eecc1c0ebb141a4c2d5a39ec88a (patch)
tree074ea11967f29acfb1de5cc7a6e9a1e0b76fb13f /libpeas/peas-plugin-loader.h
parent1c6a2e3d98d89f376d4520d20dd32945cde68dfc (diff)
downloadlibpeas-754bc3ae64865eecc1c0ebb141a4c2d5a39ec88a.tar.gz
[PeasEngine] Rename get_extension() to create_extension()
This is closer to the actual behaviour of that function. https://bugzilla.gnome.org/show_bug.cgi?id=620057
Diffstat (limited to 'libpeas/peas-plugin-loader.h')
-rw-r--r--libpeas/peas-plugin-loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpeas/peas-plugin-loader.h b/libpeas/peas-plugin-loader.h
index cf78d86..00d9030 100644
--- a/libpeas/peas-plugin-loader.h
+++ b/libpeas/peas-plugin-loader.h
@@ -56,7 +56,7 @@ struct _PeasPluginLoaderClass {
gboolean (*provides_extension) (PeasPluginLoader *loader,
PeasPluginInfo *info,
GType ext_type);
- PeasExtension *(*get_extension) (PeasPluginLoader *loader,
+ PeasExtension *(*create_extension) (PeasPluginLoader *loader,
PeasPluginInfo *info,
GType ext_type,
guint n_parameters,
@@ -78,7 +78,7 @@ void peas_plugin_loader_unload (PeasPluginLoader *loader,
gboolean peas_plugin_loader_provides_extension (PeasPluginLoader *loader,
PeasPluginInfo *info,
GType ext_type);
-PeasExtension *peas_plugin_loader_get_extension (PeasPluginLoader *loader,
+PeasExtension *peas_plugin_loader_create_extension (PeasPluginLoader *loader,
PeasPluginInfo *info,
GType ext_type,
guint n_parameters,