| 62 * @notification: The [class@Purple.NotificationConnectionError] instance. |
62 * @notification: The [class@Purple.NotificationConnectionError] instance. |
| 63 * |
63 * |
| 64 * Creates a new #PidginNotificationConnectionError instance that will display |
64 * Creates a new #PidginNotificationConnectionError instance that will display |
| 65 * @notification. |
65 * @notification. |
| 66 * |
66 * |
| 67 * Returns: (transfer full): The new instance. |
67 * Returns: (transfer full) (type PidginNotificationConnectionError): The new |
| |
68 * instance. |
| 68 * |
69 * |
| 69 * Since: 3.0 |
70 * Since: 3.0 |
| 70 */ |
71 */ |
| 71 PIDGIN_AVAILABLE_IN_3_0 |
72 PIDGIN_AVAILABLE_IN_3_0 |
| 72 GtkWidget *pidgin_notification_connection_error_new(PurpleNotificationConnectionError *notification); |
73 GtkWidget *pidgin_notification_connection_error_new(PurpleNotificationConnectionError *notification); |