~ubuntu-branches/ubuntu/trusty/geis/trusty

« back to all changes in this revision

Viewing changes to libgeis/geis.c

  • Committer: Package Import Robot
  • Author(s): Stephen M. Webb
  • Date: 2012-11-09 13:57:29 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20121109135729-poludf0asjcht9sx
Tags: 2.2.13-0ubuntu1
* New upstream release.
* debian/control: bumped libgrail-dev build dependency to 3.0.8
* debian/patches: removed all patches (merged upstream)
* debian/patches: patched test case for missing symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
1262
1262
    GeisAttr attr = geis_attr_new(GEIS_EVENT_ATTRIBUTE_DEVICE,
1263
1263
                                  GEIS_ATTR_TYPE_POINTER,
1264
1264
                                  device);
 
1265
    geis_device_ref(device);
 
1266
    geis_attr_set_destructor(attr, (GeisAttrDestructor)geis_device_unref);
1265
1267
 
1266
1268
    geis_event_add_attr(event, attr);
1267
1269
    geis_post_event(geis, event);