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 681118 - gtlsdatabase: Don't complain if no callbacks for async functions
gtlsdatabase: Don't complain if no callbacks for async functions
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-08-03 09:45 UTC by Stef Walter
Modified: 2012-08-03 15:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gtlsdatabase: Don't complain if no callbacks for async functions (1.55 KB, patch)
2012-08-03 09:45 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2012-08-03 09:45:50 UTC
In GIO style async usually the callbacks can be omitted. Don't complain
in GTlsDatabase in that case.
Comment 1 Stef Walter 2012-08-03 09:45:52 UTC
Created attachment 220217 [details] [review]
gtlsdatabase: Don't complain if no callbacks for async functions