Skip to content

Commit

Permalink
Remove unnecessary dependency on glib 2.32 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
pekim committed Mar 31, 2019
1 parent c181217 commit d42a7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/glib/main_event_loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sources after one invocation. That is, the callback will only be called once.
func IdleAddOnce(callback IdleAddOnceCallback) {
IdleAdd(func() bool {
callback()
return SOURCE_REMOVE
return false
})
}

Expand Down

0 comments on commit d42a7bc

Please # to comment.