summaryrefslogtreecommitdiff
path: root/vapi/libpeas-1.0.vapi
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2016-01-30 15:10:07 +0100
committerLuca Bruno <lucabru@src.gnome.org>2016-01-30 15:10:07 +0100
commitac33d2d5c6fc5cf6ff74852580dc8819478fc4e4 (patch)
treefc4b0d3cce7a9c7e06569a7cbdfbb1b79542a74a /vapi/libpeas-1.0.vapi
parent238196ecc1a1ca6738da66a8e389c11dac6f76c3 (diff)
downloadvala-ac33d2d5c6fc5cf6ff74852580dc8819478fc4e4.tar.gz
Regenerate all bindings with [Version]
Diffstat (limited to 'vapi/libpeas-1.0.vapi')
-rw-r--r--vapi/libpeas-1.0.vapi7
1 files changed, 7 insertions, 0 deletions
diff --git a/vapi/libpeas-1.0.vapi b/vapi/libpeas-1.0.vapi
index 4fdef8221..a2bc808b5 100644
--- a/vapi/libpeas-1.0.vapi
+++ b/vapi/libpeas-1.0.vapi
@@ -16,6 +16,7 @@ namespace Peas {
public string[] get_loaded_plugins ();
public unowned Peas.PluginInfo get_plugin_info (string plugin_name);
public unowned GLib.List<Peas.PluginInfo> get_plugin_list ();
+ [Version (since = "1.6")]
public void prepend_search_path (string module_dir, string? data_dir);
public bool provides_extension (Peas.PluginInfo info, GLib.Type extension_type);
public void rescan_plugins ();
@@ -25,10 +26,12 @@ namespace Peas {
[CCode (cname = "peas_engine_unload_plugin")]
public bool try_unload_plugin (Peas.PluginInfo info);
[CCode (has_construct_function = false)]
+ [Version (since = "1.14")]
public Engine.with_nonglobal_loaders ();
[CCode (array_length = false, array_null_terminated = true)]
public string[] loaded_plugins { owned get; set; }
[NoAccessorMethod]
+ [Version (since = "1.14")]
public bool nonglobal_loaders { get; construct; }
public void* plugin_list { get; }
public virtual signal void load_plugin (Peas.PluginInfo info);
@@ -54,6 +57,7 @@ namespace Peas {
public ExtensionSet (Peas.Engine? engine, GLib.Type exten_type, ...);
[NoWrapper]
public virtual bool call (string method_name, GI.Argument args);
+ [Version (since = "1.2")]
public void @foreach (Peas.ExtensionSetForeachFunc func);
public unowned Peas.Extension get_extension (Peas.PluginInfo info);
[CCode (cname = "peas_extension_set_newv", has_construct_function = false)]
@@ -93,12 +97,14 @@ namespace Peas {
[CCode (array_length = false, array_null_terminated = true)]
public unowned string[] get_dependencies ();
public unowned string get_description ();
+ [Version (since = "1.6")]
public unowned string get_external_data (string key);
public unowned string get_help_uri ();
public unowned string get_icon_name ();
public unowned string get_module_dir ();
public unowned string get_module_name ();
public unowned string get_name ();
+ [Version (since = "1.4")]
public GLib.Settings get_settings (string? schema_id);
public unowned string get_version ();
public unowned string get_website ();
@@ -125,6 +131,7 @@ namespace Peas {
public static GLib.Quark quark ();
}
[CCode (cheader_filename = "libpeas/peas.h", instance_pos = 3.9)]
+ [Version (since = "1.2")]
public delegate void ExtensionSetForeachFunc (Peas.ExtensionSet @set, Peas.PluginInfo info, Peas.Extension exten);
[CCode (cheader_filename = "libpeas/peas.h", instance_pos = 1.9)]
public delegate GLib.Object FactoryFunc ([CCode (array_length_cname = "n_parameters", array_length_pos = 0.5, array_length_type = "guint")] GLib.Parameter[] parameters);