~bregma/geis/lp-1477243

« back to all changes in this revision

Viewing changes to libgeis/backend/dbus/geis_dbus_backend.c

  • Committer: Tarmac
  • Author(s): Stephen M. Webb
  • Date: 2014-01-07 20:55:01 UTC
  • mfrom: (324.1.6 lp-1252447)
  • Revision ID: tarmac-20140107205501-xa90q1wgqi5a62fe
fix a synch problem when a subscription is activated in a callback on receipt of INIT_COMPLETE (lp: #1252447). Fixes: https://bugs.launchpad.net/bugs/1252447.

Approved by Brandon Schaefer, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 */
5
5
 
6
6
/*
7
 
 * Copyright 2011 Canonical Ltd.
 
7
 * Copyright 2011-2013 Canonical Ltd.
8
8
 *
9
9
 * This library is free software; you can redistribute it and/or modify it under
10
10
 * the terms of version 3 of the GNU Lesser General Public License as published
274
274
  _geis_dbus_backend_create_token,
275
275
  _geis_dbus_accept_gesture,
276
276
  _geis_dbus_reject_gesture,
 
277
  NULL,
 
278
  NULL,
277
279
  _geis_dbus_get_configuration,
278
280
  _geis_dbus_set_configuration,
279
281
};