diff options
author | Paulb23 <p_batty@hotmail.co.uk> | 2016-07-15 15:05:57 +0100 |
---|---|---|
committer | Paulb23 <p_batty@hotmail.co.uk> | 2016-07-15 15:05:57 +0100 |
commit | 2c9468a46ac7be81085baec4778fcbf3075b2c70 (patch) | |
tree | 426c238749871ea6238cf44d5a84aee356bff36b | |
parent | b550471a148d232f50d0d1f03256fc9ef82a52f3 (diff) |
Update docs with breakpoint_toggled signal
-rw-r--r-- | doc/base/classes.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index ac164dddc7..739dd937e5 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -39459,6 +39459,11 @@ </method> </methods> <signals> + <signal name="breakpoint_toggled"> + <description> + Emitted when a breakpoint is placed via the breakpoint gutter. + </description> + </signal> <signal name="cursor_changed"> <description> Emitted when the cursor changes. |