gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 881a72aa9fd882411d7c


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 881a72aa9fd882411d7c2e25fbdce33039278e6d
Date: Fri, 10 Sep 2010 00:46:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  881a72aa9fd882411d7c2e25fbdce33039278e6d (commit)
      from  6bebc86e5cccaf35bc3da35b0ead34ef98d61677 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=881a72aa9fd882411d7c2e25fbdce33039278e6d


commit 881a72aa9fd882411d7c2e25fbdce33039278e6d
Author: Sandro Santilli <address@hidden>
Date:   Fri Sep 10 02:38:48 2010 +0200

    Cleanup functions documentation to drop reference to no-more-existing 
namespace parameters and properly reference the new 'uri' parameter

diff --git a/libcore/PropertyList.h b/libcore/PropertyList.h
index 141adb8..0de03aa 100644
--- a/libcore/PropertyList.h
+++ b/libcore/PropertyList.h
@@ -150,14 +150,11 @@ public:
     /// will be invoked using the given as_object as 'this' pointer.
     /// If the property is not found a SimpleProperty will be created.
     ///
-    /// @param key
-    ///    Name of the property. Search is case-*sensitive*
+    /// @param uri
+    ///    Name of the property.
     /// @param value
     ///    a const reference to the as_value to use for setting
     ///    or creating the property. 
-    /// @param namespaceId
-    ///    The namespace in which this should be entered. If 0 is given,
-    ///    this will use the first value found, if it exists.
     /// @param flagsIfMissing
     ///    Flags to associate to the property if a new one is created.
     /// @return true if the value was successfully set, false
@@ -167,8 +164,7 @@ public:
 
     /// Get a property if it exists.
     //
-    /// @param key  Name of the property. Search is case-*sensitive*
-    /// @param nsId The id of the namespace to search
+    /// @param uri  Name of the property. 
     /// @return     A Property or 0, if no such property exists.
     ///             All Property objects are owned by this PropertyList. Do
     ///             not delete them.
@@ -177,8 +173,7 @@ public:
     /// Delete a Property, if existing and not protected from deletion.
     //
     ///
-    /// @param key      Name of the property.
-    /// @param nsId     Name of the namespace
+    /// @param uri      Name of the property.
     /// @return         a pair of boolean values expressing whether the 
property
     ///                 was found (first) and whether it was deleted (second).
     ///                 Of course a pair(false, true) would be invalid (deleted
@@ -192,7 +187,7 @@ public:
     //
     /// TODO: this function has far too many arguments.
     //
-    /// @param key      Name of the property. Search is case-*sensitive*
+    /// @param uri      Name of the property. 
     /// @param getter   A function to invoke when this property value is
     ///                 requested. 
     /// @param setter   A function to invoke when setting this property's 
value.
@@ -208,7 +203,7 @@ public:
 
     /// Add a getter/setter property, if not already existing
     //
-    /// @param key      Name of the property.
+    /// @param uri      Name of the property.
     /// @param getter   A function to invoke when this property value is
     ///                 requested.
     /// @param setter   A function to invoke when setting this property's 
value.
@@ -219,7 +214,7 @@ public:
 
     /// Add a destructive getter property, if not already existant.
     //
-    /// @param key      Name of the property.
+    /// @param uri      Name of the property.
     /// @param getter   A function to invoke when this property value is
     ///                 requested.
     /// @param flagsIfMissing Flags to associate to the property if a new
@@ -230,7 +225,7 @@ public:
 
     /// Add a destructive getter property, if not already existant.
     ///
-    /// @param key      Name of the property. Case-sensitive search.
+    /// @param uri      Name of the property. 
     /// @param getter   A function to invoke when this property value is
     ///                 requested.
     ///
@@ -243,7 +238,7 @@ public:
 
     /// Set the flags of a property.
     //
-    /// @param key      Name of the property. Search is case-*sensitive*
+    /// @param uri      Name of the property. 
     /// @param setTrue  The set of flags to set
     /// @param setFalse The set of flags to clear
     void setFlags(const ObjectURI& uri, int setTrue, int setFalse);

-----------------------------------------------------------------------

Summary of changes:
 libcore/PropertyList.h |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]