~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty

« back to all changes in this revision

Viewing changes to gio/giomm/outputstream.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-12 09:46:50 UTC
  • mfrom: (1.2.76)
  • Revision ID: package-import@ubuntu.com-20120912094650-36b1cyv60x66yv8m
Tags: 2.33.12-0ubuntu1
* New upstream bugfix release
* debian/control:
  - Bump build-depends on libglib2.0-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
public:
128
128
  virtual ~OutputStream();
129
129
 
130
 
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
130
  /** Get the GType for this class, for use with the underlying GObject type system.
 
131
   */
131
132
  static GType get_type()      G_GNUC_CONST;
132
133
 
 
134
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
135
 
133
136
 
134
137
  static GType get_base_type() G_GNUC_CONST;
135
138
#endif