Blame doc/html/annotation-glossary.html

Packit 79f644
Packit 79f644
<html>
Packit 79f644
<head>
Packit 79f644
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Packit 79f644
<title>Annotation Glossary: GNOME Online Accounts Reference Manual</title>
Packit 79f644
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
Packit 79f644
<link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
Packit 79f644
<link rel="up" href="index.html" title="GNOME Online Accounts Reference Manual">
Packit 79f644
<link rel="prev" href="gio-hierarchy.html" title="Object Hierarchy">
Packit 79f644
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
Packit 79f644
<link rel="stylesheet" href="style.css" type="text/css">
Packit 79f644
</head>
Packit 79f644
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
Packit 79f644
Packit 79f644
A
Packit 79f644
                     | 
Packit 79f644
                  E
Packit 79f644
                     | 
Packit 79f644
                  N
Packit 79f644
                     | 
Packit 79f644
                  O
Packit 79f644
                     | 
Packit 79f644
                  S
Packit 79f644
                     | 
Packit 79f644
                  T
Packit 79f644
Home
Packit 79f644
Packit 79f644
Prev
Packit 79f644
Packit 79f644
Packit 79f644
Packit 79f644

Packit 79f644
Annotation Glossary
Packit 79f644

A

Packit 79f644
allow-none
Packit 79f644

NULL is OK, both for passing and for returning.

Packit 79f644

E

Packit 79f644
element-type
Packit 79f644

Generics and defining elements of containers and arrays.

Packit 79f644

N

Packit 79f644
nullable
Packit 79f644

NULL may be passed as the value in, out, in-out; or as a return value.

Packit 79f644

O

Packit 79f644
out
Packit 79f644

Parameter for returning results. Default is transfer full.

Packit 79f644

S

Packit 79f644
skip
Packit 79f644

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

Packit 79f644

T

Packit 79f644
transfer full
Packit 79f644

Free data after the code is done.

Packit 79f644
transfer none
Packit 79f644

Don't free data after the code is done.

Packit 79f644
type
Packit 79f644

Override the parsed C type with given type.

Packit 79f644
Packit 79f644
Packit 79f644

Generated by GTK-Doc V1.28
Packit 79f644
</body>
Packit 79f644
</html>