~gotwig/gazette/global-service-states

1
2
3
4
5
6
public interface Gazette.Plugin.Configurable : Gazette.Plugin.Base {
    /**
     * Creates a widget providing the configuration UI for this plugin.
     */
    public abstract Gtk.Widget create_config_widget ();
}