Improve the docs

Document that gtk_application_is_inhibited can't
be guaranteed to work.
This commit is contained in:
Matthias Clasen 2017-11-28 22:52:44 -05:00
parent 9ce824d360
commit 91ef88f77f

View File

@ -1237,6 +1237,9 @@ gtk_application_uninhibit (GtkApplication *application,
* Determines if any of the actions specified in @flags are
* currently inhibited (possibly by another application).
*
* Note that this information may not be available (for example
* when the application is running in a sandbox).
*
* Returns: %TRUE if any of the actions specified in @flags are inhibited
*
* Since: 3.4