After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793367 - Add G_DEFINE_AUTOPTR_CLEANUP_FUNC for GDataGoaAuthorizer
Add G_DEFINE_AUTOPTR_CLEANUP_FUNC for GDataGoaAuthorizer
Status: RESOLVED FIXED
Product: libgdata
Classification: Platform
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: libgdata-maint
libgdata-maint
Depends on:
Blocks: 788174
 
 
Reported: 2018-02-11 21:02 UTC by Ankriti Sachan
Modified: 2018-10-02 09:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ankriti Sachan 2018-02-11 21:02:22 UTC
Add _AUTOPTR_CLEANUP_FUNC for GDAtaGoaAuthorizer.
Comment 1 Philip Withnall 2018-02-12 12:29:30 UTC
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(+)
Comment 2 Debarshi Ray 2018-10-02 09:18:54 UTC
It would be nice to get this into a release. :)