source: udev-lfs/gudev/annotation-glossary.html@ 4fedd8d

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 7.4 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 4fedd8d was d736904, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

Update udev-lfs-199 for man pages and html docs

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5<title>Annotation Glossary</title>
6<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7<link rel="home" href="index.html" title="GUdev Reference Manual">
8<link rel="up" href="index.html" title="GUdev Reference Manual">
9<link rel="prev" href="api-index-deprecated.html" title="Index of deprecated API">
10<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
11<link rel="stylesheet" href="style.css" type="text/css">
12</head>
13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15<tr valign="middle">
16<td><a accesskey="p" href="api-index-deprecated.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17<td> </td>
18<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19<th width="100%" align="center">GUdev Reference Manual</th>
20<td> </td>
21</tr>
22<tr><td colspan="5" class="shortcuts">
23<a class="shortcut" href="#glsA">A</a>
24  | 
25 <a class="shortcut" href="#glsE">E</a>
26  | 
27 <a class="shortcut" href="#glsT">T</a>
28</td></tr>
29</table>
30<div class="glossary">
31<div class="titlepage"><div><div><h1 class="title">
32<a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div>
33<a name="glsA"></a><h3 class="title">A</h3>
34<dt>
35<a name="annotation-glossterm-array"></a>array</dt>
36<dd><p>Parameter points to an array of items.</p></dd>
37<dt>
38<a name="annotation-glossterm-allow-none"></a>allow-none</dt>
39<dd><p>NULL is ok, both for passing and for returning.</p></dd>
40<a name="glsE"></a><h3 class="title">E</h3>
41<dt>
42<a name="annotation-glossterm-element-type"></a>element-type</dt>
43<dd><p>Generics and defining elements of containers and arrays.</p></dd>
44<a name="glsT"></a><h3 class="title">T</h3>
45<dt>
46<a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
47<dd><p>Free data after the code is done.</p></dd>
48<dt>
49<a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
50<dd><p>Don't free data after the code is done.</p></dd>
51</div>
52<div class="footer">
53<hr>
54 Generated by GTK-Doc V1.18</div>
55</body>
56</html>
Note: See TracBrowser for help on using the repository browser.