Codebase list xapp / 9f4afcb
New upstream version 2.2.11 Fabio Fantoni 1 year, 10 months ago
21 changed file(s) with 287 addition(s) and 225 deletion(s). Raw diff Collapse all Expand all
3737 fi
3838
3939 jobs:
40 "mint":
40 "mint21":
4141 <<: *shared
4242 docker:
4343 - image: linuxmintd/mint21-amd64
4444
45 "lmde":
45 "lmde5":
4646 <<: *shared
4747 docker:
4848 - image: linuxmintd/lmde5-amd64
5151 version: 2
5252 build:
5353 jobs:
54 - "mint"
55 - "lmde"
54 - "mint21"
55 - "lmde5"
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppFavorites: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="ch01.html" title="API reference">
99 <link rel="next" href="XAppGtkWindow.html" title="XAppGtkWindow">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
220220 <div class="refsect3">
221221 <a name="xapp-favorites-get-default.returns"></a><h4>Returns</h4>
222222 <p>the XAppFavorites instance for the process. Do not free. </p>
223 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
223 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
224224 </div>
225225 <p class="since">Since: 2.0</p>
226226 </div>
258258 <a name="xapp-favorites-get-favorites.returns"></a><h4>Returns</h4>
259259 <p>a list of <a href="XAppFavorites.html#XAppFavoriteInfo-struct"><span class="type">XAppFavoriteInfos</span></a>.
260260 Free the list with <a href="../glib/glib-Doubly-Linked-Lists.html#g-list-free"><span class="type">g_list_free</span></a>, free elements with <a class="link" href="XAppFavorites.html#xapp-favorite-info-free" title="xapp_favorite_info_free ()"><span class="type">xapp_favorite_info_free</span></a>. </p>
261 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> XAppFavoriteInfo][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
261 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> XAppFavoriteInfo][<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
262262 </div>
263263 <p class="since">Since: 2.0</p>
264264 </div>
322322 <a name="xapp-favorites-find-by-display-name.returns"></a><h4>Returns</h4>
323323 <p>an XAppFavoriteInfo or NULL if one was not found. This is owned
324324 by the favorites manager and should not be freed. </p>
325 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
325 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
326326 </div>
327327 <p class="since">Since: 2.0</p>
328328 </div>
360360 <a name="xapp-favorites-find-by-uri.returns"></a><h4>Returns</h4>
361361 <p>an XAppFavoriteInfo or NULL if one was not found. This is owned
362362 by the favorites manager and should not be freed. </p>
363 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
363 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
364364 </div>
365365 <p class="since">Since: 2.0</p>
366366 </div>
522522 <a name="xapp-favorite-info-copy.returns"></a><h4>Returns</h4>
523523 <p>a new <a class="link" href="XAppFavorites.html#XAppFavoriteInfo"><span class="type">XAppFavoriteInfo</span></a>. Free using <a class="link" href="XAppFavorites.html#xapp-favorite-info-free" title="xapp_favorite_info_free ()"><span class="type">xapp_favorite_info_free</span></a>.</p>
524524 <p>Since 2.0. </p>
525 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
525 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
526526 </div>
527527 </div>
528528 <hr>
608608 <a name="xapp-favorites-create-menu.returns"></a><h4>Returns</h4>
609609 <p>a new <a href="../gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> populated with a list of favorites, or NULL
610610 if there are no favorites. </p>
611 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
611 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
612612 </div>
613613 <p class="since">Since: 2.0</p>
614614 </div>
645645 <a name="xapp-favorites-create-actions.returns"></a><h4>Returns</h4>
646646 <p>a new <a href="../gtk3/GtkActionGroup.html#GtkActionGroup-struct"><span class="type">GtkActionGroup</span></a> populated with a list of favorites, or NULL
647647 if there are no favorites. </p>
648 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gtk.Action][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
648 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gtk.Action][<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
649649 </div>
650650 <p class="since">Since: 2.0</p>
651651 </div>
730730 </div>
731731 </div>
732732 <div class="footer">
733 <hr>Generated by GTK-Doc V1.32</div>
733 <hr>Generated by GTK-Doc V1.33.1</div>
734734 </body>
735735 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppGtkWindow: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppFavorites.html" title="XAppFavorites">
99 <link rel="next" href="XAppIconChooserButton.html" title="XAppIconChooserButton">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
715715 </div>
716716 </div>
717717 <div class="footer">
718 <hr>Generated by GTK-Doc V1.32</div>
718 <hr>Generated by GTK-Doc V1.33.1</div>
719719 </body>
720720 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppIconChooserButton: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppGtkWindow.html" title="XAppGtkWindow">
99 <link rel="next" href="XAppIconChooserDialog.html" title="XAppIconChooserDialog">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
110110 <tbody>
111111 <tr>
112112 <td class="property_type">
113 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
113 <span class="type">char</span> *</td>
114114 <td class="property_name"><a class="link" href="XAppIconChooserButton.html#XAppIconChooserButton--category" title="The “category” property">category</a></td>
115115 <td class="property_flags">Read / Write</td>
116116 </tr>
117117 <tr>
118118 <td class="property_type">
119 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
119 <span class="type">char</span> *</td>
120120 <td class="property_name"><a class="link" href="XAppIconChooserButton.html#XAppIconChooserButton--icon" title="The “icon” property">icon</a></td>
121121 <td class="property_flags">Read / Write</td>
122122 </tr>
356356 <div class="refsect3">
357357 <a name="xapp-icon-chooser-button-get-dialog.returns"></a><h4>Returns</h4>
358358 <p>the <a class="link" href="XAppIconChooserDialog.html" title="XAppIconChooserDialog"><span class="type">XAppIconChooserDialog</span></a>. </p>
359 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
359 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
360360 </div>
361361 </div>
362362 </div>
377377 <a name="XAppIconChooserButton.property-details"></a><h2>Property Details</h2>
378378 <div class="refsect2">
379379 <a name="XAppIconChooserButton--category"></a><h3>The <code class="literal">“category”</code> property</h3>
380 <pre class="programlisting"> “category” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
380 <pre class="programlisting"> “category” <span class="type">char</span> *</pre>
381381 <p>The category selected by default.</p>
382382 <p>Owner: XAppIconChooserButton</p>
383383 <p>Flags: Read / Write</p>
386386 <hr>
387387 <div class="refsect2">
388388 <a name="XAppIconChooserButton--icon"></a><h3>The <code class="literal">“icon”</code> property</h3>
389 <pre class="programlisting"> “icon” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
389 <pre class="programlisting"> “icon” <span class="type">char</span> *</pre>
390390 <p>The preferred size to use when looking up icons. This only works with icon names.
391391 Additionally, there is no guarantee that a selected icon name will exist in a
392392 particular size.</p>
406406 </div>
407407 </div>
408408 <div class="footer">
409 <hr>Generated by GTK-Doc V1.32</div>
409 <hr>Generated by GTK-Doc V1.33.1</div>
410410 </body>
411411 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppIconChooserDialog: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppIconChooserButton.html" title="XAppIconChooserButton">
99 <link rel="next" href="XAppKbdLayoutController.html" title="XAppKbdLayoutController">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
133133 </tr>
134134 <tr>
135135 <td class="property_type">
136 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
136 <span class="type">char</span> *</td>
137137 <td class="property_name"><a class="link" href="XAppIconChooserDialog.html#XAppIconChooserDialog--default-icon" title="The “default-icon” property">default-icon</a></td>
138138 <td class="property_flags">Read / Write</td>
139139 </tr>
367367 <a name="xapp-icon-chooser-dialog-get-icon-string.returns"></a><h4>Returns</h4>
368368 <p>the string representation of the currently selected icon or NULL
369369 if no icon is selected. </p>
370 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
370 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
371371 </div>
372372 </div>
373373 <hr>
423423 <div class="refsect3">
424424 <a name="xapp-icon-chooser-dialog-get-default-icon.returns"></a><h4>Returns</h4>
425425 <p>the default icon, or NULL if none is set. </p>
426 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
426 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
427427 </div>
428428 </div>
429429 <hr>
483483 <tr>
484484 <td class="parameter_name"><p>icons</p></td>
485485 <td class="parameter_description"><p>a list of icon names to add to the new category. </p></td>
486 <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></td>
486 <td class="parameter_annotations"><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> utf8]</span></td>
487487 </tr>
488488 </tbody>
489489 </table></div>
562562 <hr>
563563 <div class="refsect2">
564564 <a name="XAppIconChooserDialog--default-icon"></a><h3>The <code class="literal">“default-icon”</code> property</h3>
565 <pre class="programlisting"> “default-icon” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
565 <pre class="programlisting"> “default-icon” <span class="type">char</span> *</pre>
566566 <p>The icon to use by default.</p>
567567 <p>Owner: XAppIconChooserDialog</p>
568568 <p>Flags: Read / Write</p>
600600 </div>
601601 </div>
602602 <div class="footer">
603 <hr>Generated by GTK-Doc V1.32</div>
603 <hr>Generated by GTK-Doc V1.33.1</div>
604604 </body>
605605 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppKbdLayoutController: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppIconChooserDialog.html" title="XAppIconChooserDialog">
99 <link rel="next" href="XAppMonitorBlanker.html" title="XAppMonitorBlanker">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
240240 <div class="refsect3">
241241 <a name="xapp-kbd-layout-controller-new.returns"></a><h4>Returns</h4>
242242 <p>a new <a class="link" href="XAppKbdLayoutController.html" title="XAppKbdLayoutController"><span class="type">XAppKbdLayoutController</span></a> instance. </p>
243 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
243 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
244244 </div>
245245 </div>
246246 <hr>
391391 <a name="xapp-kbd-layout-controller-get-current-name.returns"></a><h4>Returns</h4>
392392 <p>the newly created string or NULL
393393 if something went wrong. </p>
394 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
394 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
395395 </div>
396396 </div>
397397 <hr>
419419 <div class="refsect3">
420420 <a name="xapp-kbd-layout-controller-get-all-names.returns"></a><h4>Returns</h4>
421421 <p>array of names. </p>
422 <p><span class="annotation">[<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> zero-terminated=1]</span></p>
422 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> zero-terminated=1]</span></p>
423423 </div>
424424 </div>
425425 <hr>
447447 <div class="refsect3">
448448 <a name="xapp-kbd-layout-controller-get-current-icon-name.returns"></a><h4>Returns</h4>
449449 <p>a new string with the icon name. </p>
450 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
450 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
451451 </div>
452452 </div>
453453 <hr>
483483 <div class="refsect3">
484484 <a name="xapp-kbd-layout-controller-get-icon-name-for-group.returns"></a><h4>Returns</h4>
485485 <p>a new string with the icon name. </p>
486 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
486 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
487487 </div>
488488 </div>
489489 <hr>
546546 <div class="refsect3">
547547 <a name="xapp-kbd-layout-controller-get-current-short-group-label.returns"></a><h4>Returns</h4>
548548 <p>a new string or NULL. </p>
549 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
549 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
550550 </div>
551551 </div>
552552 <hr>
582582 <div class="refsect3">
583583 <a name="xapp-kbd-layout-controller-get-short-group-label-for-group.returns"></a><h4>Returns</h4>
584584 <p>a new string or NULL. </p>
585 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
585 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
586586 </div>
587587 </div>
588588 <hr>
610610 <div class="refsect3">
611611 <a name="xapp-kbd-layout-controller-get-current-variant-label.returns"></a><h4>Returns</h4>
612612 <p>a new string or NULL. </p>
613 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
613 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
614614 </div>
615615 </div>
616616 <hr>
646646 <div class="refsect3">
647647 <a name="xapp-kbd-layout-controller-get-variant-label-for-group.returns"></a><h4>Returns</h4>
648648 <p>a new string or NULL. </p>
649 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
649 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
650650 </div>
651651 </div>
652652 <hr>
654654 <a name="xapp-kbd-layout-controller-render-cairo-subscript"></a><h3>xapp_kbd_layout_controller_render_cairo_subscript ()</h3>
655655 <pre class="programlisting"><span class="returnvalue">void</span>
656656 xapp_kbd_layout_controller_render_cairo_subscript
657 (<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
657 (<em class="parameter"><code><a href="../cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a> *cr</code></em>,
658658 <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
659659 <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>,
660660 <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
674674 <tbody>
675675 <tr>
676676 <td class="parameter_name"><p>cr</p></td>
677 <td class="parameter_description"><p>a <span class="type">cairo_t</span></p></td>
677 <td class="parameter_description"><p>a <a href="../cairo/cairo-cairo-t.html#cairo-t"><span class="type">cairo_t</span></a></p></td>
678678 <td class="parameter_annotations"> </td>
679679 </tr>
680680 <tr>
739739 </div>
740740 </div>
741741 <div class="footer">
742 <hr>Generated by GTK-Doc V1.32</div>
742 <hr>Generated by GTK-Doc V1.33.1</div>
743743 </body>
744744 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppMonitorBlanker: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppKbdLayoutController.html" title="XAppKbdLayoutController">
99 <link rel="next" href="XAppPreferencesWindow.html" title="XAppPreferencesWindow">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
216216 </div>
217217 </div>
218218 <div class="footer">
219 <hr>Generated by GTK-Doc V1.32</div>
219 <hr>Generated by GTK-Doc V1.33.1</div>
220220 </body>
221221 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppObjectManagerClient: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppStatusIconMonitor.html" title="XAppStatusIconMonitor">
99 <link rel="next" href="libxapp-xapp-util.html" title="xapp-util">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
504504 </tr>
505505 <tr>
506506 <td class="property_type">
507 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
507 <span class="type">char</span> *</td>
508508 <td class="property_name"><a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface--icon-name" title="The “icon-name” property">icon-name</a></td>
509509 <td class="property_flags">Read / Write</td>
510510 </tr>
511511 <tr>
512 <td class="property_type"><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
512 <td class="property_type"><span class="type">int</span></td>
513513 <td class="property_name"><a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface--icon-size" title="The “icon-size” property">icon-size</a></td>
514514 <td class="property_flags">Read / Write</td>
515515 </tr>
516516 <tr>
517517 <td class="property_type">
518 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
518 <span class="type">char</span> *</td>
519519 <td class="property_name"><a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface--label" title="The “label” property">label</a></td>
520520 <td class="property_flags">Read / Write</td>
521521 </tr>
522522 <tr>
523523 <td class="property_type">
524 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
524 <span class="type">char</span> *</td>
525525 <td class="property_name"><a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface--metadata" title="The “metadata” property">metadata</a></td>
526526 <td class="property_flags">Read / Write</td>
527527 </tr>
528528 <tr>
529529 <td class="property_type">
530 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
530 <span class="type">char</span> *</td>
531531 <td class="property_name"><a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface--name" title="The “name” property">name</a></td>
532532 <td class="property_flags">Read / Write</td>
533533 </tr>
543543 </tr>
544544 <tr>
545545 <td class="property_type">
546 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
546 <span class="type">char</span> *</td>
547547 <td class="property_name"><a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface--tooltip-text" title="The “tooltip-text” property">tooltip-text</a></td>
548548 <td class="property_flags">Read / Write</td>
549549 </tr>
614614 <div class="refsect3">
615615 <a name="xapp-status-icon-interface-interface-info.returns"></a><h4>Returns</h4>
616616 <p>A <a href="../gio/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo-struct"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
617 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
617 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
618618 </div>
619619 </div>
620620 <hr>
680680 <tr>
681681 <td class="parameter_name"><p>invocation</p></td>
682682 <td class="parameter_description"><p>A <a href="../gio/GDBusMethodInvocation.html#GDBusMethodInvocation-struct"><span class="type">GDBusMethodInvocation</span></a>. </p></td>
683 <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
683 <td class="parameter_annotations"><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></td>
684684 </tr>
685685 </tbody>
686686 </table></div>
713713 <tr>
714714 <td class="parameter_name"><p>invocation</p></td>
715715 <td class="parameter_description"><p>A <a href="../gio/GDBusMethodInvocation.html#GDBusMethodInvocation-struct"><span class="type">GDBusMethodInvocation</span></a>. </p></td>
716 <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
716 <td class="parameter_annotations"><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></td>
717717 </tr>
718718 </tbody>
719719 </table></div>
746746 <tr>
747747 <td class="parameter_name"><p>invocation</p></td>
748748 <td class="parameter_description"><p>A <a href="../gio/GDBusMethodInvocation.html#GDBusMethodInvocation-struct"><span class="type">GDBusMethodInvocation</span></a>. </p></td>
749 <td class="parameter_annotations"><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></td>
749 <td class="parameter_annotations"><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></td>
750750 </tr>
751751 </tbody>
752752 </table></div>
869869 </div>
870870 <div class="refsect3">
871871 <a name="xapp-status-icon-interface-call-button-press-finish.returns"></a><h4>Returns</h4>
872 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
872 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
873873 is set. </p>
874874 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
875875 </div>
944944 </div>
945945 <div class="refsect3">
946946 <a name="xapp-status-icon-interface-call-button-press-sync.returns"></a><h4>Returns</h4>
947 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
947 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
948948 is set. </p>
949949 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
950950 </div>
10661066 </div>
10671067 <div class="refsect3">
10681068 <a name="xapp-status-icon-interface-call-button-release-finish.returns"></a><h4>Returns</h4>
1069 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
1069 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
10701070 is set. </p>
10711071 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
10721072 </div>
11411141 </div>
11421142 <div class="refsect3">
11431143 <a name="xapp-status-icon-interface-call-button-release-sync.returns"></a><h4>Returns</h4>
1144 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
1144 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
11451145 is set. </p>
11461146 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
11471147 </div>
12511251 </div>
12521252 <div class="refsect3">
12531253 <a name="xapp-status-icon-interface-call-scroll-finish.returns"></a><h4>Returns</h4>
1254 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
1254 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
12551255 is set. </p>
12561256 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
12571257 </div>
13141314 </div>
13151315 <div class="refsect3">
13161316 <a name="xapp-status-icon-interface-call-scroll-sync.returns"></a><h4>Returns</h4>
1317 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
1317 <p><a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeeded, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
13181318 is set. </p>
13191319 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
13201320 </div>
13481348 <a name="xapp-status-icon-interface-get-name.returns"></a><h4>Returns</h4>
13491349 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
13501350 . </p>
1351 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1351 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
13521352 </div>
13531353 </div>
13541354 <hr>
13771377 <div class="refsect3">
13781378 <a name="xapp-status-icon-interface-dup-name.returns"></a><h4>Returns</h4>
13791379 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
1380 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1380 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
13811381 </div>
13821382 </div>
13831383 <hr>
14431443 <a name="xapp-status-icon-interface-get-icon-name.returns"></a><h4>Returns</h4>
14441444 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
14451445 . </p>
1446 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1446 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
14471447 </div>
14481448 </div>
14491449 <hr>
14731473 <div class="refsect3">
14741474 <a name="xapp-status-icon-interface-dup-icon-name.returns"></a><h4>Returns</h4>
14751475 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
1476 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1476 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
14771477 </div>
14781478 </div>
14791479 <hr>
15401540 <a name="xapp-status-icon-interface-get-tooltip-text.returns"></a><h4>Returns</h4>
15411541 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
15421542 . </p>
1543 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1543 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
15441544 </div>
15451545 </div>
15461546 <hr>
15701570 <div class="refsect3">
15711571 <a name="xapp-status-icon-interface-dup-tooltip-text.returns"></a><h4>Returns</h4>
15721572 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
1573 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1573 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
15741574 </div>
15751575 </div>
15761576 <hr>
16361636 <a name="xapp-status-icon-interface-get-label.returns"></a><h4>Returns</h4>
16371637 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
16381638 . </p>
1639 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1639 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
16401640 </div>
16411641 </div>
16421642 <hr>
16651665 <div class="refsect3">
16661666 <a name="xapp-status-icon-interface-dup-label.returns"></a><h4>Returns</h4>
16671667 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
1668 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1668 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
16691669 </div>
16701670 </div>
16711671 <hr>
19831983 <a name="xapp-status-icon-interface-get-metadata.returns"></a><h4>Returns</h4>
19841984 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
19851985 . </p>
1986 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
1986 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
19871987 </div>
19881988 </div>
19891989 <hr>
20132013 <div class="refsect3">
20142014 <a name="xapp-status-icon-interface-dup-metadata.returns"></a><h4>Returns</h4>
20152015 <p>The property value or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="../glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
2016 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
2016 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
20172017 </div>
20182018 </div>
20192019 <hr>
21502150 <a name="xapp-status-icon-interface-proxy-new-finish.returns"></a><h4>Returns</h4>
21512151 <p>The constructed proxy object or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
21522152 is set. </p>
2153 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceProxy]</span></p>
2153 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceProxy]</span></p>
21542154 </div>
21552155 </div>
21562156 <hr>
22142214 <a name="xapp-status-icon-interface-proxy-new-sync.returns"></a><h4>Returns</h4>
22152215 <p>The constructed proxy object or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
22162216 is set. </p>
2217 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceProxy]</span></p>
2217 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceProxy]</span></p>
22182218 </div>
22192219 </div>
22202220 <hr>
23172317 <a name="xapp-status-icon-interface-proxy-new-for-bus-finish.returns"></a><h4>Returns</h4>
23182318 <p>The constructed proxy object or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
23192319 is set. </p>
2320 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceProxy]</span></p>
2320 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceProxy]</span></p>
23212321 </div>
23222322 </div>
23232323 <hr>
23802380 <a name="xapp-status-icon-interface-proxy-new-for-bus-sync.returns"></a><h4>Returns</h4>
23812381 <p>The constructed proxy object or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
23822382 is set. </p>
2383 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceProxy]</span></p>
2383 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceProxy]</span></p>
23842384 </div>
23852385 </div>
23862386 <hr>
23932393 <div class="refsect3">
23942394 <a name="xapp-status-icon-interface-skeleton-new.returns"></a><h4>Returns</h4>
23952395 <p>The skeleton object. </p>
2396 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceSkeleton]</span></p>
2396 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppStatusIconInterfaceSkeleton]</span></p>
23972397 </div>
23982398 </div>
23992399 <hr>
24222422 <a name="xapp-object-get-status-icon-interface.returns"></a><h4>Returns</h4>
24232423 <p>A <a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface"><span class="type">XAppStatusIconInterface</span></a> that must be freed with <a href="../gobject/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em>
24242424 does not implement the interface. </p>
2425 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
2425 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
24262426 </div>
24272427 </div>
24282428 <hr>
24552455 <p>A <a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface"><span class="type">XAppStatusIconInterface</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em>
24562456 does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>
24572457 . </p>
2458 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
2458 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p>
24592459 </div>
24602460 </div>
24612461 <hr>
24902490 <div class="refsect3">
24912491 <a name="xapp-object-proxy-new.returns"></a><h4>Returns</h4>
24922492 <p>The proxy object. </p>
2493 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2493 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
24942494 </div>
24952495 </div>
24962496 <hr>
25172517 <div class="refsect3">
25182518 <a name="xapp-object-skeleton-new.returns"></a><h4>Returns</h4>
25192519 <p>The skeleton object. </p>
2520 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
2520 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
25212521 </div>
25222522 </div>
25232523 <hr>
27002700 <a name="xapp-object-manager-client-new-finish.returns"></a><h4>Returns</h4>
27012701 <p>The constructed object manager client or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
27022702 is set. </p>
2703 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppObjectManagerClient]</span></p>
2703 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppObjectManagerClient]</span></p>
27042704 </div>
27052705 </div>
27062706 <hr>
27632763 <a name="xapp-object-manager-client-new-sync.returns"></a><h4>Returns</h4>
27642764 <p>The constructed object manager client or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
27652765 is set. </p>
2766 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppObjectManagerClient]</span></p>
2766 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppObjectManagerClient]</span></p>
27672767 </div>
27682768 </div>
27692769 <hr>
28662866 <a name="xapp-object-manager-client-new-for-bus-finish.returns"></a><h4>Returns</h4>
28672867 <p>The constructed object manager client or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
28682868 is set. </p>
2869 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppObjectManagerClient]</span></p>
2869 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppObjectManagerClient]</span></p>
28702870 </div>
28712871 </div>
28722872 <hr>
29292929 <a name="xapp-object-manager-client-new-for-bus-sync.returns"></a><h4>Returns</h4>
29302930 <p>The constructed object manager client or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
29312931 is set. </p>
2932 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppObjectManagerClient]</span></p>
2932 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> XAppObjectManagerClient]</span></p>
29332933 </div>
29342934 </div>
29352935 </div>
29462946 <hr>
29472947 <div class="refsect2">
29482948 <a name="XAppStatusIconInterface--icon-name"></a><h3>The <code class="literal">“icon-name”</code> property</h3>
2949 <pre class="programlisting"> “icon-name” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2949 <pre class="programlisting"> “icon-name” <span class="type">char</span> *</pre>
29502950 <p>Represents the D-Bus property "IconName".</p>
29512951 <p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
29522952 <p>Owner: XAppStatusIconInterface</p>
29562956 <hr>
29572957 <div class="refsect2">
29582958 <a name="XAppStatusIconInterface--icon-size"></a><h3>The <code class="literal">“icon-size”</code> property</h3>
2959 <pre class="programlisting"> “icon-size” <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
2959 <pre class="programlisting"> “icon-size” <span class="type">int</span></pre>
29602960 <p>Represents the D-Bus property "IconSize".</p>
29612961 <p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.</p>
29622962 <p>Owner: XAppStatusIconInterface</p>
29662966 <hr>
29672967 <div class="refsect2">
29682968 <a name="XAppStatusIconInterface--label"></a><h3>The <code class="literal">“label”</code> property</h3>
2969 <pre class="programlisting"> “label” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2969 <pre class="programlisting"> “label” <span class="type">char</span> *</pre>
29702970 <p>Represents the D-Bus property "Label".</p>
29712971 <p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
29722972 <p>Owner: XAppStatusIconInterface</p>
29762976 <hr>
29772977 <div class="refsect2">
29782978 <a name="XAppStatusIconInterface--metadata"></a><h3>The <code class="literal">“metadata”</code> property</h3>
2979 <pre class="programlisting"> “metadata” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2979 <pre class="programlisting"> “metadata” <span class="type">char</span> *</pre>
29802980 <p>Represents the D-Bus property "Metadata".</p>
29812981 <p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
29822982 <p>Owner: XAppStatusIconInterface</p>
29862986 <hr>
29872987 <div class="refsect2">
29882988 <a name="XAppStatusIconInterface--name"></a><h3>The <code class="literal">“name”</code> property</h3>
2989 <pre class="programlisting"> “name” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
2989 <pre class="programlisting"> “name” <span class="type">char</span> *</pre>
29902990 <p>Represents the D-Bus property "Name".</p>
29912991 <p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
29922992 <p>Owner: XAppStatusIconInterface</p>
30163016 <hr>
30173017 <div class="refsect2">
30183018 <a name="XAppStatusIconInterface--tooltip-text"></a><h3>The <code class="literal">“tooltip-text”</code> property</h3>
3019 <pre class="programlisting"> “tooltip-text” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
3019 <pre class="programlisting"> “tooltip-text” <span class="type">char</span> *</pre>
30203020 <p>Represents the D-Bus property "TooltipText".</p>
30213021 <p>Since the D-Bus property for this <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
30223022 <p>Owner: XAppStatusIconInterface</p>
30413041 <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
30423042 user_function (<a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface"><span class="type">XAppStatusIconInterface</span></a> *object,
30433043 <a href="../gio/GDBusMethodInvocation.html#GDBusMethodInvocation-struct"><span class="type">GDBusMethodInvocation</span></a> *invocation,
3044 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg_x,
3045 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg_y,
3044 <span class="type">int</span> arg_x,
3045 <span class="type">int</span> arg_y,
30463046 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg_button,
30473047 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg_time,
3048 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg_panel_position,
3048 <span class="type">int</span> arg_panel_position,
30493049 <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
30503050 <p>Signal emitted when a remote caller is invoking the <GTKDOCLINK HREF="ButtonPress"><code class="function">ButtonPress()</code></GTKDOCLINK> D-Bus method.</p>
30513051 <p>If a signal handler returns <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em>
3052 and eventually call <a class="link" href="XAppObjectManagerClient.html#xapp-status-icon-interface-complete-button-press" title="xapp_status_icon_interface_complete_button_press ()"><code class="function">xapp_status_icon_interface_complete_button_press()</code></a> or e.g. <a href="../gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <a href="../gio/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.</p>
3052 and eventually call <a class="link" href="XAppObjectManagerClient.html#xapp-status-icon-interface-complete-button-press" title="xapp_status_icon_interface_complete_button_press ()"><code class="function">xapp_status_icon_interface_complete_button_press()</code></a> or e.g. <a href="../gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no other signal handlers will run. If no signal handler handles the invocation, the <a href="../gio/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.</p>
30533053 <div class="refsect3">
30543054 <a name="XAppStatusIconInterface-handle-button-press.parameters"></a><h4>Parameters</h4>
30553055 <div class="informaltable"><table class="informaltable" width="100%" border="0">
31043104 </div>
31053105 <div class="refsect3">
31063106 <a name="XAppStatusIconInterface-handle-button-press.returns"></a><h4>Returns</h4>
3107 <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</p>
3107 <p> <a href="../gio/GDBusMethodInvocation.html#G-DBUS-METHOD-INVOCATION-HANDLED:CAPS"><code class="literal">G_DBUS_METHOD_INVOCATION_HANDLED</code></a> or <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="../gio/GDBusMethodInvocation.html#G-DBUS-METHOD-INVOCATION-UNHANDLED:CAPS"><code class="literal">G_DBUS_METHOD_INVOCATION_UNHANDLED</code></a> or <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</p>
31083108 </div>
31093109 <p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
31103110 </div>
31143114 <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
31153115 user_function (<a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface"><span class="type">XAppStatusIconInterface</span></a> *object,
31163116 <a href="../gio/GDBusMethodInvocation.html#GDBusMethodInvocation-struct"><span class="type">GDBusMethodInvocation</span></a> *invocation,
3117 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg_x,
3118 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg_y,
3117 <span class="type">int</span> arg_x,
3118 <span class="type">int</span> arg_y,
31193119 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg_button,
31203120 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg_time,
3121 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg_panel_position,
3121 <span class="type">int</span> arg_panel_position,
31223122 <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
31233123 <p>Signal emitted when a remote caller is invoking the <GTKDOCLINK HREF="ButtonRelease"><code class="function">ButtonRelease()</code></GTKDOCLINK> D-Bus method.</p>
31243124 <p>If a signal handler returns <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em>
3125 and eventually call <a class="link" href="XAppObjectManagerClient.html#xapp-status-icon-interface-complete-button-release" title="xapp_status_icon_interface_complete_button_release ()"><code class="function">xapp_status_icon_interface_complete_button_release()</code></a> or e.g. <a href="../gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <a href="../gio/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.</p>
3125 and eventually call <a class="link" href="XAppObjectManagerClient.html#xapp-status-icon-interface-complete-button-release" title="xapp_status_icon_interface_complete_button_release ()"><code class="function">xapp_status_icon_interface_complete_button_release()</code></a> or e.g. <a href="../gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no other signal handlers will run. If no signal handler handles the invocation, the <a href="../gio/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.</p>
31263126 <div class="refsect3">
31273127 <a name="XAppStatusIconInterface-handle-button-release.parameters"></a><h4>Parameters</h4>
31283128 <div class="informaltable"><table class="informaltable" width="100%" border="0">
31773177 </div>
31783178 <div class="refsect3">
31793179 <a name="XAppStatusIconInterface-handle-button-release.returns"></a><h4>Returns</h4>
3180 <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</p>
3180 <p> <a href="../gio/GDBusMethodInvocation.html#G-DBUS-METHOD-INVOCATION-HANDLED:CAPS"><code class="literal">G_DBUS_METHOD_INVOCATION_HANDLED</code></a> or <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="../gio/GDBusMethodInvocation.html#G-DBUS-METHOD-INVOCATION-UNHANDLED:CAPS"><code class="literal">G_DBUS_METHOD_INVOCATION_UNHANDLED</code></a> or <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</p>
31813181 </div>
31823182 <p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
31833183 </div>
31873187 <pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
31883188 user_function (<a class="link" href="XAppObjectManagerClient.html#XAppStatusIconInterface"><span class="type">XAppStatusIconInterface</span></a> *object,
31893189 <a href="../gio/GDBusMethodInvocation.html#GDBusMethodInvocation-struct"><span class="type">GDBusMethodInvocation</span></a> *invocation,
3190 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg_delta,
3191 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> arg_orientation,
3190 <span class="type">int</span> arg_delta,
3191 <span class="type">int</span> arg_orientation,
31923192 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg_time,
31933193 <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
31943194 <p>Signal emitted when a remote caller is invoking the <GTKDOCLINK HREF="Scroll"><code class="function">Scroll()</code></GTKDOCLINK> D-Bus method.</p>
31953195 <p>If a signal handler returns <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em>
3196 and eventually call <a class="link" href="XAppObjectManagerClient.html#xapp-status-icon-interface-complete-scroll" title="xapp_status_icon_interface_complete_scroll ()"><code class="function">xapp_status_icon_interface_complete_scroll()</code></a> or e.g. <a href="../gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <a href="../gio/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.</p>
3196 and eventually call <a class="link" href="XAppObjectManagerClient.html#xapp-status-icon-interface-complete-scroll" title="xapp_status_icon_interface_complete_scroll ()"><code class="function">xapp_status_icon_interface_complete_scroll()</code></a> or e.g. <a href="../gio/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no other signal handlers will run. If no signal handler handles the invocation, the <a href="../gio/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.</p>
31973197 <div class="refsect3">
31983198 <a name="XAppStatusIconInterface-handle-scroll.parameters"></a><h4>Parameters</h4>
31993199 <div class="informaltable"><table class="informaltable" width="100%" border="0">
32383238 </div>
32393239 <div class="refsect3">
32403240 <a name="XAppStatusIconInterface-handle-scroll.returns"></a><h4>Returns</h4>
3241 <p> <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</p>
3241 <p> <a href="../gio/GDBusMethodInvocation.html#G-DBUS-METHOD-INVOCATION-HANDLED:CAPS"><code class="literal">G_DBUS_METHOD_INVOCATION_HANDLED</code></a> or <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="../gio/GDBusMethodInvocation.html#G-DBUS-METHOD-INVOCATION-UNHANDLED:CAPS"><code class="literal">G_DBUS_METHOD_INVOCATION_UNHANDLED</code></a> or <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</p>
32423242 </div>
32433243 <p>Flags: <a href="../gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS">Run Last</a></p>
32443244 </div>
32453245 </div>
32463246 </div>
32473247 <div class="footer">
3248 <hr>Generated by GTK-Doc V1.32</div>
3248 <hr>Generated by GTK-Doc V1.33.1</div>
32493249 </body>
32503250 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppPreferencesWindow: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppMonitorBlanker.html" title="XAppMonitorBlanker">
99 <link rel="next" href="XAppStackSidebar.html" title="XAppStackSidebar">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
262262 </div>
263263 </div>
264264 <div class="footer">
265 <hr>Generated by GTK-Doc V1.32</div>
265 <hr>Generated by GTK-Doc V1.33.1</div>
266266 </body>
267267 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppStackSidebar: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppPreferencesWindow.html" title="XAppPreferencesWindow">
99 <link rel="next" href="XAppStatusIcon.html" title="XAppStatusIcon">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
207207 <a name="xapp-stack-sidebar-get-stack.returns"></a><h4>Returns</h4>
208208 <p>the associated <a href="../gtk3/GtkStack.html#GtkStack-struct"><span class="type">GtkStack</span></a> or
209209 <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has been set explicitly. </p>
210 <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
210 <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
211211 </div>
212212 </div>
213213 </div>
236236 </div>
237237 </div>
238238 <div class="footer">
239 <hr>Generated by GTK-Doc V1.32</div>
239 <hr>Generated by GTK-Doc V1.33.1</div>
240240 </body>
241241 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppStatusIcon: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppStackSidebar.html" title="XAppStackSidebar">
99 <link rel="next" href="XAppStatusIconMonitor.html" title="XAppStatusIconMonitor">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
190190 </colgroup>
191191 <tbody>
192192 <tr>
193 <td class="property_type"><a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></td>
193 <td class="property_type"><span class="type">int</span></td>
194194 <td class="property_name"><a class="link" href="XAppStatusIcon.html#XAppStatusIcon--icon-size" title="The “icon-size” property">icon-size</a></td>
195195 <td class="property_flags">Read / Write</td>
196196 </tr>
197197 <tr>
198198 <td class="property_type">
199 <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
199 <span class="type">char</span> *</td>
200200 <td class="property_name"><a class="link" href="XAppStatusIcon.html#XAppStatusIcon--name" title="The “name” property">name</a></td>
201201 <td class="property_flags">Read / Write / Construct</td>
202202 </tr>
306306 <div class="refsect3">
307307 <a name="xapp-status-icon-new.returns"></a><h4>Returns</h4>
308308 <p>a new <a class="link" href="XAppStatusIcon.html" title="XAppStatusIcon"><span class="type">XAppStatusIcon</span></a>. Use g_object_unref when finished. </p>
309 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
309 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
310310 </div>
311311 <p class="since">Since: 1.6</p>
312312 </div>
319319 <div class="refsect3">
320320 <a name="xapp-status-icon-new-with-name.returns"></a><h4>Returns</h4>
321321 <p>a new <a class="link" href="XAppStatusIcon.html" title="XAppStatusIcon"><span class="type">XAppStatusIcon</span></a>. Use g_object_unref when finished. </p>
322 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
322 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
323323 </div>
324324 <p class="since">Since: 1.6</p>
325325 </div>
652652 <div class="refsect3">
653653 <a name="xapp-status-icon-get-primary-menu.returns"></a><h4>Returns</h4>
654654 <p>the <a href="../gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was set. </p>
655 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
655 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
656656 </div>
657657 <p class="since">Since: 1.6</p>
658658 </div>
712712 <div class="refsect3">
713713 <a name="xapp-status-icon-get-secondary-menu.returns"></a><h4>Returns</h4>
714714 <p>the <a href="../gtk3/GtkMenu.html#GtkMenu-struct"><span class="type">GtkMenu</span></a> or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none was set. </p>
715 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
715 <p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
716716 </div>
717717 <p class="since">Since: 1.6</p>
718718 </div>
894894 <a name="XAppStatusIcon.property-details"></a><h2>Property Details</h2>
895895 <div class="refsect2">
896896 <a name="XAppStatusIcon--icon-size"></a><h3>The <code class="literal">“icon-size”</code> property</h3>
897 <pre class="programlisting"> “icon-size” <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a></pre>
897 <pre class="programlisting"> “icon-size” <span class="type">int</span></pre>
898898 <p>The icon size that is preferred by icon monitor/host - this is usually a product
899899 of some calculation based on the panel size. It can be used by the client to size
900900 an icon to be saved as a file and its path sent to the host.</p>
908908 <hr>
909909 <div class="refsect2">
910910 <a name="XAppStatusIcon--name"></a><h3>The <code class="literal">“name”</code> property</h3>
911 <pre class="programlisting"> “name” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
911 <pre class="programlisting"> “name” <span class="type">char</span> *</pre>
912912 <p>The name of the icon for sorting purposes. If this is in the form of 'org.x.StatusIcon.foo`
913913 and set immediately upon creation of the icon, it will also attempt to own this dbus name;
914914 this can be useful in sandboxed environments where a well-defined name is required. If
10101010 <a name="XAppStatusIcon-button-press-event"></a><h3>The <code class="literal">“button-press-event”</code> signal</h3>
10111011 <pre class="programlisting"><span class="returnvalue">void</span>
10121012 user_function (<a class="link" href="XAppStatusIcon.html" title="XAppStatusIcon"><span class="type">XAppStatusIcon</span></a> *icon,
1013 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
1014 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y,
1013 <span class="type">int</span> x,
1014 <span class="type">int</span> y,
10151015 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button,
10161016 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> time,
1017 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> panel_position,
1017 <span class="type">int</span> panel_position,
10181018 <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
10191019 <p>Gets emitted when there is a button press received from an applet</p>
10201020 <div class="refsect3">
10711071 <a name="XAppStatusIcon-button-release-event"></a><h3>The <code class="literal">“button-release-event”</code> signal</h3>
10721072 <pre class="programlisting"><span class="returnvalue">void</span>
10731073 user_function (<a class="link" href="XAppStatusIcon.html" title="XAppStatusIcon"><span class="type">XAppStatusIcon</span></a> *icon,
1074 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x,
1075 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y,
1074 <span class="type">int</span> x,
1075 <span class="type">int</span> y,
10761076 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> button,
10771077 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> time,
1078 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> panel_position,
1078 <span class="type">int</span> panel_position,
10791079 <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
10801080 <p>Gets emitted when there is a button release received from an applet</p>
10811081 <div class="refsect3">
11321132 <a name="XAppStatusIcon-scroll-event"></a><h3>The <code class="literal">“scroll-event”</code> signal</h3>
11331133 <pre class="programlisting"><span class="returnvalue">void</span>
11341134 user_function (<a class="link" href="XAppStatusIcon.html" title="XAppStatusIcon"><span class="type">XAppStatusIcon</span></a> *icon,
1135 <a href="../glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> amount,
1135 <span class="type">int</span> amount,
11361136 <a class="link" href="XAppStatusIcon.html#XAppScrollDirection" title="enum XAppScrollDirection"><span class="type">XAppScrollDirection</span></a> direction,
11371137 <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> time,
11381138 <a href="../glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
12211221 </div>
12221222 </div>
12231223 <div class="footer">
1224 <hr>Generated by GTK-Doc V1.32</div>
1224 <hr>Generated by GTK-Doc V1.33.1</div>
12251225 </body>
12261226 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XAppStatusIconMonitor: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppStatusIcon.html" title="XAppStatusIcon">
99 <link rel="next" href="XAppObjectManagerClient.html" title="XAppObjectManagerClient">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
129129 <div class="refsect3">
130130 <a name="xapp-status-icon-monitor-new.returns"></a><h4>Returns</h4>
131131 <p>a new <a class="link" href="XAppStatusIconMonitor.html" title="XAppStatusIconMonitor"><span class="type">XAppStatusIconMonitor</span></a>. Use g_object_unref when finished. </p>
132 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
132 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
133133 </div>
134134 <p class="since">Since: 1.6</p>
135135 </div>
157157 <div class="refsect3">
158158 <a name="xapp-status-icon-monitor-list-icons.returns"></a><h4>Returns</h4>
159159 <p>a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of icons. </p>
160 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> XAppStatusIconMonitor][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
160 <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> XAppStatusIconMonitor][<acronym title="The caller owns the data container, but not the data inside it."><span class="acronym">transfer container</span></acronym>]</span></p>
161161 </div>
162162 <p class="since">Since: 1.6</p>
163163 </div>
255255 </div>
256256 </div>
257257 <div class="footer">
258 <hr>Generated by GTK-Doc V1.32</div>
258 <hr>Generated by GTK-Doc V1.33.1</div>
259259 </body>
260260 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>Annotation Glossary: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="index.html" title="XApp Reference Manual">
88 <link rel="prev" href="deprecated-api-index.html" title="Index of deprecated API">
9 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
9 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1010 <link rel="stylesheet" href="style.css" type="text/css">
1111 </head>
1212 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
5151 <dd class="glossdef"><p>Exposed in C code, not necessarily available in other languages.</p></dd>
5252 <a name="glsT"></a><h3 class="title">T</h3>
5353 <dt><span class="glossterm"><a name="annotation-glossterm-transfer%20container"></a>transfer container</span></dt>
54 <dd class="glossdef"><p>Free data container after the code is done.</p></dd>
54 <dd class="glossdef"><p>The caller owns the data container, but not the data inside it.</p></dd>
5555 <dt><span class="glossterm"><a name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
56 <dd class="glossdef"><p>Free data after the code is done.</p></dd>
56 <dd class="glossdef"><p>The caller owns the data, and is responsible for free it.</p></dd>
5757 <dt><span class="glossterm"><a name="annotation-glossterm-transfer%20none"></a>transfer none</span></dt>
58 <dd class="glossdef"><p>Don't free data after the code is done.</p></dd>
58 <dd class="glossdef"><p>The data is owned by the callee, which is responsible of freeing it.</p></dd>
5959 <dt><span class="glossterm"><a name="annotation-glossterm-type"></a>type</span></dt>
6060 <dd class="glossdef"><p>Override the parsed C type with given type.</p></dd>
6161 </div>
6262 <div class="footer">
63 <hr>Generated by GTK-Doc V1.32</div>
63 <hr>Generated by GTK-Doc V1.33.1</div>
6464 </body>
6565 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>API Index: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="index.html" title="XApp Reference Manual">
88 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
99 <link rel="next" href="deprecated-api-index.html" title="Index of deprecated API">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
958958 <dd></dd>
959959 </div>
960960 <div class="footer">
961 <hr>Generated by GTK-Doc V1.32</div>
961 <hr>Generated by GTK-Doc V1.33.1</div>
962962 </body>
963963 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>API reference: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="index.html" title="XApp Reference Manual">
88 <link rel="prev" href="index.html" title="XApp Reference Manual">
99 <link rel="next" href="XAppFavorites.html" title="XAppFavorites">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
6363 </dl></div>
6464 </div>
6565 <div class="footer">
66 <hr>Generated by GTK-Doc V1.32</div>
66 <hr>Generated by GTK-Doc V1.33.1</div>
6767 </body>
6868 </html>
+0
-30
docs/reference/deprecated-api-index.html less more
0 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Index of deprecated API: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
6 <link rel="home" href="index.html" title="XApp Reference Manual">
7 <link rel="up" href="index.html" title="XApp Reference Manual">
8 <link rel="prev" href="api-index-full.html" title="API Index">
9 <link rel="next" href="annotation-glossary.html" title="Annotation Glossary">
10 <meta name="generator" content="GTK-Doc V1.32 (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="5"><tr valign="middle">
15 <td width="100%" align="left" class="shortcuts"></td>
16 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
17 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
18 <td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
19 <td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
20 </tr></table>
21 <div class="index">
22 <div class="titlepage"><div><div><h1 class="title">
23 <a name="deprecated-api-index"></a>Index of deprecated API</h1></div></div></div>
24 <a name="idx"></a>
25 </div>
26 <div class="footer">
27 <hr>Generated by GTK-Doc V1.32</div>
28 </body>
29 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>XApp Reference Manual: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="next" href="ch01.html" title="API reference">
8 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
8 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
99 <link rel="stylesheet" href="style.css" type="text/css">
1010 </head>
1111 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1414 <div>
1515 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">XApp Reference Manual</p></th></tr></table></div>
1616 <div><p class="releaseinfo">
17 xapp 2.2.5
17 xapp 2.2.10
1818 </p></div>
1919 </div>
2020 <hr>
6363 </dl></dd>
6464 <dt><span class="chapter"><a href="object-tree.html">Object Hierarchy</a></span></dt>
6565 <dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt>
66 <dt><span class="index"><a href="deprecated-api-index.html">Index of deprecated API</a></span></dt>
6766 <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
6867 </dl></div>
6968 </div>
7069 <div class="footer">
71 <hr>Generated by GTK-Doc V1.32</div>
70 <hr>Generated by GTK-Doc V1.33.1</div>
7271 </body>
7372 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>xapp-util: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="ch01.html" title="API reference">
88 <link rel="prev" href="XAppObjectManagerClient.html" title="XAppObjectManagerClient">
99 <link rel="next" href="object-tree.html" title="Object Hierarchy">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
118118 <div class="refsect3">
119119 <a name="xapp-pango-font-string-to-css.returns"></a><h4>Returns</h4>
120120 <p>the css compatible font string or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the conversion failed. </p>
121 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
121 <p><span class="annotation">[<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
122122 </div>
123123 <p class="since">Since: 2.2</p>
124124 </div>
125125 </div>
126126 </div>
127127 <div class="footer">
128 <hr>Generated by GTK-Doc V1.32</div>
128 <hr>Generated by GTK-Doc V1.33.1</div>
129129 </body>
130130 </html>
22 <head>
33 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
44 <title>Object Hierarchy: XApp Reference Manual</title>
5 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
5 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
66 <link rel="home" href="index.html" title="XApp Reference Manual">
77 <link rel="up" href="index.html" title="XApp Reference Manual">
88 <link rel="prev" href="libxapp-xapp-util.html" title="xapp-util">
99 <link rel="next" href="api-index-full.html" title="API Index">
10 <meta name="generator" content="GTK-Doc V1.32 (XML mode)">
10 <meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
1111 <link rel="stylesheet" href="style.css" type="text/css">
1212 </head>
1313 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
6262 </pre>
6363 </div>
6464 <div class="footer">
65 <hr>Generated by GTK-Doc V1.32</div>
65 <hr>Generated by GTK-Doc V1.33.1</div>
6666 </body>
6767 </html>
5858 text-decoration: underline;
5959 /* tango:sky blue 1 */
6060 color: #729fcf;
61 }
62
63 div.informaltable table
64 {
65 border-collapse: separate;
66 border-spacing: 1em 0.3em;
67 border: none;
68 }
69
70 div.informaltable table td, div.informaltable table th
71 {
72 vertical-align: top;
7361 }
7462
7563 .function_type,
126114 margin: 0.25em;
127115 }
128116
117 div.informaltable table[border="1"],
129118 div.table table
130119 {
131120 border-collapse: collapse;
134123 border: solid 1px #babdb6;
135124 }
136125
126 div.informaltable table[border="1"] td,
127 div.informaltable table th,
137128 div.table table td, div.table table th
138129 {
139130 /* tango:aluminium 3 */
142133 vertical-align: top;
143134 }
144135
136 div.informaltable table[border="1"] th,
145137 div.table table th
146138 {
147139 /* tango:aluminium 2 */
462454 }
463455 }
464456
457 pre { line-height: 125%; }
458 td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
459 span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
460 td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
461 span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
465462 .hll { background-color: #ffffcc }
466 .c { color: #408080; font-style: italic } /* Comment */
463 .c { color: #3D7B7B; font-style: italic } /* Comment */
467464 .err { border: 1px solid #FF0000 } /* Error */
468465 .k { color: #008000; font-weight: bold } /* Keyword */
469466 .o { color: #666666 } /* Operator */
470 .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
471 .cm { color: #408080; font-style: italic } /* Comment.Multiline */
472 .cp { color: #BC7A00 } /* Comment.Preproc */
473 .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
474 .c1 { color: #408080; font-style: italic } /* Comment.Single */
475 .cs { color: #408080; font-style: italic } /* Comment.Special */
467 .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */
468 .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */
469 .cp { color: #9C6500 } /* Comment.Preproc */
470 .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */
471 .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */
472 .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
476473 .gd { color: #A00000 } /* Generic.Deleted */
477474 .ge { font-style: italic } /* Generic.Emph */
478 .gr { color: #FF0000 } /* Generic.Error */
475 .gr { color: #E40000 } /* Generic.Error */
479476 .gh { color: #000080; font-weight: bold } /* Generic.Heading */
480 .gi { color: #00A000 } /* Generic.Inserted */
481 .go { color: #888888 } /* Generic.Output */
477 .gi { color: #008400 } /* Generic.Inserted */
478 .go { color: #717171 } /* Generic.Output */
482479 .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
483480 .gs { font-weight: bold } /* Generic.Strong */
484481 .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
491488 .kt { color: #B00040 } /* Keyword.Type */
492489 .m { color: #666666 } /* Literal.Number */
493490 .s { color: #BA2121 } /* Literal.String */
494 .na { color: #7D9029 } /* Name.Attribute */
491 .na { color: #687822 } /* Name.Attribute */
495492 .nb { color: #008000 } /* Name.Builtin */
496493 .nc { color: #0000FF; font-weight: bold } /* Name.Class */
497494 .no { color: #880000 } /* Name.Constant */
498495 .nd { color: #AA22FF } /* Name.Decorator */
499 .ni { color: #999999; font-weight: bold } /* Name.Entity */
500 .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
496 .ni { color: #717171; font-weight: bold } /* Name.Entity */
497 .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */
501498 .nf { color: #0000FF } /* Name.Function */
502 .nl { color: #A0A000 } /* Name.Label */
499 .nl { color: #767600 } /* Name.Label */
503500 .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
504501 .nt { color: #008000; font-weight: bold } /* Name.Tag */
505502 .nv { color: #19177C } /* Name.Variable */
516513 .dl { color: #BA2121 } /* Literal.String.Delimiter */
517514 .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
518515 .s2 { color: #BA2121 } /* Literal.String.Double */
519 .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
516 .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */
520517 .sh { color: #BA2121 } /* Literal.String.Heredoc */
521 .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
518 .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */
522519 .sx { color: #008000 } /* Literal.String.Other */
523 .sr { color: #BB6688 } /* Literal.String.Regex */
520 .sr { color: #A45A77 } /* Literal.String.Regex */
524521 .s1 { color: #BA2121 } /* Literal.String.Single */
525522 .ss { color: #19177C } /* Literal.String.Symbol */
526523 .bp { color: #008000 } /* Name.Builtin.Pseudo */
0 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
1 <!-- Created with Inkscape (http://www.inkscape.org/) -->
2
3 <svg
4 xmlns:dc="http://purl.org/dc/elements/1.1/"
5 xmlns:cc="http://creativecommons.org/ns#"
6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
7 xmlns:svg="http://www.w3.org/2000/svg"
8 xmlns="http://www.w3.org/2000/svg"
9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
10 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
11 id="svg7384"
12 height="16"
13 width="16"
14 version="1.1"
15 inkscape:version="0.91 r13725"
16 sodipodi:docname="list-edit-symbolic.svg">
17 <defs
18 id="defs9" />
19 <sodipodi:namedview
20 pagecolor="#ffffff"
21 bordercolor="#666666"
22 borderopacity="1"
23 objecttolerance="10"
24 gridtolerance="10"
25 guidetolerance="10"
26 inkscape:pageopacity="0"
27 inkscape:pageshadow="2"
28 inkscape:window-width="1888"
29 inkscape:window-height="999"
30 id="namedview7"
31 showgrid="true"
32 showguides="false"
33 inkscape:zoom="29.5"
34 inkscape:cx="1.791146"
35 inkscape:cy="12.696566"
36 inkscape:window-x="32"
37 inkscape:window-y="27"
38 inkscape:window-maximized="1"
39 inkscape:current-layer="g4156"
40 inkscape:snap-global="true"
41 inkscape:snap-bbox="true"
42 inkscape:bbox-nodes="true"
43 inkscape:snap-object-midpoints="true"
44 inkscape:object-nodes="true">
45 <inkscape:grid
46 type="xygrid"
47 id="grid4142" />
48 </sodipodi:namedview>
49 <metadata
50 id="metadata90">
51 <rdf:RDF>
52 <cc:Work
53 rdf:about="">
54 <dc:format>image/svg+xml</dc:format>
55 <dc:type
56 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
57 <dc:title>Gnome Symbolic Icon Theme</dc:title>
58 </cc:Work>
59 </rdf:RDF>
60 </metadata>
61 <title
62 id="title9167">Gnome Symbolic Icon Theme</title>
63 <g
64 id="layer12"
65 transform="translate(-40 -726)">
66 <g
67 id="g4141"
68 transform="matrix(1,0,0,1.49985,0.14644561,-367.46435)">
69 <g
70 id="g4146"
71 transform="translate(-0.15531039,-0.2500338)">
72 <g
73 id="g4151"
74 transform="matrix(0.70710678,-0.47145167,1.0605541,0.70710678,-765.05661,237.80289)">
75 <g
76 id="g4156"
77 transform="matrix(0.70710679,0.47145167,-1.0605541,0.70710678,793.33489,192.28516)">
78 <path
79 inkscape:connector-curvature="0"
80 d="m 41.16418,738.21673 9,-6.0006 c 1,0 2,0.66674 2,1.33347 l -9,6.0006 -2,0 z"
81 id="path2273-6-2"
82 sodipodi:nodetypes="cccccc"
83 style="fill:#bebebe;fill-opacity:1;fill-rule:evenodd;stroke:none" />
84 <path
85 inkscape:connector-curvature="0"
86 d="m 51.16418,731.5494 c 1,0 2,0.66674 2,1.33347 l 2,-1.33347 c 0,-0.66674 -0.75185,-1.33347 -2,-1.33347 z"
87 id="path4113-1-6-3"
88 sodipodi:nodetypes="ccccc"
89 style="display:inline;overflow:visible;visibility:visible;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;enable-background:new" />
90 </g>
91 </g>
92 </g>
93 </g>
94 </g>
95 </svg>