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

« back to all changes in this revision

Viewing changes to libs/gtkmm2/atk/atkmm/private/document_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 _ATKMM_DOCUMENT_P_H
 
4
#define _ATKMM_DOCUMENT_P_H
 
5
#include <glibmm/private/object_p.h>
 
6
 
 
7
#include <glibmm/private/interface_p.h>
 
8
 
 
9
namespace Atk
 
10
{
 
11
 
 
12
class Document_Class : public Glib::Interface_Class
 
13
{
 
14
public:
 
15
  typedef Document CppObjectType;
 
16
  typedef AtkDocument BaseObjectType;
 
17
  typedef AtkDocumentIface BaseClassType;
 
18
  typedef Glib::Interface_Class CppClassParent;
 
19
 
 
20
  friend class Document;
 
21
 
 
22
  const Glib::Interface_Class& init();
 
23
 
 
24
  static void iface_init_function(void* g_iface, void* iface_data);
 
25
 
 
26
  static Glib::ObjectBase* wrap_new(GObject*);
 
27
 
 
28
protected:
 
29
 
 
30
  //Callbacks (default signal handlers):
 
31
  //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
 
32
  //You could prevent the original default signal handlers being called by overriding the *_impl method.
 
33
 
 
34
  //Callbacks (virtual functions):
 
35
  static const gchar* get_document_type_vfunc_callback(AtkDocument* self);
 
36
  static gpointer get_document_vfunc_callback(AtkDocument* self);
 
37
};
 
38
 
 
39
 
 
40
} // namespace Atk
 
41
 
 
42
#endif /* _ATKMM_DOCUMENT_P_H */
 
43