| 266 obj_class->get_property = pidgin_proxy_options_get_property; |
266 obj_class->get_property = pidgin_proxy_options_get_property; |
| 267 obj_class->set_property = pidgin_proxy_options_set_property; |
267 obj_class->set_property = pidgin_proxy_options_set_property; |
| 268 obj_class->constructed = pidgin_proxy_options_constructed; |
268 obj_class->constructed = pidgin_proxy_options_constructed; |
| 269 |
269 |
| 270 /** |
270 /** |
| 271 * PidginProxyOptions::show-global: |
271 * PidginProxyOptions:show-global: |
| 272 * |
272 * |
| 273 * Whether or not to show the "Use Global Proxy Settings" option. This |
273 * Whether or not to show the "Use Global Proxy Settings" option. This |
| 274 * is turned off for the preferences where we use this widget to define |
274 * is turned off for the preferences where we use this widget to define |
| 275 * the global proxy settings. |
275 * the global proxy settings. |
| 276 * |
276 * |
| 281 "Whether or not to show the global proxy settings option", |
281 "Whether or not to show the global proxy settings option", |
| 282 TRUE, |
282 TRUE, |
| 283 G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS); |
283 G_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS); |
| 284 |
284 |
| 285 /** |
285 /** |
| 286 * PidginProxyOptions::info: |
286 * PidginProxyOptions:info: |
| 287 * |
287 * |
| 288 * The [class@Purple.ProxyInfo] that this options widget is configuring. If |
288 * The [class@Purple.ProxyInfo] that this options widget is configuring. If |
| 289 * unset, a new instance will be created. |
289 * unset, a new instance will be created. |
| 290 * |
290 * |
| 291 * Since: 3.0.0 |
291 * Since: 3.0.0 |