~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/IndicatorObjectFactoryRemote.h

  • Committer: Jason Smith
  • Date: 2011-01-11 15:48:03 UTC
  • mfrom: (729.3.2 scrollwheel-support)
  • Revision ID: jason.smith@canonical.com-20110111154803-kgsad6i33goz7oad
merge mouse wheel support for indicator branch by Connar Carney (big thanks)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  void OnRemoteProxyReady (GDBusProxy *proxy);
43
43
  void OnEntryActivated   (const char *entry_id);
44
44
  void OnShowMenuRequestReceived (const char *id, int x, int y, guint timestamp, guint32 button);
 
45
  void OnScrollReceived (const char *id, int delta);
45
46
  void Sync (GVariant *args);
46
47
  void OnEntryActivateRequestReceived (const char *entry_id);
47
48
  void Reconnect ();