After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729461 - Introspection issue with GtkApplication
Introspection issue with GtkApplication
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Class: GtkApplication
unspecified
Other All
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-05-03 15:44 UTC by Morten Welinder
Modified: 2014-05-05 11:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2014-05-03 15:44:49 UTC
* gtk_application_inhibit:
 * @application: the #GApplication

This disagrees with the code.  The code tests for a GtkApplication.


 * gtk_application_uninhibit:
 * @application: the #GApplication

Ditto.


 * gtk_application_is_inhibited:
 * @application: the #GApplication

Ditto.