~ubuntu-branches/ubuntu/vivid/ardour/vivid-proposed

« back to all changes in this revision

Viewing changes to libs/gtkmm2/gdk/gdkmm/private/displaymanager_p.h

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler, Jaromír Mikeš, Felipe Sateler
  • Date: 2014-05-22 14:39:25 UTC
  • mfrom: (29 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: package-import@ubuntu.com-20140522143925-vwqfo9287pmkrroe
Tags: 1:2.8.16+git20131003-3
* Team upload

[ Jaromír Mikeš ]
* Add -dbg package

[ Felipe Sateler ]
* Upload to experimental

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- c++ -*-
 
2
// Generated by gtkmmproc -- DO NOT MODIFY!
 
3
#ifndef _GDKMM_DISPLAYMANAGER_P_H
 
4
#define _GDKMM_DISPLAYMANAGER_P_H
 
5
#include <glibmm/private/object_p.h>
 
6
 
 
7
#include <glibmm/class.h>
 
8
 
 
9
namespace Gdk
 
10
{
 
11
 
 
12
class DisplayManager_Class : public Glib::Class
 
13
{
 
14
public:
 
15
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
16
  typedef DisplayManager CppObjectType;
 
17
  typedef GdkDisplayManager BaseObjectType;
 
18
  typedef GdkDisplayManagerClass BaseClassType;
 
19
  typedef Glib::Object_Class CppClassParent;
 
20
  typedef GObjectClass BaseClassParent;
 
21
 
 
22
  friend class DisplayManager;
 
23
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
 
24
 
 
25
  const Glib::Class& init();
 
26
 
 
27
  static void class_init_function(void* g_class, void* class_data);
 
28
 
 
29
  static Glib::ObjectBase* wrap_new(GObject*);
 
30
 
 
31
protected:
 
32
 
 
33
  //Callbacks (default signal handlers):
 
34
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
35
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
36
  static void display_opened_callback(GdkDisplayManager* self, GdkDisplay* p0);
 
37
 
 
38
  //Callbacks (virtual functions):
 
39
};
 
40
 
 
41
 
 
42
} // namespace Gdk
 
43
 
 
44
#endif /* _GDKMM_DISPLAYMANAGER_P_H */
 
45