mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
docs: Linkify a function
I answered a question on irc about withdrawing notifications, and when I handed out a link to the GApplication docs, I noticed we don't have this function name linkified. Fix that.
This commit is contained in:
parent
24dd331c2c
commit
653cdb73d7
@ -3074,11 +3074,11 @@ g_application_get_is_busy (GApplication *application)
|
|||||||
* notification. This works even for notifications sent from a previous
|
* notification. This works even for notifications sent from a previous
|
||||||
* execution of the application, as long as @id is the same string.
|
* execution of the application, as long as @id is the same string.
|
||||||
*
|
*
|
||||||
* @id may be %NULL, but it is impossible to replace or withdraw
|
* @id may be `NULL`, but it is impossible to replace or withdraw
|
||||||
* notifications without an id.
|
* notifications without an id.
|
||||||
*
|
*
|
||||||
* If @notification is no longer relevant, it can be withdrawn with
|
* If @notification is no longer relevant, it can be withdrawn with
|
||||||
* g_application_withdraw_notification().
|
* [method@Gio.Application.withdraw_notification].
|
||||||
*
|
*
|
||||||
* It is an error to call this function if @application has no
|
* It is an error to call this function if @application has no
|
||||||
* application ID.
|
* application ID.
|
||||||
|
Loading…
Reference in New Issue
Block a user