GNOME Bugzilla – Bug 755077
gautoptr: Document better what can be declared
Last modified: 2015-09-21 13:08:47 UTC
The documentation could be clarified. It was not clear if that construction is allowed or not: g_autoptr(Type) t1, t2, t3; After testing is seems to work, and if that's right, it would be nice if the documentation state this.
While at it, g_autoptr()'s doc could also link to g_steal_pointer().
Created attachment 311413 [details] [review] doc: small clarification in g_autoptr()
Attachment 311413 [details] pushed as 3ffed91 - doc: small clarification in g_autoptr()