GNOME Bugzilla – Bug 615887
Add a simple callback type which has no arguments or return values
Last modified: 2015-02-07 16:45:41 UTC
This adds a basic type of callback and a function test to the everything module for pygi
Created attachment 158837 [details] [review] Add a simple callback type which has no arguments or return values
Review of attachment 158837 [details] [review]: ::: gir/everything.h @@ +310,3 @@ /* callback */ +typedef void (*TestSimpleCallback) (); For consistency let's put (void) here.
Created attachment 158842 [details] [review] Add a simple callback type which has no arguments or return values
Created attachment 158843 [details] [review] Add a simple callback type which has no arguments or return values
Review of attachment 158842 [details] [review]: LGTM
Attachment 158843 [details] pushed as 2c99e2c - Add a simple callback type which has no arguments or return values
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]