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

« back to all changes in this revision

Viewing changes to atk/atkmm/relation.cc

  • 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:
1
1
// Generated by gtkmmproc -- DO NOT MODIFY!
2
2
 
3
3
 
 
4
#include <glibmm.h>
 
5
 
4
6
#include <atkmm/relation.h>
5
7
#include <atkmm/private/relation_p.h>
6
8
 
7
9
#include <atk/atk-enum-types.h>
 
10
 
8
11
// -*- c++ -*-
9
12
/* $Id: relation.ccg,v 1.2 2003/09/30 14:28:09 murrayc Exp $ */
10
13
 
169
172
{
170
173
  return Glib::RefPtr<Relation>( new Relation(targets, relationship) );
171
174
}
 
175
 
172
176
RelationType Relation::get_relation_type() const
173
177
{
174
178
  return ((RelationType)(atk_relation_get_relation_type(const_cast<AtkRelation*>(gobj()))));