| 46 * |
48 * |
| 47 * Since: 3.0.0 |
49 * Since: 3.0.0 |
| 48 */ |
50 */ |
| 49 |
51 |
| 50 #define PIDGIN_TYPE_NOTIFICATION_ADD_CONTACT (pidgin_notification_add_contact_get_type()) |
52 #define PIDGIN_TYPE_NOTIFICATION_ADD_CONTACT (pidgin_notification_add_contact_get_type()) |
| |
53 |
| |
54 PIDGIN_AVAILABLE_IN_3_0 |
| 51 G_DECLARE_FINAL_TYPE(PidginNotificationAddContact, pidgin_notification_add_contact, |
55 G_DECLARE_FINAL_TYPE(PidginNotificationAddContact, pidgin_notification_add_contact, |
| 52 PIDGIN, NOTIFICATION_ADD_CONTACT, AdwActionRow) |
56 PIDGIN, NOTIFICATION_ADD_CONTACT, AdwActionRow) |
| 53 |
57 |
| 54 /** |
58 /** |
| 55 * pidgin_notification_add_contact_new: |
59 * pidgin_notification_add_contact_new: |