~ubuntu-branches/ubuntu/saucy/gjs/saucy-proposed

« back to all changes in this revision

Viewing changes to modules/cairo-pattern.c

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2013-03-28 03:08:20 UTC
  • mfrom: (1.3.19 experimental)
  • Revision ID: package-import@ubuntu.com-20130328030820-ci0s4uz3dssf0uip
Tags: 1.36.0-1
* New upstream release.
  + debian/control.in:
    - Update build dependencies.
  + debian/libgjs0c.install:
    - Stop installing the modules, they are built into libgjs now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
static JSBool
60
60
getType_func(JSContext *context,
61
 
             uintN      argc,
 
61
             unsigned   argc,
62
62
             jsval     *vp)
63
63
{
64
64
    JSObject *obj = JS_THIS_OBJECT(context, vp);