Blame docs/libvirt-gobject/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-gobject Reference Manual</title>
Packit a07778
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit a07778
<link rel="home" href="index.html" title="Libvirt-gobject Reference Manual">
Packit a07778
<link rel="up" href="index.html" title="Libvirt-gobject 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
                  C
Packit a07778
                     | 
Packit a07778
                  E
Packit a07778
                     | 
Packit a07778
                  I
Packit a07778
                     | 
Packit a07778
                  O
Packit a07778
                     | 
Packit a07778
                  R
Packit a07778
                     | 
Packit a07778
                  S
Packit a07778
                     | 
Packit a07778
                  T
Packit a07778
Home
Packit a07778
Packit a07778
Prev
Packit a07778
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

C

Packit a07778
closure
Packit a07778

This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.

Packit a07778

E

Packit a07778
element-type
Packit a07778

Generics and defining elements of containers and arrays.

Packit a07778

I

Packit a07778
inout
Packit a07778

Parameter for input and for returning results. Default is transfer full.

Packit a07778

O

Packit a07778
out
Packit a07778

Parameter for returning results. Default is transfer full.

Packit a07778

R

Packit a07778
rename-to
Packit a07778

Rename the original symbol's name to SYMBOL.

Packit a07778

S

Packit a07778
scope async
Packit a07778

The callback is valid until first called.

Packit a07778
scope notified
Packit a07778

The callback is valid until the GDestroyNotify argument is called.

Packit a07778
skip
Packit a07778

Exposed in C code, not necessarily available in other languages.

Packit a07778

T

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>