[Webkit-unassigned] [Bug 153786] [GTK] Use G_TYPE_ERROR instead of G_TYPE_POINTER for GError parameters of signals

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 18 06:05:26 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153786

Michael Catanzaro <mcatanzaro at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #271655|review?                     |review+
              Flags|                            |

--- Comment #6 from Michael Catanzaro <mcatanzaro at igalia.com> ---
Comment on attachment 271655
  --> https://bugs.webkit.org/attachment.cgi?id=271655
Patch

Something to think about in the future, from https://developer.gnome.org/gobject/unstable/howto-signals.html:

"The C signal marshaller should always be NULL, in which case the best marshaller for the given closure type will be chosen by GLib. This may be an internal marshaller specific to the closure type, or g_cclosure_marshal_generic, which implements generic conversion of arrays of parameters to C callback invocations. GLib used to require the user to write or generate a type-specific marshaller and pass that, but that has been deprecated in favour of automatic selection of marshallers."

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160218/ffc45c29/attachment.html>


More information about the webkit-unassigned mailing list