mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gobject_gdb.py: adapt to recent gsignal changes
Add to script the new functions added in commit2368187e
and commite5ee6e14
which are: signal_emitv_unlocked() signal_emit_valist_unlocked() so that the "<emit signal 'blabla'>" line keeps showing after them.
This commit is contained in:
@@ -318,6 +318,8 @@ class GFrameDecorator:
|
||||
"g_signal_emit_valist",
|
||||
"g_signal_emit",
|
||||
"g_signal_emit_by_name",
|
||||
"signal_emitv_unlocked",
|
||||
"signal_emit_valist_unlocked",
|
||||
]:
|
||||
end = end + 1
|
||||
else:
|
||||
|
Reference in New Issue
Block a user