mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 06:56:14 +01:00
Clarify the g_application_withdraw_notification docs
Mention that notifications are dismissed when activated.
This commit is contained in:
parent
1f0e69f734
commit
a7bd6c47db
@ -2005,6 +2005,10 @@ g_application_send_notification (GApplication *application,
|
|||||||
* executions of this application, as long @id is the same as it was for
|
* executions of this application, as long @id is the same as it was for
|
||||||
* the sent notification.
|
* the sent notification.
|
||||||
*
|
*
|
||||||
|
* Note that notifications are dismissed when the user clicks on one
|
||||||
|
* of the buttons in a notification or triggers its default action, so
|
||||||
|
* there is no need to explicitly withdraw the notification in that case.
|
||||||
|
*
|
||||||
* Since: 2.40
|
* Since: 2.40
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
Loading…
Reference in New Issue
Block a user