gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server gnash.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server gnash.h
Date: Wed, 17 May 2006 15:17:55 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Sandro Santilli <address@hidden>        06/05/17 15:17:55

Modified files:
        server         : gnash.h 

Log message:
        Added a note about avoiding full scan when calling get_movie_info()

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/server/gnash.h.diff?tr1=1.26&tr2=1.27&r1=text&r2=text

Patches:
Index: gnash/server/gnash.h
diff -u gnash/server/gnash.h:1.26 gnash/server/gnash.h:1.27
--- gnash/server/gnash.h:1.26   Tue May 16 18:29:55 2006
+++ gnash/server/gnash.h        Wed May 17 15:17:55 2006
@@ -181,6 +181,9 @@
 /// Sets *version to 0 if info can't be extracted.
 ///
 /// You can pass NULL for any entries you're not interested in.
+/// In particular, using a NULL tag_count will avoid scanning
+/// the whole movie.
+///
 /// FIXME: use a stream here, so we can use an already opened one.
 ///
 void   get_movie_info(




reply via email to

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