Skip to content

Commit

Permalink
fix(node-gtk): Readd gobject signal method, fixes #126
Browse files Browse the repository at this point in the history
  • Loading branch information
JumpLink committed Jun 5, 2023
1 parent 1269a9f commit 9f1f8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/src/gir-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ export class GirFactory {
)
tsMethods.push(emitTsFn)

if (withDisconnect && environment === 'gjs') {
if (withDisconnect) {
const idInParam: InjectionParameter = {
name: 'id',
type: [
Expand Down

0 comments on commit 9f1f8f6

Please sign in to comment.