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

« back to all changes in this revision

Viewing changes to gio/giomm/inetsocketaddress.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:
159
159
/** The address.
160
160
   *
161
161
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
162
 
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
163
 
   * the value of the property changes.
 
162
   * @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
 
163
   * or receive notification when the value of the property changes.
164
164
   */
165
165
  Glib::PropertyProxy_ReadOnly< Glib::RefPtr<InetAddress> > property_address() const;
166
166
#endif //#GLIBMM_PROPERTIES_ENABLED
170
170
/** The port.
171
171
   *
172
172
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
173
 
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
174
 
   * the value of the property changes.
 
173
   * @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
 
174
   * or receive notification when the value of the property changes.
175
175
   */
176
176
  Glib::PropertyProxy_ReadOnly< guint16 > property_port() const;
177
177
#endif //#GLIBMM_PROPERTIES_ENABLED
181
181
/** IPv6 flow info.
182
182
   *
183
183
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
184
 
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
185
 
   * the value of the property changes.
 
184
   * @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
 
185
   * or receive notification when the value of the property changes.
186
186
   */
187
187
  Glib::PropertyProxy_ReadOnly< guint32 > property_flowinfo() const;
188
188
#endif //#GLIBMM_PROPERTIES_ENABLED
192
192
/** IPv6 scope ID.
193
193
   *
194
194
   * You rarely need to use properties because there are get_ and set_ methods for almost all of them.
195
 
   * @return A PropertyProxy that allows you to get or set the property of the value, or receive notification when
196
 
   * the value of the property changes.
 
195
   * @return A PropertyProxy_ReadOnly that allows you to get the value of the property,
 
196
   * or receive notification when the value of the property changes.
197
197
   */
198
198
  Glib::PropertyProxy_ReadOnly< guint32 > property_scope_id() const;
199
199
#endif //#GLIBMM_PROPERTIES_ENABLED