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

« back to all changes in this revision

Viewing changes to gi/gtype.h

  • Committer: Package Import Robot
  • Author(s): Tim Lunn
  • Date: 2013-07-30 09:15:40 UTC
  • mfrom: (1.10.9)
  • Revision ID: package-import@ubuntu.com-20130730091540-7hk361n8pbliyfn2
Tags: 1.37.4-0ubuntu1
* New upstream release (LP: #1205971)
* debian/control.in:
  - Bump b-d on gobject-instropection
  - Build-depend on mozjs17 instead of mozjs
  - Bump library packages to libgjs0d (for mozjs17 transition)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
GType      gjs_gtype_get_actual_gtype (JSContext *context,
43
43
                                       JSObject  *object);
44
44
 
 
45
JSBool    gjs_typecheck_gtype         (JSContext             *context,
 
46
                                       JSObject              *obj,
 
47
                                       JSBool                 throw);
45
48
 
46
49
G_END_DECLS
47
50