GNOME Bugzilla – Bug 761337
Fix some annotations
Last modified: 2016-02-02 09:19:13 UTC
Some patches which are providing annotions fixes.
Created attachment 320092 [details] [review] socket: Fix annotation of g_socket_receive_message
Created attachment 320093 [details] [review] application: Fix annoation of g_application_add_option_group
Review of attachment 320092 [details] [review]: Looks good. ::: gio/gsocket.c @@ +5230,3 @@ * elements in @messages, or %NULL + * @flags: (inout): a pointer to an int containing #GSocketMsgFlags flags + * @cancellable: (nullable): a %GCancellable or %NULL #GCancellable is always nullable, so this annotation can actually be removed.
Review of attachment 320093 [details] [review]: Nice catch. Thanks!
Comment on attachment 320093 [details] [review] application: Fix annoation of g_application_add_option_group Attachment 320093 [details] pushed as ec173eb - application: Fix annoation of g_application_add_option_group
Attachment 320092 [details] pushed as d268d9f - socket: Fix annotation of g_socket_receive_message