~stolowski/libunity/pass-activation-hints

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2013-09-24 11:16:49 UTC
  • mfrom: (293.1.1 libunity)
  • Revision ID: tarmac-20130924111649-yfbzlor2j1thz2jq
Auto-close channels when their owner disappears from the bus. Fixes: https://bugs.launchpad.net/bugs/1199715, https://bugs.launchpad.net/bugs/1228097.

Approved by Pawel Stolowski, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
      uint channel_type,
132
132
      HashTable<string, Variant> hints,
133
133
      Cancellable? cancellable = null,
134
 
      out HashTable<string, Variant> out_hints) throws IOError;
 
134
      out HashTable<string, Variant> out_hints,
 
135
      BusName? sender = null) throws IOError;
135
136
 
136
137
  public abstract async void close_channel (
137
138
      string channel_id,