Title: [269675] trunk/Source/WebKit
Revision
269675
Author
commit-qu...@webkit.org
Date
2020-11-11 00:13:43 -0800 (Wed, 11 Nov 2020)

Log Message

[GTK] Annotate WebKitUserMessage getters as nullable
https://bugs.webkit.org/show_bug.cgi?id=218761

Patch by Corentin Noël <corentin.n...@collabora.com> on 2020-11-11
Reviewed by Carlos Garcia Campos.

These properties can be set to NULL at creation time.

* Shared/API/glib/WebKitUserMessage.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (269674 => 269675)


--- trunk/Source/WebKit/ChangeLog	2020-11-11 07:57:16 UTC (rev 269674)
+++ trunk/Source/WebKit/ChangeLog	2020-11-11 08:13:43 UTC (rev 269675)
@@ -1,3 +1,14 @@
+2020-11-11  Corentin Noël  <corentin.n...@collabora.com>
+
+        [GTK] Annotate WebKitUserMessage getters as nullable
+        https://bugs.webkit.org/show_bug.cgi?id=218761
+
+        Reviewed by Carlos Garcia Campos.
+
+        These properties can be set to NULL at creation time.
+
+        * Shared/API/glib/WebKitUserMessage.cpp:
+
 2020-11-10  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, reverting r269660.

Modified: trunk/Source/WebKit/Shared/API/glib/WebKitUserMessage.cpp (269674 => 269675)


--- trunk/Source/WebKit/Shared/API/glib/WebKitUserMessage.cpp	2020-11-11 07:57:16 UTC (rev 269674)
+++ trunk/Source/WebKit/Shared/API/glib/WebKitUserMessage.cpp	2020-11-11 08:13:43 UTC (rev 269675)
@@ -251,7 +251,7 @@
  *
  * Get the @message parameters
  *
- * Returns: (transfer none): the message parameters
+ * Returns: (transfer none) (nullable): the message parameters
  *
  * Since: 2.28
  */
@@ -268,7 +268,7 @@
  *
  * Get the @message list of file descritpor
  *
- * Returns: (transfer none): the message list of file descriptors
+ * Returns: (transfer none) (nullable): the message list of file descriptors
  *
  * Since: 2.28
  */
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to