~ubuntu-branches/ubuntu/saucy/atkmm1.6/saucy-proposed

« back to all changes in this revision

Viewing changes to atk/atkmm/stateset.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-05-28 13:04:34 UTC
  • mfrom: (0.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20130528130434-e0esxsm4eo8bn8tf
Tags: 2.22.7-1ubuntu1
* Resynchronize on Debian, remaining diff
* Convert to multiarch (LP: #902703):
  - Pass --libdir with multiarch path to configure
  - Adjust .install files to refer to /usr/lib subdirs
  - Add multiarch Pre-Depends
  - Bump debhelper and cdbs build-deps for ${misc:Pre-Depends} and
    $(DEB_HOST_MULTIARCH) support, respectively
* debian/compat: update to 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
/** @addtogroup atkmmEnums atkmm Enums and Flags */
47
47
 
48
 
/**
 
48
/** 
 
49
 * 
49
50
 * @ingroup atkmmEnums
50
51
 */
51
52
enum StateType
140
141
public:
141
142
  virtual ~StateSet();
142
143
 
143
 
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
144
  /** Get the GType for this class, for use with the underlying GObject type system.
 
145
   */
144
146
  static GType get_type()      G_GNUC_CONST;
145
147
 
 
148
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
149
 
146
150
 
147
151
  static GType get_base_type() G_GNUC_CONST;
148
152
#endif