pidgin/pidginnotificationconnectionerror.h

changeset 42620
72178a341eb8
parent 42467
2b1d9d0770f2
equal deleted inserted replaced
42619:3dd7cd0eabf1 42620:72178a341eb8
43 * PidginNotificationConnectionError: 43 * PidginNotificationConnectionError:
44 * 44 *
45 * #PidginNotificationConnectionError is a widget that displays notifications from 45 * #PidginNotificationConnectionError is a widget that displays notifications from
46 * [class@Purple.NotificationManager]. 46 * [class@Purple.NotificationManager].
47 * 47 *
48 * Since: 3.0.0 48 * Since: 3.0
49 */ 49 */
50 50
51 #define PIDGIN_TYPE_NOTIFICATION_CONNECTION_ERROR (pidgin_notification_connection_error_get_type()) 51 #define PIDGIN_TYPE_NOTIFICATION_CONNECTION_ERROR (pidgin_notification_connection_error_get_type())
52 52
53 PIDGIN_AVAILABLE_IN_3_0 53 PIDGIN_AVAILABLE_IN_3_0
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 * 66 *
67 * Since: 3.0.0 67 * Since: 3.0
68 */ 68 */
69 PIDGIN_AVAILABLE_IN_3_0 69 PIDGIN_AVAILABLE_IN_3_0
70 GtkWidget *pidgin_notification_connection_error_new(PurpleNotification *notification); 70 GtkWidget *pidgin_notification_connection_error_new(PurpleNotification *notification);
71 71
72 /** 72 /**
75 * 75 *
76 * Gets the [class@Purple.Notification] that @error is displaying. 76 * Gets the [class@Purple.Notification] that @error is displaying.
77 * 77 *
78 * Returns: (transfer none): The notification. 78 * Returns: (transfer none): The notification.
79 * 79 *
80 * Since: 3.0.0 80 * Since: 3.0
81 */ 81 */
82 PIDGIN_AVAILABLE_IN_3_0 82 PIDGIN_AVAILABLE_IN_3_0
83 PurpleNotification *pidgin_notification_connection_error_get_notification(PidginNotificationConnectionError *error); 83 PurpleNotification *pidgin_notification_connection_error_get_notification(PidginNotificationConnectionError *error);
84 84
85 G_END_DECLS 85 G_END_DECLS

mercurial