~mhr3/libunity/fix-1062331

« back to all changes in this revision

Viewing changes to protocol/protocol-scope-interface.vala

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2012-09-05 10:21:10 UTC
  • mfrom: (171.1.4 libunity)
  • Revision ID: tarmac-20120905102110-4myo5pskc1jyq44r
Add hints parameter to dbus Activate() method. Fixes: . Approved by Pawel Stolowski.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  public abstract async void info_request () throws IOError;
63
63
 
64
64
  public abstract async ActivationReplyRaw activate (
65
 
      string uri, uint action_type) throws IOError;
 
65
      string uri, uint action_type, HashTable<string, Variant> hints) throws IOError;
66
66
 
67
67
  public abstract async HashTable<string, Variant> update_preview_property (
68
68
      string uri, HashTable<string, Variant> values) throws IOError;