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

« back to all changes in this revision

Viewing changes to docs/man/SWFAction_getByteCode.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 "SWFAction_getByteCode" 3 "1 October 2008" "c2man action.c"
 
4
.SH "NAME"
 
5
SWFAction_getByteCode \- Returns the compiled bytecode.
 
6
.SH "SYNOPSIS"
 
7
.ft B
 
8
#include <ming.h>
 
9
.br
 
10
.sp
 
11
byte *SWFAction_getByteCode
 
12
.br
 
13
(
 
14
.br
 
15
        SWFAction action,
 
16
.br
 
17
        int *length
 
18
.br
 
19
);
 
20
.ft R
 
21
.SH "PARAMETERS"
 
22
.TP
 
23
.B "SWFAction action"
 
24
Not Documented.
 
25
.TP
 
26
.B "int *length"
 
27
Not Documented.
 
28
.SH "DESCRIPTION"
 
29
If not already compiled the script will compiled for SWF V7.
 
30
.SH "RETURNS"
 
31
NULL in case of an error. Length pointer stores the length of
 
32
the compiled bytecode.