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

« back to all changes in this revision

Viewing changes to gio/giomm/socketaddressenumerator.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:
78
78
public:
79
79
  virtual ~SocketAddressEnumerator();
80
80
 
81
 
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
81
  /** Get the GType for this class, for use with the underlying GObject type system.
 
82
   */
82
83
  static GType get_type()      G_GNUC_CONST;
83
84
 
 
85
#ifndef DOXYGEN_SHOULD_SKIP_THIS
 
86
 
84
87
 
85
88
  static GType get_base_type() G_GNUC_CONST;
86
89
#endif