| 222 obj_class->get_property = pidgin_notification_connection_error_get_property; |
222 obj_class->get_property = pidgin_notification_connection_error_get_property; |
| 223 obj_class->set_property = pidgin_notification_connection_error_set_property; |
223 obj_class->set_property = pidgin_notification_connection_error_set_property; |
| 224 obj_class->dispose = pidgin_notification_connection_error_dispose; |
224 obj_class->dispose = pidgin_notification_connection_error_dispose; |
| 225 |
225 |
| 226 /** |
226 /** |
| 227 * PidginNotificationConnectionError::info: |
227 * PidginNotificationConnectionError:notification: |
| 228 * |
228 * |
| 229 * The [type@Purple.ConnectionErrorInfo] that this notification is for. |
229 * The [type@Purple.ConnectionErrorInfo] that this notification is for. |
| 230 * |
230 * |
| 231 * Since: 3.0.0 |
231 * Since: 3.0.0 |
| 232 */ |
232 */ |