~ubuntu-branches/ubuntu/vivid/nip2/vivid-proposed

« back to all changes in this revision

Viewing changes to share/nip2/compat/7.14/_predicate.def

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-07-21 21:45:25 UTC
  • mfrom: (1.3.1 upstream) (23.1.2 maverick)
  • Revision ID: james.westby@ubuntu.com-20100721214525-molddiwk7fvrhu7g
Tags: 7.20.7-2ubuntu2
No changes upload for libmagick2 -> libmagick3 transition

Show diffs side-by-side

added added

removed removed

Lines of Context:
417
417
                = error (_ "image has no field " ++ field), type == 0
418
418
                = error (_ "unknown type for field " ++ field)
419
419
        {
420
 
                type = im_header_get_type field im;
 
420
                type = im_header_get_typeof field im;
421
421
 
422
422
                itype = name2gtype "gint";
423
423
                dtype = name2gtype "gdouble";
428
428
 
429
429
get_header_type field x
430
430
        = oo_unary_function get_header_type_op x, is_class x
431
 
        = im_header_get_type field x, is_image x
 
431
        = im_header_get_typeof field x, is_image x
432
432
        = error (_ "bad arguments to " ++ "get_header_type")
433
433
{
434
434
        get_header_type_op = Operator "get_header_type" (get_header_type field)