Skip to content

Commit

Permalink
Fix "dispose" signal emission (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
webflo-dev authored Mar 15, 2024
1 parent b40b8d8 commit a6b0aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class Variable<T> extends GObject.Object {
static {
Service.register(this, {
'changed': [],
'disposed': [],
'dispose': [],
}, {
'value': ['jsobject', 'rw'],
'is-listening': ['boolean', 'r'],
Expand Down

0 comments on commit a6b0aa4

Please sign in to comment.