Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/README
diff options
context:
space:
mode:
Diffstat (limited to 'services/console/README')
-rw-r--r--services/console/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/services/console/README b/services/console/README
deleted file mode 100644
index a3aa6e1..0000000
--- a/services/console/README
+++ /dev/null
@@ -1,12 +0,0 @@
-Defining new tabs in the developer console
-==========================================
-
-The tabs are top-level packages inside 'interface/'.
-
-Each package used as a tab must have a class Interface, instantiatable
-with no arguments, with an attribute 'widget' that is a Gtk widget to be
-placed in the tab. That's it.
-
-Tabs are automatically run under the GLib main loop, dbus-python is set up
-to use it, and the shared dbus-python session-bus connection is expected to
-exist.