Blame doc/html/annotation-glossary.html

Packit 712bc5
Packit 712bc5
<html>
Packit 712bc5
<head>
Packit 712bc5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 712bc5
<title>Annotation Glossary: GUPnP A/V Reference Manual</title>
Packit 712bc5
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
Packit 712bc5
<link rel="home" href="index.html" title="GUPnP A/V Reference Manual">
Packit 712bc5
<link rel="up" href="index.html" title="GUPnP A/V Reference Manual">
Packit 712bc5
<link rel="prev" href="gupnp-av-Error-codes.html" title="Error codes">
Packit 712bc5
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
Packit 712bc5
<link rel="stylesheet" href="style.css" type="text/css">
Packit 712bc5
</head>
Packit 712bc5
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 712bc5
Packit 712bc5
A
Packit 712bc5
                     | 
Packit 712bc5
                  E
Packit 712bc5
                     | 
Packit 712bc5
                  P
Packit 712bc5
                     | 
Packit 712bc5
                  T
Packit 712bc5
Home
Packit 712bc5
Packit 712bc5
Prev
Packit 712bc5
Packit 712bc5
Packit 712bc5
Packit 712bc5

Packit 712bc5
Annotation Glossary
Packit 712bc5

A

Packit 712bc5
allow-none
Packit 712bc5

NULL is OK, both for passing and for returning.

Packit 712bc5
array
Packit 712bc5

Parameter points to an array of items.

Packit 712bc5

E

Packit 712bc5
element-type
Packit 712bc5

Generics and defining elements of containers and arrays.

Packit 712bc5

P

Packit 712bc5
Private
Packit 712bc5

An interface that can be used within the GNOME stack itself, but that is not

Packit 712bc5
documented for end-users.  Such functions should only be used in specified and
Packit 712bc5
documented ways.
Packit 712bc5

Packit 712bc5

T

Packit 712bc5
transfer container
Packit 712bc5

Free data container after the code is done.

Packit 712bc5
transfer full
Packit 712bc5

Free data after the code is done.

Packit 712bc5
transfer none
Packit 712bc5

Don't free data after the code is done.

Packit 712bc5
Packit 712bc5
Packit 712bc5

Generated by GTK-Doc V1.25
Packit 712bc5
</body>
Packit 712bc5
</html>