Blame docs/html/annotation-glossary.html

Packit 874993
Packit 874993
<html>
Packit 874993
<head>
Packit 874993
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 874993
<title>Annotation Glossary: HarfBuzz Manual</title>
Packit 874993
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
Packit 874993
<link rel="home" href="index.html" title="HarfBuzz Manual">
Packit 874993
<link rel="up" href="pt02.html" title="Part II. Reference manual">
Packit 874993
<link rel="prev" href="deprecated-api-index.html" title="Index of deprecated API">
Packit 874993
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
Packit 874993
<link rel="stylesheet" href="style.css" type="text/css">
Packit 874993
</head>
Packit 874993
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 874993
Packit 874993
A
Packit 874993
                     | 
Packit 874993
                  C
Packit 874993
                     | 
Packit 874993
                  D
Packit 874993
                     | 
Packit 874993
                  E
Packit 874993
                     | 
Packit 874993
                  I
Packit 874993
                     | 
Packit 874993
                  O
Packit 874993
                     | 
Packit 874993
                  S
Packit 874993
                     | 
Packit 874993
                  T
Packit 874993
Home
Packit 874993
Up
Packit 874993
Prev
Packit 874993
Packit 874993
Packit 874993
Packit 874993

Packit 874993
Annotation Glossary
Packit 874993

A

Packit 874993
allow-none
Packit 874993

NULL is ok, both for passing and for returning.

Packit 874993
array
Packit 874993

Parameter points to an array of items.

Packit 874993

C

Packit 874993
closure
Packit 874993

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

Packit 874993

D

Packit 874993
destroy
Packit 874993

This parameter is a 'destroy_data', for callbacks.

Packit 874993

E

Packit 874993
element-type
Packit 874993

Generics and defining elements of containers and arrays.

Packit 874993

I

Packit 874993
inout
Packit 874993

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

Packit 874993

O

Packit 874993
out
Packit 874993

Parameter for returning results. Default is transfer full.

Packit 874993
out caller-allocates
Packit 874993

Out parameter, where caller must allocate storage.

Packit 874993

S

Packit 874993
scope notified
Packit 874993

The callback is valid until the GDestroyNotify argument is called.

Packit 874993

T

Packit 874993
transfer full
Packit 874993

Free data after the code is done.

Packit 874993
transfer none
Packit 874993

Don't free data after the code is done.

Packit 874993
Packit 874993
Packit 874993

Generated by GTK-Doc V1.25.1
Packit 874993
</body>
Packit 874993
</html>