| 222 /** |
222 /** |
| 223 * PidginNotificationConnectionError:notification: |
223 * PidginNotificationConnectionError:notification: |
| 224 * |
224 * |
| 225 * The [type@Purple.ConnectionErrorInfo] that this notification is for. |
225 * The [type@Purple.ConnectionErrorInfo] that this notification is for. |
| 226 * |
226 * |
| 227 * Since: 3.0.0 |
227 * Since: 3.0 |
| 228 */ |
228 */ |
| 229 properties[PROP_NOTIFICATION] = g_param_spec_object( |
229 properties[PROP_NOTIFICATION] = g_param_spec_object( |
| 230 "notification", "notification", |
230 "notification", "notification", |
| 231 "The notification to display", |
231 "The notification to display", |
| 232 PURPLE_TYPE_NOTIFICATION, |
232 PURPLE_TYPE_NOTIFICATION, |