~attente/glib/gicon-upstream

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/gvariant-format-strings.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane, Josselin Mouette, Iain Lane
  • Date: 2012-10-17 11:51:14 UTC
  • mfrom: (172.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20121017115114-gqog9lavags5afi1
Tags: 2.34.1-1
[ Josselin Mouette ]
* Require libelfg0-dev, not libelf-dev which has nothing to do with 
  it.

[ Iain Lane ]
* New upstream release
  + GTimeZone support for zoneinfo version 1
  + Leak in glib-compile-resources
  + g_settings_bind: use canonical property name
  + Port gio tests from pygobject to pygi
* Switch python-gobject-2 BD to python-gi, folowing porting of tests. 
* debian/patches/50_git_gmenuexporter_allow_null_bus_on_name_vanished.patch:
  Cherry-pick upstream patch to fix crash when GBusNameVanishedCallback is
  called with a NULL GDBusConnection. (LP: #1044322)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="glib-data-types.html" title="GLib Data Types">
9
9
<link rel="prev" href="glib-GVariant.html" title="GVariant">
10
10
<link rel="next" href="gvariant-text.html" title="GVariant Text Format">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
29
29
<td valign="top" align="right"></td>
30
30
</tr></table></div>
31
31
<div class="refsect1">
32
 
<a name="idp37378432"></a><h2>Variable Argument Conversions</h2>
 
32
<a name="idp6533520"></a><h2>Variable Argument Conversions</h2>
33
33
<p>
34
34
   This page attempts to document how to perform variable argument
35
35
   conversions with GVariant.
46
46
  </p>
47
47
</div>
48
48
<div class="refsect1">
49
 
<a name="idp35795808"></a><h2>Syntax</h2>
 
49
<a name="idp6584304"></a><h2>Syntax</h2>
50
50
<p>
51
51
   This section exhaustively describes all possibilities for GVariant format strings.  There are no valid forms of
52
52
   format strings other than those described here.  Please note that the format string syntax is likely to expand in the
78
78
</ul></div>
79
79
</div>
80
80
<div class="refsect1">
81
 
<a name="idp26876880"></a><h2>Symbols</h2>
 
81
<a name="idp50941184"></a><h2>Symbols</h2>
82
82
<p>
83
83
    The following table describes the rough meaning of symbols that may appear inside a GVariant format string.  Each
84
84
    symbol is described in detail in its own section, including usage examples.
470
470
    it operates with pointers.  The pointers must always point to a memory region of exactly the correct size.
471
471
   </p>
472
472
<div class="refsect3">
473
 
<a name="idp21901456"></a><h4>Examples</h4>
 
473
<a name="idp36434880"></a><h4>Examples</h4>
474
474
<div class="informalexample">
475
475
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
476
476
    <tbody>
544
544
    string should be ignored (in which case no copy is made).
545
545
   </p>
546
546
<div class="refsect3">
547
 
<a name="idp54140496"></a><h4>Examples</h4>
 
547
<a name="idp24524544"></a><h4>Examples</h4>
548
548
<div class="informalexample">
549
549
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
550
550
    <tbody>
613
613
    ignored (in which case no new reference is created).
614
614
   </p>
615
615
<div class="refsect3">
616
 
<a name="idp10178528"></a><h4>Examples</h4>
 
616
<a name="idp9280848"></a><h4>Examples</h4>
617
617
<div class="informalexample">
618
618
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
619
619
    <tbody>
672
672
    should be ignored.
673
673
   </p>
674
674
<div class="refsect3">
675
 
<a name="idp11407200"></a><h4>Examples</h4>
 
675
<a name="idp21206320"></a><h4>Examples</h4>
676
676
<div class="informalexample">
677
677
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
678
678
    <tbody>
784
784
    but have their values set to binary zero.
785
785
   </p>
786
786
<div class="refsect3">
787
 
<a name="idp7358608"></a><h4>Examples</h4>
 
787
<a name="idp9586752"></a><h4>Examples</h4>
788
788
<div class="informalexample">
789
789
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
790
790
    <tbody>
918
918
    Tuples are handled by handling each item in the tuple, in sequence.  Each item is handled in the usual way.
919
919
   </p>
920
920
<div class="refsect3">
921
 
<a name="idp6015984"></a><h4>Examples</h4>
 
921
<a name="idp9992192"></a><h4>Examples</h4>
922
922
<div class="informalexample">
923
923
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
924
924
    <tbody>
972
972
    Dictionary entries are handled by handling first the key, then the value.  Each is handled in the usual way.
973
973
   </p>
974
974
<div class="refsect3">
975
 
<a name="idp24099392"></a><h4>Examples</h4>
 
975
<a name="idp28078368"></a><h4>Examples</h4>
976
976
<div class="informalexample">
977
977
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
978
978
    <tbody>
1035
1035
    improvements in type safety and code self-documentation.
1036
1036
   </p>
1037
1037
<div class="refsect3">
1038
 
<a name="idp11032432"></a><h4>Examples</h4>
 
1038
<a name="idp11303488"></a><h4>Examples</h4>
1039
1039
<div class="informalexample">
1040
1040
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1041
1041
    <tbody>
1115
1115
    always be properly nul-terminated.
1116
1116
   </p>
1117
1117
<div class="refsect3">
1118
 
<a name="idp8635952"></a><h4>Examples</h4>
 
1118
<a name="idp37523568"></a><h4>Examples</h4>
1119
1119
<div class="informalexample">
1120
1120
  <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
1121
1121
    <tbody>
1330
1330
</div>
1331
1331
<div class="footer">
1332
1332
<hr>
1333
 
          Generated by GTK-Doc V1.18.1</div>
 
1333
          Generated by GTK-Doc V1.18</div>
1334
1334
</body>
1335
1335
</html>
 
 
b'\\ No newline at end of file'