From 4a3f1fdfe1eb3743564adcee35d5513224339260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 25 Nov 2016 04:10:33 +0100 Subject: New upstream version 0.25.1 --- plugins/shotwell-plugin-common.vapi | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'plugins/shotwell-plugin-common.vapi') 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 @@ -142,6 +142,19 @@ namespace Resources { 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 (); -- cgit v1.2.3