CVSROOT: /sources/gnash Module name: gnash Changes by: Sandro Santilli <strk> 08/01/09 18:31:43
Modified files: server : movie_root.h Log message: document loadMovie CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/gnash/server/movie_root.h?cvsroot=gnash&r1=1.101&r2=1.102 Patches: Index: movie_root.h =================================================================== RCS file: /sources/gnash/gnash/server/movie_root.h,v retrieving revision 1.101 retrieving revision 1.102 diff -u -b -r1.101 -r1.102 --- movie_root.h 9 Jan 2008 14:53:17 -0000 1.101 +++ movie_root.h 9 Jan 2008 18:31:43 -0000 1.102 @@ -15,7 +15,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.101 2008/01/09 14:53:17 strk Exp $ */ +/* $Id: movie_root.h,v 1.102 2008/01/09 18:31:43 strk Exp $ */ /// \page events_handling Handling of user events /// @@ -616,6 +616,16 @@ }; /// Queue a request for loading a movie + // + /// @param url + /// The url to load. + /// + /// @param target + /// Target to load into. + /// + /// @param method + /// Load method. + /// void loadMovie(const URL& url, const std::string& target, LoadMethod method=NONE); private: _______________________________________________ Gnash-commit mailing list Gnash-commit@gnu.org http://lists.gnu.org/mailman/listinfo/gnash-commit