mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 09:50:06 +00:00
Small documentation fixes
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=729461
This commit is contained in:
parent
3e80ce39e1
commit
7e8703918b
@ -1291,7 +1291,7 @@ gtk_application_get_menubar (GtkApplication *application)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_application_inhibit:
|
* gtk_application_inhibit:
|
||||||
* @application: the #GApplication
|
* @application: the #GtkApplication
|
||||||
* @window: (allow-none): a #GtkWindow, or %NULL
|
* @window: (allow-none): a #GtkWindow, or %NULL
|
||||||
* @flags: what types of actions should be inhibited
|
* @flags: what types of actions should be inhibited
|
||||||
* @reason: (allow-none): a short, human-readable string that explains
|
* @reason: (allow-none): a short, human-readable string that explains
|
||||||
@ -1340,7 +1340,7 @@ gtk_application_inhibit (GtkApplication *application,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_application_uninhibit:
|
* gtk_application_uninhibit:
|
||||||
* @application: the #GApplication
|
* @application: the #GtkApplication
|
||||||
* @cookie: a cookie that was returned by gtk_application_inhibit()
|
* @cookie: a cookie that was returned by gtk_application_inhibit()
|
||||||
*
|
*
|
||||||
* Removes an inhibitor that has been established with gtk_application_inhibit().
|
* Removes an inhibitor that has been established with gtk_application_inhibit().
|
||||||
@ -1361,7 +1361,7 @@ gtk_application_uninhibit (GtkApplication *application,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* gtk_application_is_inhibited:
|
* gtk_application_is_inhibited:
|
||||||
* @application: the #GApplication
|
* @application: the #GtkApplication
|
||||||
* @flags: what types of actions should be queried
|
* @flags: what types of actions should be queried
|
||||||
*
|
*
|
||||||
* Determines if any of the actions specified in @flags are
|
* Determines if any of the actions specified in @flags are
|
||||||
|
Loading…
Reference in New Issue
Block a user