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

« back to all changes in this revision

Viewing changes to gio/giomm/socketaddressenumerator.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-07 16:04:46 UTC
  • mfrom: (1.2.78)
  • Revision ID: package-import@ubuntu.com-20121107160446-8enydvq1zgos8yuq
Tags: 2.34.1-0ubuntu1
New upstream version (lp: #1056505)

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  /// A next() convenience overload.
126
126
  Glib::RefPtr<SocketAddress> next();
127
127
 
128
 
  /** Asynchronously retrieves the next SocketAddress from the enumerator and then calls @a slot, 
 
128
  /** Asynchronously retrieves the next SocketAddress from the enumerator and then calls @a slot,
129
129
   * which must call next_finish() to get the result.
130
130
   *
131
131
   * @param cancellable A Cancellable object which can be used to cancel the operation.
133
133
   */
134
134
  void next_async(const Glib::RefPtr<Cancellable>& cancellable, const SlotAsyncReady& slot);
135
135
 
136
 
  /** Asynchronously retrieves the next SocketAddress from the enumerator and then calls @a slot, 
 
136
  /** Asynchronously retrieves the next SocketAddress from the enumerator and then calls @a slot,
137
137
   * which must call next_finish() to get the result.
138
138
   *
139
139
   * @param slot A callback slot to call after the resolution completes.