pidgin/pidginnotificationconnectionerror.h

changeset 42467
2b1d9d0770f2
parent 42466
ca3374c1cdba
child 42620
72178a341eb8
equal deleted inserted replaced
42466:ca3374c1cdba 42467:2b1d9d0770f2
61 * Creates a new #PidginNotificationConnectionError instance that will display 61 * Creates a new #PidginNotificationConnectionError instance that will display
62 * @notification. 62 * @notification.
63 * 63 *
64 * Returns: (transfer full): The new #PidginNotificationConnectionError 64 * Returns: (transfer full): The new #PidginNotificationConnectionError
65 * instance. 65 * instance.
66 *
67 * Since: 3.0.0
66 */ 68 */
69 PIDGIN_AVAILABLE_IN_3_0
67 GtkWidget *pidgin_notification_connection_error_new(PurpleNotification *notification); 70 GtkWidget *pidgin_notification_connection_error_new(PurpleNotification *notification);
68 71
69 /** 72 /**
70 * pidgin_notification_connection_error_get_notification: 73 * pidgin_notification_connection_error_get_notification:
71 * @error: The instance. 74 * @error: The instance.

mercurial