~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gdk/gdkmm/displaymanager.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-01 23:42:36 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120301234236-12w6m0hkomhi7h53
Tags: 3.3.16-0ubuntu1
* New upstream version
* debian/control.in: updated the glib requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
  //We use no_default_handler because GdkDisplayManagerClass is private.
181
181
  
182
182
  
183
 
  /** The display_opened signal is emitted when a display is opened.
184
 
   *
185
 
   * @newin{2,2}
186
 
   *
187
 
   * @param display the opened display
188
 
   *
189
 
   * @par Prototype:
 
183
  /**
 
184
   * @par Slot Prototype:
190
185
   * <tt>void on_my_%display_opened(const Glib::RefPtr<Display>& display)</tt>
 
186
   *
 
187
   * The ::display-opened signal is emitted when a display is opened.
 
188
   * 
 
189
   * @newin{2,2}
 
190
   * @param display The opened display.
191
191
   */
192
192
 
 
193
 
193
194
  Glib::SignalProxy1< void,const Glib::RefPtr<Display>& > signal_display_opened();
194
195
 
195
196