GNOME Bugzilla – Bug 793367
Add G_DEFINE_AUTOPTR_CLEANUP_FUNC for GDataGoaAuthorizer
Last modified: 2018-10-02 09:18:54 UTC
Add _AUTOPTR_CLEANUP_FUNC for GDAtaGoaAuthorizer.
commit aade3a9b7ef55f1e64753e379f8e56fcc4bea8e5 (HEAD -> master, origin/master, origin/HEAD) Author: Philip Withnall <withnall@endlessm.com> Date: Mon Feb 12 12:27:29 2018 +0000 gdata: Add some g_autoptr() declarations for authorizer classes Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=793367 gdata/gdata-authorizer.h | 1 + gdata/gdata-client-login-authorizer.h | 1 + gdata/gdata-goa-authorizer.h | 2 ++ gdata/gdata-oauth1-authorizer.h | 1 + gdata/gdata-oauth2-authorizer.h | 1 + gdata/tests/gdata-dummy-authorizer.h | 1 + 6 files changed, 7 insertions(+)
It would be nice to get this into a release. :)