[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

xan at webkit.org xan at webkit.org
Wed Dec 22 18:29:29 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 2ed84233a23674e92682f65fcd319e1e0cba78e9
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Dec 12 12:00:49 2010 +0000

    2010-12-12  Xan Lopez  <xlopez at igalia.com>
    
            Rubber-stamped by Martin Robinson.
    
            * webkit/webkitwebplugin.h: add a note about the extension list
            being a NULL-terminated array.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73875 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 6ff86a2..d996b3e 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -1,5 +1,12 @@
 2010-12-12  Xan Lopez  <xlopez at igalia.com>
 
+        Rubber-stamped by Martin Robinson.
+
+        * webkit/webkitwebplugin.h: add a note about the extension list
+        being a NULL-terminated array.
+
+2010-12-12  Xan Lopez  <xlopez at igalia.com>
+
         Rubber-stamped by Gustavo Noronha.
 
         Stop checking for glib >= 2.16, we have dependend on a newer
diff --git a/WebKit/gtk/webkit/webkitwebplugin.h b/WebKit/gtk/webkit/webkitwebplugin.h
index 8907d70..9c5122b 100644
--- a/WebKit/gtk/webkit/webkitwebplugin.h
+++ b/WebKit/gtk/webkit/webkitwebplugin.h
@@ -38,7 +38,8 @@ typedef struct _WebKitWebPluginPrivate WebKitWebPluginPrivate;
  * WebKitWebPluginMIMEType:
  * @name: the name of the MIME type.
  * @description: the description of the MIME type.
- * @extensions: the extensions associated with this MIME type.
+ * @extensions: a %NULL-terminated array with the extensions
+ * associated with this MIME type.
  *
  * A structure representing one of the MIME types associated with a
  * plugin. A #GSList of these objects will be returned by

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list