| 44 * |
44 * |
| 45 * #PidginNotificationAuthorizationRequest is a widget that displays |
45 * #PidginNotificationAuthorizationRequest is a widget that displays |
| 46 * notifications from [class@Purple.NotificationManager] for authorization |
46 * notifications from [class@Purple.NotificationManager] for authorization |
| 47 * requests. |
47 * requests. |
| 48 * |
48 * |
| 49 * Since: 3.0.0 |
49 * Since: 3.0 |
| 50 */ |
50 */ |
| 51 |
51 |
| 52 #define PIDGIN_TYPE_NOTIFICATION_AUTHORIZATION_REQUEST (pidgin_notification_authorization_request_get_type()) |
52 #define PIDGIN_TYPE_NOTIFICATION_AUTHORIZATION_REQUEST (pidgin_notification_authorization_request_get_type()) |
| 53 |
53 |
| 54 PIDGIN_AVAILABLE_IN_3_0 |
54 PIDGIN_AVAILABLE_IN_3_0 |
| 76 * |
76 * |
| 77 * Gets the [class@Purple.Notification] that @request is displaying. |
77 * Gets the [class@Purple.Notification] that @request is displaying. |
| 78 * |
78 * |
| 79 * Returns: (transfer none): The notification. |
79 * Returns: (transfer none): The notification. |
| 80 * |
80 * |
| 81 * Since: 3.0.0 |
81 * Since: 3.0 |
| 82 */ |
82 */ |
| 83 PIDGIN_AVAILABLE_IN_3_0 |
83 PIDGIN_AVAILABLE_IN_3_0 |
| 84 PurpleNotification *pidgin_notification_authorization_request_get_notification(PidginNotificationAuthorizationRequest *request); |
84 PurpleNotification *pidgin_notification_authorization_request_get_notification(PidginNotificationAuthorizationRequest *request); |
| 85 |
85 |
| 86 G_END_DECLS |
86 G_END_DECLS |