GMime.ContentDisposition – gmime-3.0 Reference Manual
Packages
gmime-3.0
GMime
ContentDisposition
parse
ContentDisposition
encode
get_disposition
get_parameter
get_parameters
is_attachment
set_disposition
set_parameter
@params
disposition
ContentDisposition
Object Hierarchy:
Description:
[
CCode
( type_id =
"g_mime_content_disposition_get_type ()"
) ]
public
class
ContentDisposition
:
Object
A data structure representing a Content-Disposition.
Namespace:
GMime
Package:
gmime-3.0
Content:
Static methods:
public
static
ContentDisposition
parse
(
ParserOptions
? options,
string
str)
Parses the input string into a
ContentDisposition
object.
Creation methods:
public
ContentDisposition
()
Creates a new
ContentDisposition
object.
Methods:
public
string
encode
(
FormatOptions
? options)
Encodes the Content-Disposition header.
public
unowned
string
get_disposition
()
Gets the disposition or
null
on fail.
public
unowned
string
get_parameter
(
string
name)
Gets the parameter value specified by
name
if it's available.
public
unowned
ParamList
get_parameters
()
Gets the Content-Disposition parameter list.
public
bool
is_attachment
()
Determines if a Content-Disposition has a value of "attachment".
public
void
set_disposition
(
string
value)
Sets the disposition to
value
which may be one of
DISPOSITION_ATTACHMENT
or
DISPOSITION_INLINE
or, by your choice, any other string which would indicate how the MIME part should be displayed by the MUA.
public
void
set_parameter
(
string
name,
string
value)
Sets a parameter on the Content-Disposition.
Fields:
public
unowned
ParamList
@params
public
unowned
string
disposition
Inherited Members:
All known members inherited from class GLib.Object
@get
@new
@ref
@set
add_toggle_ref
add_weak_pointer
bind_property
connect
constructed
disconnect
dispose
dup_data
dup_qdata
force_floating
freeze_notify
get_class
get_data
get_property
get_qdata
get_type
getv
interface_find_property
interface_install_property
interface_list_properties
is_floating
new_valist
new_with_properties
newv
notify
notify_property
ref_count
ref_sink
remove_toggle_ref
remove_weak_pointer
replace_data
replace_qdata
set_data
set_data_full
set_property
set_qdata
set_qdata_full
set_valist
setv
steal_data
steal_qdata
thaw_notify
unref
watch_closure
weak_ref
weak_unref