summaryrefslogtreecommitdiff
path: root/doc/texinfo/body.texi
blob: abbdbc83848052692241b2e8d2870cb0f4713f83 (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
@c This is part of the GNU Mailutils manual.
@c Copyright (C) 1999-2004, 2006-2007, 2010-2012, 2014-2015 Free
@c Software Foundation, Inc.
@c See file mailutils.texi for copying conditions.
@comment *******************************************************************

@smallexample
@code{/* Prefix @emph{mu_body_} is reserved. */}
@code{#include <mailutils/body.h>}
@end smallexample

@deftypefun  int mu_body_create (mu_body_t *@var{body}, void *@var{owner})
Initialize an object @var{body}.
@end deftypefun

@deftypefun void mu_body_destroy (mu_body_t *@var{body})
The resources allocated are release.
@end deftypefun

@deftypefun void* mu_body_get_owner (mu_body_t @var{body})
@end deftypefun

@deftypefun  int mu_body_is_modified (mu_body_t @var{body})
@end deftypefun

@deftypefun  int mu_body_clear_modified (mu_body_t @var{body})
@end deftypefun

@c
@c -----------
@c

@deftypefun  int mu_body_get_stream (mu_body_t @var{body}, stream_t *@var{stream})
@end deftypefun

@deftypefun  int mu_body_set_stream (mu_body_t @var{body}, stream_t @var{stream}, void *@var{owner})
@end deftypefun

@deftypefun  int mu_body_get_filename (mu_body_t @var{body}, char *@var{buffer}, size_t @var{buflen}, size_t *@var{writen})
@end deftypefun

@deftypefun  int mu_body_size (mu_body_t @var{body}, size_t *@var{size})
@end deftypefun

@deftypefun  int mu_body_set_size (mu_body_t @var{body}, int (*@var{_size}) (mu_body_t, size_t *), void *@var{owner})
@end deftypefun

@deftypefun  int mu_body_lines (mu_body_t @var{body}, size_t *@var{lines})
@end deftypefun

@deftypefun  int mu_body_set_lines (mu_body_t @var{body}, int (*@var{_lines}) (mu_body_t, size_t *), void *@var{owner})
@end deftypefun

Return to:

Send suggestions and report system problems to the System administrator.