[webkit-reviews] review requested: [Bug 127170] [GTK] Add GUniquePtr : [Attachment 221454] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 04:09:32 PST 2014


Carlos Garcia Campos <cgarcia at igalia.com> has asked  for review:
Bug 127170: [GTK] Add GUniquePtr
https://bugs.webkit.org/show_bug.cgi?id=127170

Attachment 221454: Patch
https://bugs.webkit.org/attachment.cgi?id=221454&action=review

------- Additional Comments from Carlos Garcia Campos <cgarcia at igalia.com>
This is a first patch adding support for glib types already supported by
GOwnPtr, except GError that is usually used with GOwnPtr::outPtr(). Then,
adding support for Soup and GTK/GDK types would be a matter of defining a macro
 FOR_EACH_SOUP_DELETER, FOR_EACH_GDK_DELETER, etc and call it with
DEFINE_DELETER. I'll also start porting existing code to GUniquePtr once/if
this patch lands.


More information about the webkit-reviews mailing list