summaryrefslogtreecommitdiff
path: root/libnotify/notification.h
Commit message (Expand)AuthorAgeFilesLines
* gi: NotifyNotification fixesLogan Rathbone2023-02-171-1/+8
* docs: Port to gi-docgenMaximiliano Sandoval R2022-12-141-5/+7
* Notification: Add NotifyClosedReason enum to define closed reasonsMarco Trevisan (Treviño)2022-06-071-0/+23
* notification: Add docs description for NotifyNotificationMarco Trevisan (Treviño)2022-06-071-0/+5
* notification: Fix documentation and transfer info for NotifyActionCallbackMarco Trevisan (Treviño)2022-06-071-3/+3
* notification: Add support for getting actions activation tokenMarco Trevisan (Treviño)2022-04-271-0/+2
* notification.h: Add deprecation guardsJavier Jardón2011-10-091-2/+5
* Add notify_notification_set_app_name() to set the application name for the no...Richard Hughes2011-05-021-0/+3
* docs: Some fixesJavier Jardón2010-11-141-1/+1
* docs: Move documentation to inline comments: notificationJavier Jardón2010-11-141-2/+37
* Port to gdbusChristian Persch2010-10-121-0/+4
* Port to gtk3 for the testsWilliam Jon McCann2010-10-091-1/+0
* Don't need to fuss with gtk symbols since we don't use gtk at all anymoreWilliam Jon McCann2010-10-091-1/+2
* Remove the ability to attach notifications to widgets or positionsWilliam Jon McCann2010-10-081-10/+1
* Remove the ability to attach to a status iconWilliam Jon McCann2010-10-081-8/+0
* Remove checks for old GTK+William Jon McCann2010-06-241-4/+1
* Various cleanupsWilliam Jon McCann2010-06-241-4/+4
* Introduce notify_notification_set_image_from_pixbufAurélien Gâteau2010-01-291-0/+2
* Use a consistent styleWilliam Jon McCann2010-01-291-91/+82
* Fix indentationWilliam Jon McCann2010-01-091-32/+39
* Patch by Colin Walters to add parameter names to NotifyActionCallback for the...Christian Hammond2008-10-231-1/+3
* Prevent a backwards-compatibility breakage introduced where the "reason" code...Christian Hammond2008-09-261-1/+4
* Added support for sending the status icon XID to the notification daemon. Thi...Christian Hammond2008-09-261-0/+2
* Fixed a breakage where we were including gtkversion.h directly. Reported by R...Christian Hammond2008-09-261-1/+0
* Add support for sending the closed reason in the signal handler. Closes ticke...Christian Hammond2008-03-191-1/+1
* Small random fixes.Christian Hammond2006-06-061-5/+7
* Provide more documentation.Christian Hammond2006-06-061-1/+1
* Update notify_notification_set_geometry_hints() to take a x, y instead of a G...Christian Hammond2006-06-061-1/+2
* Add some gtk-doc documentation.Christian Hammond2006-06-061-3/+3
* Patch by chpe to add support for using the new GtkStatusIcon in GTK+ 2.9.x. T...Christian Hammond2006-06-051-2/+17
* More Doxygen happiness. Still no NotifyNotification docs yet though.Christian Hammond2006-01-291-1/+1
* Removed notify_notification_{ref,unref} from notification.h.Christian Hammond2006-01-231-3/+0
* Remove notify_notification_show_and_forget(). It's less confusing to have one...Christian Hammond2006-01-201-3/+0
* Implement per-action user data.Christian Hammond2006-01-201-2/+5
* - Fix some weird argument ordering in the calls to dbus_g_proxy_call_*().Christian Hammond2006-01-201-2/+2
* - Clean up a lot of the API. Several functions returned gboolean when there w...Christian Hammond2006-01-201-29/+20
* Rename notify_notification_set_icon_data_from_pixbuf to notify_notification_s...Christian Hammond2006-01-201-1/+1
* Do some rearranging of the files in libnotify, and include things properly so...Christian Hammond2006-01-201-0/+153