~ubuntu-branches/ubuntu/jaunty/glib2.0/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-Keyed-Data-Lists.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-03-14 10:53:26 UTC
  • mfrom: (1.2.44 upstream) (3.2.27 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090314105326-6oo6zwt0xmc2jor2
Tags: 2.20.0-1
* New upstream stable release.
* Upload to unstable, remove check-dist include.
  This won't block any transitions because of symbol files.
* debian/libglib2.0-0.symbols,
  debian/rules:
  + Update for the API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Keyed Data Lists</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
7
7
<link rel="home" href="index.html" title="GLib Reference Manual">
8
8
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
9
9
<link rel="prev" href="glib-Quarks.html" title="Quarks">
27
27
<link rel="index" href="ix09.html" title="Index of new symbols in 2.14">
28
28
<link rel="index" href="ix10.html" title="Index of new symbols in 2.16">
29
29
<link rel="index" href="ix11.html" title="Index of new symbols in 2.18">
 
30
<link rel="index" href="ix12.html" title="Index of new symbols in 2.20">
30
31
</head>
31
32
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
32
33
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
104
105
<p>
105
106
Data lists are used for associating arbitrary data with
106
107
<span class="type">GObjects</span>, using <a
107
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#g-object-set-data"
 
108
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-set-data"
108
109
><code class="function">g_object_set_data()</code></a> and related functions.
109
110
</p>
110
111
<p>
519
520
a data list without using any additional space. It is
520
521
not generally useful except in circumstances where space
521
522
is very tight. (It is used in the base <a
522
 
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
523
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
523
524
><span class="type">GObject</span></a> type, for
524
525
example.)</p>
525
526
<p>