~ubuntu-branches/ubuntu/lucid/ming/lucid

« back to all changes in this revision

Viewing changes to docs/man/SWFMovie_setScriptLimits.3

  • Committer: Bazaar Package Importer
  • Author(s): Ilya Barygin
  • Date: 2010-02-11 10:57:41 UTC
  • mfrom: (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100211105741-lzpmxc0703c4bo1w
Tags: 1:0.4.3-1ubuntu1
* Merge from Debian unstable (LP: #192664), remaining changes:
  - Python 2.6 transition:
    - debian/rules:
      + Include /usr/share/python/python.mk.
      + Add py_setup_install_args macro to setup.py install.
      + Installed modules differ between python versions and can't be shared,
        use DH_PYCENTRAL=nomove.
    - Remove unnecessary debian/python-ming.{dirs,files}, Python 2.3 is not
      supported anymore.
* debian/control: separate dependencies by commas.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" WARNING! THIS FILE WAS GENERATED AUTOMATICALLY BY c2man!
 
2
.\" DO NOT EDIT! CHANGES MADE TO THIS FILE WILL BE LOST!
 
3
.TH "SWFMovie_setScriptLimits" 3 "1 October 2008" "c2man movie.c"
 
4
.SH "NAME"
 
5
SWFMovie_setScriptLimits \- modifies scruipt limits
 
6
.SH "SYNOPSIS"
 
7
.ft B
 
8
#include <ming.h>
 
9
.br
 
10
.sp
 
11
void SWFMovie_setScriptLimits
 
12
.br
 
13
(
 
14
.br
 
15
        SWFMovie movie,
 
16
.br
 
17
        int maxRecursion,
 
18
.br
 
19
        int timeout
 
20
.br
 
21
);
 
22
.ft R
 
23
.SH "PARAMETERS"
 
24
.TP
 
25
.B "SWFMovie movie"
 
26
Not Documented.
 
27
.TP
 
28
.B "int maxRecursion"
 
29
Max recursion.
 
30
.TP
 
31
.B "int timeout"
 
32
Timeout in sec.
 
33
.SH "DESCRIPTION"
 
34
Default recursion depth is 265
 
35
default timeout is 15-20 sec.