~ubuntu-branches/ubuntu/precise/poppler/precise-security

« back to all changes in this revision

Viewing changes to glib/Poppler-0.16.gir

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2011-03-08 10:46:40 UTC
  • mfrom: (1.5.5) (4.3.2 experimental)
  • Revision ID: package-import@ubuntu.com-20110308104640-de1rwygu2cx2t0yt
Tags: 0.16.3-1ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
  - debian/control: Lower poppler-data to Suggests: (handled by
    language-selector).
  - Add 10_fix-a4-page-shift-on-brother-ps-printers.patch: Fix page shifts
    when printing on A4 paper with Brother PostScript printers.
    (LP #293832)
  - debian/control, debian/rules: Disable OpenJPEG, it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1095
1095
      </method>
1096
1096
      <method name="save_to_callback"
1097
1097
              c:identifier="poppler_attachment_save_to_callback"
1098
 
              introspectable="0"
1099
1098
              throws="1">
1100
1099
        <doc xml:whitespace="preserve">Saves @attachment by feeding the produced data to @save_func. Can be used
1101
1100
when you want to store the attachment to something other than a file, such as
1107
1106
          <type name="gboolean" c:type="gboolean"/>
1108
1107
        </return-value>
1109
1108
        <parameters>
1110
 
          <parameter name="save_func" transfer-ownership="none" closure="1">
 
1109
          <parameter name="save_func"
 
1110
                     transfer-ownership="none"
 
1111
                     scope="call"
 
1112
                     closure="1">
1111
1113
            <doc xml:whitespace="preserve">a function that is called to save each block of data that the save routine generates.</doc>
1112
1114
            <type name="AttachmentSaveFunc"
1113
1115
                  c:type="PopplerAttachmentSaveFunc"/>
1571
1573
        </return-value>
1572
1574
        <parameters>
1573
1575
          <parameter name="major_version"
1574
 
                     transfer-ownership="none"
 
1576
                     direction="out"
 
1577
                     caller-allocates="0"
 
1578
                     transfer-ownership="full"
1575
1579
                     allow-none="1">
1576
1580
            <doc xml:whitespace="preserve">return location for the PDF major version number</doc>
1577
1581
            <type name="guint" c:type="guint*"/>
1578
1582
          </parameter>
1579
1583
          <parameter name="minor_version"
1580
 
                     transfer-ownership="none"
 
1584
                     direction="out"
 
1585
                     caller-allocates="0"
 
1586
                     transfer-ownership="full"
1581
1587
                     allow-none="1">
1582
1588
            <doc xml:whitespace="preserve">return location for the PDF minor version number</doc>
1583
1589
            <type name="guint" c:type="guint*"/>
2687
2693
      <method name="save_to_callback"
2688
2694
              c:identifier="poppler_media_save_to_callback"
2689
2695
              version="0.14"
2690
 
              introspectable="0"
2691
2696
              throws="1">
2692
2697
        <doc xml:whitespace="preserve">Saves embedded stream of @poppler_media by feeding the produced data to @save_func. Can be used
2693
2698
when you want to store the media clip stream to something other than a file, such as
2699
2704
          <type name="gboolean" c:type="gboolean"/>
2700
2705
        </return-value>
2701
2706
        <parameters>
2702
 
          <parameter name="save_func" transfer-ownership="none" closure="1">
 
2707
          <parameter name="save_func"
 
2708
                     transfer-ownership="none"
 
2709
                     scope="call"
 
2710
                     closure="1">
2703
2711
            <doc xml:whitespace="preserve">a function that is called to save each block of data that the save routine generates.</doc>
2704
2712
            <type name="MediaSaveFunc" c:type="PopplerMediaSaveFunc"/>
2705
2713
          </parameter>
3162
3170
          <type name="none" c:type="void"/>
3163
3171
        </return-value>
3164
3172
        <parameters>
3165
 
          <parameter name="width" transfer-ownership="none" allow-none="1">
 
3173
          <parameter name="width"
 
3174
                     direction="out"
 
3175
                     caller-allocates="0"
 
3176
                     transfer-ownership="full"
 
3177
                     allow-none="1">
3166
3178
            <doc xml:whitespace="preserve">return location for the width of @page</doc>
3167
3179
            <type name="gdouble" c:type="double*"/>
3168
3180
          </parameter>
3169
 
          <parameter name="height" transfer-ownership="none" allow-none="1">
 
3181
          <parameter name="height"
 
3182
                     direction="out"
 
3183
                     caller-allocates="0"
 
3184
                     transfer-ownership="full"
 
3185
                     allow-none="1">
3170
3186
            <doc xml:whitespace="preserve">return location for the height of @page</doc>
3171
3187
            <type name="gdouble" c:type="double*"/>
3172
3188
          </parameter>
3207
3223
                     direction="out"
3208
3224
                     caller-allocates="0"
3209
3225
                     transfer-ownership="full">
3210
 
            <doc xml:whitespace="preserve">length of returned array</doc>
 
3226
            <doc xml:whitespace="preserve">(out) length of returned array</doc>
3211
3227
            <type name="guint" c:type="guint*"/>
3212
3228
          </parameter>
3213
3229
        </parameters>
3247
3263
        </return-value>
3248
3264
        <parameters>
3249
3265
          <parameter name="width" transfer-ownership="none">
3250
 
            <doc xml:whitespace="preserve">return location for width</doc>
 
3266
            <doc xml:whitespace="preserve">(out) return location for width</doc>
3251
3267
            <type name="gint" c:type="int*"/>
3252
3268
          </parameter>
3253
3269
          <parameter name="height" transfer-ownership="none">
3254
 
            <doc xml:whitespace="preserve">return location for height</doc>
 
3270
            <doc xml:whitespace="preserve">(out) return location for height</doc>
3255
3271
            <type name="gint" c:type="int*"/>
3256
3272
          </parameter>
3257
3273
        </parameters>