Changes

Jump to: navigation, search

Signals and Callbacks

21 bytes added, 00:10, 2 July 2017
Other sources of signals
The Config manager can emit changes to the config settings; it emits the config setting as the signal name. It has its own 'connect', 'disconnect' and 'emit' methods.
===uistate===
The user interface '''uistate''' has the following signals available:
*'nameformat-changed'
The Plugin manager passes the following signals:
*'plugins-reloaded'
Gtk
 
===Gtk===
The Gtk system has its own callback and signal system with very similar underlying concepts. Please see the https://developer.gnome.org/gnome-devel-demos/stable/signals-callbacks.py.html.en for more information.

Navigation menu