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. 069fc7fd9cdf6e98d8c4


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 069fc7fd9cdf6e98d8c40a05f9570271b28d8636
Date: Wed, 22 Sep 2010 12:56:07 +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  069fc7fd9cdf6e98d8c40a05f9570271b28d8636 (commit)
      from  90875ad27343f2b5615428bd43f3468feb36d526 (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=069fc7fd9cdf6e98d8c40a05f9570271b28d8636


commit 069fc7fd9cdf6e98d8c40a05f9570271b28d8636
Author: Sandro Santilli <address@hidden>
Date:   Wed Sep 22 14:56:02 2010 +0200

    Document getDisplayObjectByName

diff --git a/libcore/DisplayList.h b/libcore/DisplayList.h
index 6afdc7b..2238601 100644
--- a/libcore/DisplayList.h
+++ b/libcore/DisplayList.h
@@ -247,6 +247,16 @@ public:
        DisplayObject* getDisplayObjectAtDepth(int depth) const;
 
        /// If there are multiples, returns the *first* match only!
+       //
+       /// @param st
+       ///     The string_table to use for finding
+       ///     lowercase equivalent of names if
+       ///     `caseless' parameter is true.
+       /// @param name
+       ///     Query string
+       /// @param caseless
+       ///     Wheter comparison must be case-insensitive.
+       ///
        DisplayObject* getDisplayObjectByName(string_table& st,
             string_table::key name, bool caseless) const;
 

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

Summary of changes:
 libcore/DisplayList.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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