diff options
author | Ted Gould <ted@gould.cx> | 2010-08-02 14:38:34 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-02 14:38:34 -0500 |
commit | a77f998ed89128b6b1a601fa534fa2bba5cb303b (patch) | |
tree | b87ed55b76c66fe646e5b37e22f978d309ef8b1f /docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html | |
parent | c6c4c285c3844cb3ed50a41068bf7278604c41dd (diff) | |
parent | 10cf92485ff65b6b5c17ee51fda006f079adc8c3 (diff) | |
download | libdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.tar.gz libdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.tar.bz2 libdbusmenu-a77f998ed89128b6b1a601fa534fa2bba5cb303b.zip |
* Updating to packaging branch
* Globbing layout signaling from the server
* Globbing property requests into group requests
* New upstream release.
- Added ItemActivationRequested signal.
* New upstream release.
* Making dbusmenu-dumper have a click to dump feature.
* Autogen update
Diffstat (limited to 'docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html')
-rw-r--r-- | docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html b/docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html index 761f8dc..a9ae97e 100644 --- a/docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html +++ b/docs/libdbusmenu-glib/reference/html/libdbusmenu-glib-DbusmenuMenuitem.html @@ -8,7 +8,7 @@ <link rel="up" href="ch01.html" title="API"> <link rel="prev" href="libdbusmenu-glib-DbusmenuMenuitemProxy.html" title="DbusmenuMenuitemProxy"> <link rel="next" href="libdbusmenu-glib-DbusmenuClient.html" title="DbusmenuClient"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -384,7 +384,8 @@ menu should be shown. </tr> <tr> <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td> Extra user data sent with the function. closure</td> +<td> Extra user data sent with the function. <span class="annotation">[closure]</span> +</td> </tr> </tbody> </table></div> @@ -404,11 +405,13 @@ as an XML fragment. Should call it's own children. <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>mi</code></em> :</span></p></td> -<td> Menu item that should be built from. <acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>. </td> +<td> Menu item that should be built from. <span class="annotation">[<acronym title="Parameter for input. Default is transfer none."><span class="acronym">in</span></acronym>]</span> +</td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>stringarray</code></em> :</span></p></td> -<td> An array of strings that can be combined into an XML file.. <acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>. <acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>. <acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>. <acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8. </td> +<td> An array of strings that can be combined into an XML file. <span class="annotation">[<acronym title="Parameter for input and for returning results. Default is transfer full."><span class="acronym">inout</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span> +</td> </tr> </tbody> </table></div> @@ -1368,7 +1371,8 @@ This calls the function <em class="parameter"><code>func</code></em> on this men </tr> <tr> <td><p><span class="term"><em class="parameter"><code>data</code></em> :</span></p></td> -<td> User data to pass to the function. closure</td> +<td> User data to pass to the function. <span class="annotation">[closure]</span> +</td> </tr> </tbody> </table></div> @@ -1449,7 +1453,8 @@ This function is used to send the even that the submenu </tr> <tr> <td><p><span class="term"><em class="parameter"><code>cb_data</code></em> :</span></p></td> -<td> Data to pass to the callback.. closure</td> +<td> Data to pass to the callback. <span class="annotation">[closure]</span> +</td> </tr> </tbody> </table></div> @@ -1458,6 +1463,6 @@ This function is used to send the even that the submenu </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html>
\ No newline at end of file |