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 728565 - gfile: More explicitly document the context for GFileProgressCallback
gfile: More explicitly document the context for GFileProgressCallback
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2014-04-19 17:24 UTC by Philip Withnall
Modified: 2014-04-19 18:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gfile: More explicitly document the context for GFileProgressCallback (1.27 KB, patch)
2014-04-19 17:24 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2014-04-19 17:24:02 UTC
This brings the g_file_copy_async() documentation more in line with the GFileMeasureProgressCallback documentation.
Comment 1 Philip Withnall 2014-04-19 17:24:05 UTC
Created attachment 274736 [details] [review]
gfile: More explicitly document the context for GFileProgressCallback

Be more explicit in the documentation for g_file_copy_async() about
which GMainContext its progress callback is executed in.
Comment 2 Colin Walters 2014-04-19 17:49:36 UTC
Review of attachment 274736 [details] [review]:

Yep.
Comment 3 Philip Withnall 2014-04-19 18:13:53 UTC
Thanks for the fast review! Merged to master.

Attachment 274736 [details] pushed as 9352cdb - gfile: More explicitly document the context for GFileProgressCallback