~mhr3/libunity/fix-1062331

« back to all changes in this revision

Viewing changes to src/unity-scope-proxy.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:
38
38
  public abstract Dee.SerializableModel filters_model { get; set; }
39
39
 
40
40
  public abstract async ActivationReplyRaw activate (string uri,
41
 
                                                     ActionType action_type);
 
41
                                                     ActionType action_type,
 
42
                                                     HashTable<string, Variant> hints);
42
43
  public abstract async HashTable<string, Variant> update_preview_property (
43
44
      string uri, HashTable<string, Variant> values) throws IOError;
44
45
  public abstract async HashTable<string, Variant> search (