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

« back to all changes in this revision

Viewing changes to src/IndicatorObjectFactoryRemote.h

  • Committer: Michael Terry
  • Date: 2010-12-17 14:07:11 UTC
  • mfrom: (724 unity)
  • mto: This revision was merged to the branch mainline in revision 743.
  • Revision ID: mike@mterry.name-20101217140711-qlij3bxdjuq1xoph
mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  void OnShowMenuRequestReceived (const char *id, int x, int y, guint timestamp, guint32 button);
45
45
  void Sync (GVariant *args);
46
46
  void OnEntryActivateRequestReceived (const char *entry_id);
 
47
  void Reconnect ();
47
48
 
48
49
  void AddProperties (GVariantBuilder *builder);
49
50