GNOME Bugzilla – Bug 726941
docs: Add annotations to support language bindings
Last modified: 2014-03-24 00:40:01 UTC
Many functions currently lack gtk-doc annotations for arguments and return values which might preclude language bindings from working properly. The attached patch aims to add annotations to most (all?) functions as well as fix some cosmetic typos and indentation changes along the way.
Created attachment 272714 [details] [review] Proposed patch adding more annotations to rtsp-server functions.
Thanks. I think 95% of these are superfluous (transfer none is default for arguments, and transfer full for constructor functions), but doesn't hurt to make it explicit of course: commit b1b530157709d09590790da2f439e38c46b2c047 Author: Sebastian Rasmussen <sebras@hotmail.com> Date: Sun Mar 23 21:24:48 2014 +0100 gobject-introspection: Add annotations to support language bindings In addition a few cosmetic changes: * Adjust the order of arguments * Fix typo: occured -> occurred * Fix indentation after Return:-clauses Fixes https://bugzilla.gnome.org/show_bug.cgi?id=726941