summaryrefslogtreecommitdiff
path: root/glib/reference/tmpl/poppler-attachment.sgml
blob: afecdbc6553743936abd4f6839aee7088685dac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!-- ##### SECTION Title ##### -->
PopplerAttachment

<!-- ##### SECTION Short_Description ##### -->


<!-- ##### SECTION Long_Description ##### -->
<para>

</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### SECTION Image ##### -->


<!-- ##### STRUCT PopplerAttachment ##### -->
<para>

</para>


<!-- ##### FUNCTION poppler_attachment_save ##### -->
<para>

</para>

@attachment: 
@filename: 
@error: 
@Returns: 


<!-- ##### FUNCTION poppler_attachment_save_to_callback ##### -->
<para>

</para>

@attachment: 
@save_func: 
@user_data: 
@error: 
@Returns: 


<!-- ##### USER_FUNCTION PopplerAttachmentSaveFunc ##### -->
<para>
Specifies the type of the function passed to
poppler_attachment_save_to_callback().  It is called once for each block of
bytes that is "written" by poppler_attachment_save_to_callback().  If
successful it should return %TRUE.  If an error occurs it should set
@error and return %FALSE, in which case poppler_attachment_save_to_callback()
will fail with the same error.
</para>

@buf: buffer containing bytes to be written.
@count: number of bytes in @buf.
@data: A location to return an error.
@error: user data passed to poppler_attachment_save_to_callback()
@Returns: %TRUE if successful, %FALSE (with @error set) if failed.