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 610845 - Use gjs_context_get_native_context()
Use gjs_context_get_native_context()
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-02-23 16:54 UTC by Owen Taylor
Modified: 2010-02-23 17:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use gjs_context_get_native_context() (1.72 KB, patch)
2010-02-23 16:54 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2010-02-23 16:54:21 UTC
When exported into a public header, gjs_context_get_context() was
renamed to gjs_context_get_native_context(). Adapt, and remove
local prototype.
Comment 1 Owen Taylor 2010-02-23 16:54:23 UTC
Created attachment 154516 [details] [review]
Use gjs_context_get_native_context()
Comment 2 Colin Walters 2010-02-23 16:55:36 UTC
Review of attachment 154516 [details] [review]:

yep
Comment 3 Owen Taylor 2010-02-23 17:13:30 UTC
Attachment 154516 [details] pushed as 1f1f443 - Use gjs_context_get_native_context()