GNOME Bugzilla – Bug 732068
gsignal: Add an example to the g_signal_connect_swapped() documentation
Last modified: 2014-06-23 11:32:14 UTC
Patch attached.
Created attachment 278963 [details] [review] gsignal: Add an example to the g_signal_connect_swapped() documentation The precise behaviour of and motivation behind swapping parameters was not entirely clear before.
Review of attachment 278963 [details] [review]: looks good to me, apart from a couple of doc issues. ::: gobject/gsignal.h @@ +501,3 @@ + * + * For example, this allows the shorter code: + * |[ you should add a `<!-- language="C" -->` annotation to the code example. @@ +507,3 @@ + * + * Rather than the cumbersome: + * |[ same as above.
Created attachment 278989 [details] [review] gsignal: Add an example to the g_signal_connect_swapped() documentation The precise behaviour of and motivation behind swapping parameters was not entirely clear before.
Pushed with the language tag additions. Attachment 278989 [details] pushed as 248ca72 - gsignal: Add an example to the g_signal_connect_swapped() documentation