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

« back to all changes in this revision

Viewing changes to libgeis/geis_backend_token.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:
77
77
  return token->vtbl->deactivate(token, subscription);
78
78
}
79
79
 
80
 
 
 
80
/**
 
81
 * Frees the private data that the backend allocated for a given subscription
 
82
 */
 
83
void
 
84
geis_backend_token_free_subscription_pdata(GeisBackendToken token,
 
85
                                           GeisSubscription subscription)
 
86
{
 
87
  token->vtbl->free_subscription_pdata(token, subscription);
 
88
}