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 676991 - RestExtras-0.7.gir misses lots of symbols
RestExtras-0.7.gir misses lots of symbols
Status: RESOLVED FIXED
Product: librest
Classification: Platform
Component: other
git master
Other Linux
: Normal normal
: ---
Assigned To: librest-maint
librest-maint
Depends on:
Blocks:
 
 
Reported: 2012-05-28 21:06 UTC by Evan Nemerson
Modified: 2012-05-30 06:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
rest-extras: various introspection fixes (5.52 KB, patch)
2012-05-28 21:10 UTC, Evan Nemerson
accepted-commit_now Details | Review

Description Evan Nemerson 2012-05-28 21:06:22 UTC
The GIR for rest-extras is *really* limited in what it includes because it doesn't pass --allow-unprefixed to g-ir-scanner.
Comment 1 Evan Nemerson 2012-05-28 21:10:47 UTC
Created attachment 215151 [details] [review]
rest-extras: various introspection fixes

The main thing here is to fix GIR generation in Makefile.am.  I also included some minor changes to clear up some issues g-ir-scanner complained about when passing --warn-all.

Please check the documentation of youtube_proxy_upload_async carefully...  I'm really not familiar with the API, so it's quite possible I got something wrong.
Comment 2 Ross Burton 2012-05-29 09:25:26 UTC
Review of attachment 215151 [details] [review]:

That documentation is good enough for now. Thanks, please commit.
Comment 3 Evan Nemerson 2012-05-30 06:22:51 UTC
commit cbb7ff2a3789e0893dbd2eee350edc4cef26faa2
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Mon May 28 14:06:44 2012 -0700

    rest-extras: various introspection fixes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=676991