gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server movie_root.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server movie_root.h
Date: Fri, 23 Feb 2007 18:25:33 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/02/23 18:25:33

Modified files:
        server         : movie_root.h 

Log message:
        minor comment about interval timer identifiers

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_root.h?cvsroot=gnash&r1=1.38&r2=1.39

Patches:
Index: movie_root.h
===================================================================
RCS file: /sources/gnash/gnash/server/movie_root.h,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- movie_root.h        22 Feb 2007 14:04:42 -0000      1.38
+++ movie_root.h        23 Feb 2007 18:25:33 -0000      1.39
@@ -14,7 +14,7 @@
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-/* $Id: movie_root.h,v 1.38 2007/02/22 14:04:42 udog Exp $ */
+/* $Id: movie_root.h,v 1.39 2007/02/23 18:25:33 strk Exp $ */
 
 /// \page events_handling Handling of user events
 ///
@@ -209,8 +209,9 @@
        /// @param timer
        ///     A Timer, will be copied.
        ///
-       /// @return an integer indentifying the timer
-       ///         for subsequent call to clear_interval_timer
+       /// @return An integer indentifying the timer
+       ///         for subsequent call to clear_interval_timer.
+       ///         It will NEVER be zero.
        ///
        unsigned int add_interval_timer(const Timer& timer);
 




reply via email to

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