~stolowski/libunity/pass-activation-hints

« back to all changes in this revision

Viewing changes to src/unity-deprecated-scope-impl.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:
608
608
      uint channel_type,
609
609
      HashTable<string, Variant> hints,
610
610
      GLib.Cancellable? cancellable,
611
 
      out HashTable<string, Variant> out_hints) throws IOError
 
611
      out HashTable<string, Variant> out_hints,
 
612
      BusName? sender) throws IOError
612
613
  {
613
614
    ChannelFlags flags = ChannelFlags.from_hints (hints);
614
615
    var channel = new ScopeChannel ((ChannelType) channel_type);