~dhananjaysathe/nuvola-player/TelepathyExt

« back to all changes in this revision

Viewing changes to src/core/js-tools.vala

  • Committer: Jiří Janoušek
  • Date: 2012-07-14 21:23:34 UTC
  • Revision ID: janousek.jiri@gmail.com-20120714212334-4oow3eufqbw0rdme
Build script refactoring with a breakage.

 * More `./waf configure` options, type `./waf --help`
   or `./waf features` for details.
 * All fetures are enabled by default, some of them can
   be disabled if it is not possible to satisfy all
   dependencies. See INSTALL.
 * Removed README.Ubuntu and README.Fedora.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
                return value_to_string(ctx, value);
169
169
        }
170
170
        
171
 
#if NOT_HAVE_JSCORE_JSON
 
171
#if !HAVE_JSCORE_JSON
172
172
        // WebKitGtk < 1.3 does not have JSValueMakeFromJSONString
173
173
        public unowned JS.Value value_from_JSON (Context ctx, String js_string){
174
174
                JS.Value? exception = null;