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 581389 - Fix arg.c to use 'interface' instead of 'symbol'
Fix arg.c to use 'interface' instead of 'symbol'
Status: RESOLVED FIXED
Product: gjs
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gjs-maint
gjs-maint
Depends on:
Blocks:
 
 
Reported: 2009-05-05 00:10 UTC by Owen Taylor
Modified: 2009-05-05 17:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix arg.c to use 'interface' instead of 'symbol' (13.44 KB, patch)
2009-05-05 00:10 UTC, Owen Taylor
accepted-commit_now Details | Review

Description Owen Taylor 2009-05-05 00:10:25 UTC
Code and messages in arg.c were written when G_TYPE_TAG_INTERFACE
was temporarily G_TYPE_TAG_SYMBOL; while "symbol" is as good or
better a name than "symbol", it's quite confusing to have the
code not match the girepository name.
Comment 1 Owen Taylor 2009-05-05 00:10:28 UTC
Created attachment 133982 [details] [review]
Fix arg.c to use 'interface' instead of 'symbol'
Comment 2 Havoc Pennington 2009-05-05 00:31:14 UTC
Yes
Comment 3 Owen Taylor 2009-05-05 17:54:39 UTC
Pushed