GNOME Bugzilla – Bug 774827
clutter: Fix a couple introspection warnings
Last modified: 2016-11-23 14:01:00 UTC
This fixes three warnings printed during introspecting clutter.
Created attachment 340486 [details] [review] clutter: Fix a couple introspection warnings This includes not introspecting ClutterStageView things at all for now, as they are only used by C code.
Review of attachment 340486 [details] [review]: ::: clutter/clutter/clutter-device-manager.c @@ +457,3 @@ * Creates a virtual input device. * + * Return value: (transfer full): a newly created virtual device To my knowledge, "Return:" and "Return value:" are equally valid - if they weren't, there'd be a lot more comments to fix. Otherwise LGTM
Pushed after having removed the unnecessary Returns -> Return value change. Attachment 340486 [details] pushed as c2e7282 - clutter: Fix a couple introspection warnings