GNOME Bugzilla – Bug 660352
g-ir-scanner warns about parameter even though (skip)
Last modified: 2015-02-07 17:00:50 UTC
When building the gnome-keyring gir for the Gck library, we get this warning: gck-object.c:955: Warning: Gck: gck_object_get_data_async: argument allocator: Missing (scope) annotation for callback without GDestroyNotify (valid: call, async) Even though the parameter in question has: /** * gck_object_get_data_async: * @self: The object to get attribute data from. * @attr_type: The attribute to get data for. * @allocator: (skip): An allocator with which to allocate memory for the data, or NULL for default. * @cancellable: Optional cancellation object, or NULL. * @callback: Called when the operation completes. * @user_data: Data to be passed to the callback. ...
Created attachment 197652 [details] [review] Skip analysis of params that have been (skip)'d Otherwise we get warnings for params that have been skipped
Review of attachment 197652 [details] [review]: This looks good, but be sure that make check passes before this can be submitted.
All checks passed. Thanks. Merged into master.
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]