~mhr3/libunity/fix-937464

« back to all changes in this revision

Viewing changes to protocol/protocol-previews.vala

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2012-08-15 14:57:02 UTC
  • mfrom: (153.3.18 libunity.preview-close)
  • Revision ID: tarmac-20120815145702-nxzalmabsj0z7i7i
Implemented 'close' signal for previews.. Fixes: . Approved by Michal Hruby.

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
    return _info_hints;
181
181
  }
182
182
 
 
183
  /**
 
184
   * Called by Dash when preview has been closed
 
185
   */
 
186
  public void preview_closed ()
 
187
  {
 
188
    add_update ("base-preview-action", "closed");
 
189
  }
 
190
 
183
191
  public virtual void update_property (HashTable<string, Variant> properties)
184
192
  {
185
193
  }