diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-25 04:11:58 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-25 04:11:58 +0100 |
commit | ccff5442184e84d511c2bd25ed3da53e4336a272 (patch) | |
tree | 8402a0ba68852e0aec5841ed4519ccfe88352223 /plugins/shotwell-plugin-common.vapi | |
parent | a1e1833f48ed618273dab9198b547148a89832a7 (diff) | |
parent | 4a3f1fdfe1eb3743564adcee35d5513224339260 (diff) |
Merge tag 'upstream/0.25.1'
Upstream version 0.25.1
Diffstat (limited to 'plugins/shotwell-plugin-common.vapi')
-rw-r--r-- | plugins/shotwell-plugin-common.vapi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/shotwell-plugin-common.vapi b/plugins/shotwell-plugin-common.vapi index 0aed09c..b5367a4 100644 --- a/plugins/shotwell-plugin-common.vapi +++ b/plugins/shotwell-plugin-common.vapi @@ -143,6 +143,19 @@ namespace Shotwell { namespace Plugins { namespace Common { [CCode (cheader_filename = "shotwell-plugin-common.h")] + public abstract class BuilderPane : Spit.Publishing.DialogPane, GLib.Object { + public BuilderPane (); + public override void constructed (); + public Gtk.Builder get_builder (); + public virtual Gtk.Widget get_default_widget (); + public virtual void on_pane_installed (); + public virtual void on_pane_uninstalled (); + public bool connect_signals { get; construct; } + public string default_id { owned get; construct; } + public Spit.Publishing.DialogPane.GeometryOptions preferred_geometry { get; construct; } + public string resource_path { owned get; construct; } + } + [CCode (cheader_filename = "shotwell-plugin-common.h")] public abstract class WebAuthenticationPane : Spit.Publishing.DialogPane, GLib.Object { public WebAuthenticationPane (); public override void constructed (); |