GNOME Bugzilla – Bug 728812
GrlPlsFilterFunc is missing from the doc
Last modified: 2014-04-24 14:57:25 UTC
GrlPlsFilterFunc is missing from grilo-sections.txt and does not appear in devhelp.
Created attachment 274984 [details] [review] Doc: fix some unused/undeclared symbols
Note that there are more unused symbols but I'm wondering if they are supposed to be public API. See doc/grilo/grilo-unused.txt when building with --enable-gtk-doc.
Created attachment 274985 [details] [review] GrlPlsFilterFunc: Document how the refcounting works
Created attachment 274986 [details] [review] Document that grl_pls_browse can take NULL filter func
Review of attachment 274984 [details] [review]: Looks good
Review of attachment 274985 [details] [review]: Looks good otherwise. ::: libs/pls/grl-pls.h @@ +39,3 @@ * grl_pls_browse_sync() or grl_pls_browse_by_spec(). * + * The callback is responsible to unref @media when returning %NULL or another "is responsible for unreffing"
Review of attachment 274986 [details] [review]: Please prefix the subject line of the commit message as was done before.
Thanks, all fixed and pushed.