diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-08-05 15:16:50 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2021-08-05 15:30:38 +0200 |
commit | 9d5708923f64b3914aa213ca780973be853a03b7 (patch) | |
tree | 63c15d6eb455ba071108f823e6c63fcf7b67569f /vapi/libpeas-1.0.vapi | |
parent | 484c97c237a0291a593cd8b3694e999c8582cf44 (diff) | |
download | vala-9d5708923f64b3914aa213ca780973be853a03b7.tar.gz |
Regenerate GIR-based bindings for improved instance method detection
Fixes https://gitlab.gnome.org/GNOME/vala/issues/1210
Diffstat (limited to 'vapi/libpeas-1.0.vapi')
-rw-r--r-- | vapi/libpeas-1.0.vapi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/libpeas-1.0.vapi b/vapi/libpeas-1.0.vapi index 75f659813..75c5731de 100644 --- a/vapi/libpeas-1.0.vapi +++ b/vapi/libpeas-1.0.vapi @@ -95,6 +95,7 @@ namespace Peas { [CCode (cheader_filename = "libpeas/peas.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "peas_plugin_info_get_type ()")] [Compact] public class PluginInfo { + public static GLib.Quark error_quark (); [CCode (array_length = false, array_null_terminated = true)] public unowned string[] get_authors (); public unowned string get_copyright (); @@ -133,6 +134,7 @@ namespace Peas { LOADER_NOT_FOUND, DEP_NOT_FOUND, DEP_LOADING_FAILED; + [Version (replacement = "PluginInfo.error_quark")] public static GLib.Quark quark (); } [CCode (cheader_filename = "libpeas/peas.h", instance_pos = 3.9)] |