~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to lib/Configurable.vala

  • Committer: Santiago Ocamica
  • Date: 2013-05-20 01:17:36 UTC
  • Revision ID: santi6982@gmail.com-20130520011736-1ihvd5g23a93svd8
Initial work on porting the switchboard plug

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
}
 
 
b'\\ No newline at end of file'