GNOME Bugzilla – Bug 698360
Add API version support to Gjs
Last modified: 2013-04-19 14:43:55 UTC
Created attachment 241899 [details] [review] Add API version support to Gjs This patch adds an API version support. This is mainly to fix some of the API issues that require compatibility break to fix. GjsContext got a new gint property "api-version". gjs-console got a new command-line argument --api-version or -a. Added new module, gjs that contains a single constant API_VERSION. I've attached a patch for my another bug that demonstrates the use of this: https://bugzilla.gnome.org/attachment.cgi?bugid=698283
Created attachment 241907 [details] [review] Add API version support to Gjs OOps, forgot to add gjs/api-version.h
Created attachment 241908 [details] [review] Add API version support to Gjs Forgot Makefile.am
Created attachment 241909 [details] [review] Add API version support to Gjs Argh!
Sorry, never mind, I think there's a better solution to this problem.