Blame docs/libvirt-gconfig/html/annotation-glossary.html
|
Packit |
a07778 |
|
|
Packit |
a07778 |
<html>
|
|
Packit |
a07778 |
<head>
|
|
Packit |
a07778 |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
Packit |
a07778 |
<title>Annotation Glossary: Libvirt-gconfig Reference Manual</title>
|
|
Packit |
a07778 |
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
|
|
Packit |
a07778 |
<link rel="home" href="index.html" title="Libvirt-gconfig Reference Manual">
|
|
Packit |
a07778 |
<link rel="up" href="index.html" title="Libvirt-gconfig Reference Manual">
|
|
Packit |
a07778 |
<link rel="prev" href="api-index-full.html" title="API Index">
|
|
Packit |
a07778 |
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
|
Packit |
a07778 |
<link rel="stylesheet" href="style.css" type="text/css">
|
|
Packit |
a07778 |
</head>
|
|
Packit |
a07778 |
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
A
|
|
Packit |
a07778 |
|
|
|
Packit |
a07778 |
E
|
|
Packit |
a07778 |
|
|
|
Packit |
a07778 |
I
|
|
Packit |
a07778 |
|
|
|
Packit |
a07778 |
T
|
|
Packit |
a07778 |
![Home](home.png)
|
|
Packit |
a07778 |
![](up-insensitive.png)
|
|
Packit |
a07778 |
![Prev](left.png)
|
|
Packit |
a07778 |
![](right-insensitive.png)
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
Annotation Glossary
|
|
Packit |
a07778 |
A
|
|
Packit |
a07778 |
allow-none
|
|
Packit |
a07778 |
NULL is OK, both for passing and for returning.
|
|
Packit |
a07778 |
array
|
|
Packit |
a07778 |
Parameter points to an array of items.
|
|
Packit |
a07778 |
E
|
|
Packit |
a07778 |
element-type
|
|
Packit |
a07778 |
Generics and defining elements of containers and arrays.
|
|
Packit |
a07778 |
I
|
|
Packit |
a07778 |
in
|
|
Packit |
a07778 |
Parameter for input. Default is transfer none.
|
|
Packit |
a07778 |
inout
|
|
Packit |
a07778 |
Parameter for input and for returning results. Default is transfer full.
|
|
Packit |
a07778 |
T
|
|
Packit |
a07778 |
transfer container
|
|
Packit |
a07778 |
Free data container after the code is done.
|
|
Packit |
a07778 |
transfer full
|
|
Packit |
a07778 |
Free data after the code is done.
|
|
Packit |
a07778 |
transfer none
|
|
Packit |
a07778 |
Don't free data after the code is done.
|
|
Packit |
a07778 |
type
|
|
Packit |
a07778 |
Override the parsed C type with given type.
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
|
|
Packit |
a07778 |
Generated by GTK-Doc V1.29
|
|
Packit |
a07778 |
</body>
|
|
Packit |
a07778 |
</html>
|