~ubuntu-branches/ubuntu/precise/atkmm1.6/precise

« back to all changes in this revision

Viewing changes to atk/atkmm/action.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-17 02:28:10 UTC
  • mfrom: (1.1.3) (0.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111117022810-a9lmhz642arl0dsg
Tags: 2.22.6-1
* New upstream release.
* debian/watch:
  - Track .xz tarballs.
* Stop installing libtool .la files.
* Bump Standards-Version to 3.9.2. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#define _ATKMM_ACTION_H
5
5
 
6
6
 
7
 
#include <glibmm.h>
 
7
#include <glibmm/ustring.h>
 
8
#include <sigc++/sigc++.h>
8
9
 
9
10
/* $Id: action.hg,v 1.5 2004/03/12 20:35:53 murrayc Exp $ */
10
11
 
26
27
 */
27
28
 
28
29
 
 
30
#include <glibmm/interface.h>
 
31
 
29
32
#ifndef DOXYGEN_SHOULD_SKIP_THIS
30
33
extern "C" { typedef struct _AtkActionIface AtkActionIface; }
31
34
#endif
111
114
  ///Provides access to the underlying C GObject.
112
115
  AtkAction*       gobj()       { return reinterpret_cast<AtkAction*>(gobject_); }
113
116
 
114
 
  ///Provides access to the underlying C GObject.  
 
117
  ///Provides access to the underlying C GObject.
115
118
  const AtkAction* gobj() const { return reinterpret_cast<AtkAction*>(gobject_); }
116
119
 
117
120
private: