~gotwig/gazette/global-service-states

92 by Santiago Ocamica
Initial work on porting the switchboard plug
1
public interface Gazette.Plugin.Configurable : Gazette.Plugin.Base {
2
    /**
3
     * Creates a widget providing the configuration UI for this plugin.
4
     */
5
    public abstract Gtk.Widget create_config_widget ();
6
}