~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/GtkIconTheme.html

Import upstream version 2.17.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GtkIconTheme</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="GTK+ Reference Manual">
8
8
<link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
9
9
<link rel="prev" href="gtk-Drag-and-Drop.html" title="Drag and Drop">
49
49
<link rel="chapter" href="gtk-migrating-GtkBuilder.html" title="Migrating from libglade to GtkBuilder">
50
50
<link rel="chapter" href="gtk-migrating-tooltips.html" title="Migrating from GtkTooltips to GtkTooltip">
51
51
<link rel="chapter" href="gtk-migrating-entry-icons.html" title="Migrating from SexyIconEntry to GtkEntry">
 
52
<link rel="chapter" href="gtk-migrating-label-links.html" title="Migrating from SexyUrlLabel to GtkLabel">
 
53
<link rel="chapter" href="gtk-migrating-ClientSideWindows.html" title="Migrating to client-side windows">
52
54
<link rel="part" href="pt05.html" title="Part V. GTK+ Tools">
53
55
<link rel="glossary" href="glossary.html" title="Glossary">
54
56
<link rel="index" href="api-index-full.html" title="Index of all symbols">
61
63
<link rel="index" href="api-index-2-12.html" title="Index of new symbols in 2.12">
62
64
<link rel="index" href="api-index-2-14.html" title="Index of new symbols in 2.14">
63
65
<link rel="index" href="api-index-2-16.html" title="Index of new symbols in 2.16">
 
66
<link rel="index" href="api-index-2-18.html" title="Index of new symbols in 2.18">
64
67
</head>
65
68
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
66
69
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
81
84
                <a href="#GtkIconTheme.signals" class="shortcut">Signals</a>
82
85
</td></tr>
83
86
</table>
84
 
<div class="refentry" lang="en">
 
87
<div class="refentry" title="GtkIconTheme">
85
88
<a name="GtkIconTheme"></a><div class="titlepage"></div>
86
89
<div class="refnamediv"><table width="100%"><tr>
87
90
<td valign="top">
90
93
</td>
91
94
<td valign="top" align="right"></td>
92
95
</tr></table></div>
93
 
<div class="refsynopsisdiv">
 
96
<div class="refsynopsisdiv" title="Synopsis">
94
97
<a name="GtkIconTheme.synopsis"></a><h2>Synopsis</h2>
95
98
<pre class="synopsis">
96
99
 
253
256
>gchar</a> *       <a class="link" href="GtkIconTheme.html#gtk-icon-info-get-display-name" title="gtk_icon_info_get_display_name ()">gtk_icon_info_get_display_name</a>      (<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *icon_info);
254
257
</pre>
255
258
</div>
256
 
<div class="refsect1" lang="en">
 
259
<div class="refsect1" title="Object Hierarchy">
257
260
<a name="GtkIconTheme.object-hierarchy"></a><h2>Object Hierarchy</h2>
258
261
<pre class="synopsis">
259
262
  <a
262
265
   +----GtkIconTheme
263
266
</pre>
264
267
</div>
265
 
<div class="refsect1" lang="en">
 
268
<div class="refsect1" title="Signals">
266
269
<a name="GtkIconTheme.signals"></a><h2>Signals</h2>
267
270
<pre class="synopsis">
268
271
  "<a class="link" href="GtkIconTheme.html#GtkIconTheme-changed" title='The "changed" signal'>changed</a>"                                        : Run Last
269
272
</pre>
270
273
</div>
271
 
<div class="refsect1" lang="en">
 
274
<div class="refsect1" title="Description">
272
275
<a name="GtkIconTheme.description"></a><h2>Description</h2>
273
276
<p>
274
277
<a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> provides a facility for looking up icons by name
287
290
facility, and the distinction between the two may be a bit confusing.
288
291
A few things to keep in mind:
289
292
</p>
290
 
<div class="itemizedlist"><ul type="disc">
291
 
<li><p>
 
293
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
 
294
<li class="listitem"><p>
292
295
Stock images usually are used in conjunction with
293
296
<a class="xref" href="gtk-Stock-Items.html" title="Stock Items"><span class="refentrytitle"><a name="gtk-Stock-Items.top_of_page"></a>Stock Items</span>(3)</a>., such as <a class="link" href="gtk-Stock-Items.html#GTK-STOCK-OK--CAPS" title="GTK_STOCK_OK"><code class="literal">GTK_STOCK_OK</code></a> or
294
297
<a class="link" href="gtk-Stock-Items.html#GTK-STOCK-OPEN--CAPS" title="GTK_STOCK_OPEN"><code class="literal">GTK_STOCK_OPEN</code></a>. Named icons are easier to set up and therefore
295
298
are more useful for new icons that an application wants to
296
299
add, such as application icons or window icons.
297
300
</p></li>
298
 
<li><p>
 
301
<li class="listitem"><p>
299
302
Stock images can only be loaded at the symbolic sizes defined
300
303
by the <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> enumeration, or by custom sizes defined
301
304
by <a class="link" href="gtk-Themeable-Stock-Images.html#gtk-icon-size-register" title="gtk_icon_size_register ()"><code class="function">gtk_icon_size_register()</code></a>, while named icons are more flexible
302
305
and any pixel size can be specified.
303
306
</p></li>
304
 
<li><p>
 
307
<li class="listitem"><p>
305
308
Because stock images are closely tied to stock items, and thus
306
309
to actions in the user interface, stock images may come in
307
310
multiple variants for different widget states or writing
352
355
  }
353
356
</pre></div>
354
357
</div>
355
 
<div class="refsect1" lang="en">
 
358
<div class="refsect1" title="Details">
356
359
<a name="GtkIconTheme.details"></a><h2>Details</h2>
357
 
<div class="refsect2" lang="en">
 
360
<div class="refsect2" title="GtkIconInfo">
358
361
<a name="GtkIconInfo"></a><h3>GtkIconInfo</h3>
359
362
<pre class="programlisting">typedef struct _GtkIconInfo GtkIconInfo;</pre>
360
363
<p>
363
366
</p>
364
367
</div>
365
368
<hr>
366
 
<div class="refsect2" lang="en">
 
369
<div class="refsect2" title="GtkIconTheme">
367
370
<a name="GtkIconTheme-struct"></a><h3>GtkIconTheme</h3>
368
371
<pre class="programlisting">typedef struct _GtkIconTheme GtkIconTheme;</pre>
369
372
<p>
377
380
</p>
378
381
</div>
379
382
<hr>
380
 
<div class="refsect2" lang="en">
 
383
<div class="refsect2" title="enum GtkIconLookupFlags">
381
384
<a name="GtkIconLookupFlags"></a><h3>enum GtkIconLookupFlags</h3>
382
385
<pre class="programlisting">typedef enum
383
386
{
435
438
</table></div>
436
439
</div>
437
440
<hr>
438
 
<div class="refsect2" lang="en">
 
441
<div class="refsect2" title="GTK_ICON_THEME_ERROR">
439
442
<a name="GTK-ICON-THEME-ERROR--CAPS"></a><h3>GTK_ICON_THEME_ERROR</h3>
440
443
<pre class="programlisting">#define GTK_ICON_THEME_ERROR gtk_icon_theme_error_quark ()
441
444
</pre>
446
449
</p>
447
450
</div>
448
451
<hr>
449
 
<div class="refsect2" lang="en">
 
452
<div class="refsect2" title="enum GtkIconThemeError">
450
453
<a name="GtkIconThemeError"></a><h3>enum GtkIconThemeError</h3>
451
454
<pre class="programlisting">typedef enum {
452
455
  GTK_ICON_THEME_NOT_FOUND,
474
477
</table></div>
475
478
</div>
476
479
<hr>
477
 
<div class="refsect2" lang="en">
 
480
<div class="refsect2" title="gtk_icon_theme_new ()">
478
481
<a name="gtk-icon-theme-new"></a><h3>gtk_icon_theme_new ()</h3>
479
482
<pre class="programlisting"><a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *      gtk_icon_theme_new                  (void);</pre>
480
483
<p>
497
500
<p class="since">Since 2.4</p>
498
501
</div>
499
502
<hr>
500
 
<div class="refsect2" lang="en">
 
503
<div class="refsect2" title="gtk_icon_theme_get_default ()">
501
504
<a name="gtk-icon-theme-get-default"></a><h3>gtk_icon_theme_get_default ()</h3>
502
505
<pre class="programlisting"><a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *      gtk_icon_theme_get_default          (void);</pre>
503
506
<p>
520
523
<p class="since">Since 2.4</p>
521
524
</div>
522
525
<hr>
523
 
<div class="refsect2" lang="en">
 
526
<div class="refsect2" title="gtk_icon_theme_get_for_screen ()">
524
527
<a name="gtk-icon-theme-get-for-screen"></a><h3>gtk_icon_theme_get_for_screen ()</h3>
525
528
<pre class="programlisting"><a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *      gtk_icon_theme_get_for_screen       (<a
526
529
href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"
560
563
<p class="since">Since 2.4</p>
561
564
</div>
562
565
<hr>
563
 
<div class="refsect2" lang="en">
 
566
<div class="refsect2" title="gtk_icon_theme_set_screen ()">
564
567
<a name="gtk-icon-theme-set-screen"></a><h3>gtk_icon_theme_set_screen ()</h3>
565
568
<pre class="programlisting">void                gtk_icon_theme_set_screen           (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
566
569
                                                         <a
592
595
<p class="since">Since 2.4</p>
593
596
</div>
594
597
<hr>
595
 
<div class="refsect2" lang="en">
 
598
<div class="refsect2" title="gtk_icon_theme_set_search_path ()">
596
599
<a name="gtk-icon-theme-set-search-path"></a><h3>gtk_icon_theme_set_search_path ()</h3>
597
600
<pre class="programlisting">void                gtk_icon_theme_set_search_path      (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
598
601
                                                         const <a
642
645
<p class="since">Since 2.4</p>
643
646
</div>
644
647
<hr>
645
 
<div class="refsect2" lang="en">
 
648
<div class="refsect2" title="gtk_icon_theme_get_search_path ()">
646
649
<a name="gtk-icon-theme-get-search-path"></a><h3>gtk_icon_theme_get_search_path ()</h3>
647
650
<pre class="programlisting">void                gtk_icon_theme_get_search_path      (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
648
651
                                                         <a
686
689
<p class="since">Since 2.4</p>
687
690
</div>
688
691
<hr>
689
 
<div class="refsect2" lang="en">
 
692
<div class="refsect2" title="gtk_icon_theme_append_search_path ()">
690
693
<a name="gtk-icon-theme-append-search-path"></a><h3>gtk_icon_theme_append_search_path ()</h3>
691
694
<pre class="programlisting">void                gtk_icon_theme_append_search_path   (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
692
695
                                                         const <a
715
718
<p class="since">Since 2.4</p>
716
719
</div>
717
720
<hr>
718
 
<div class="refsect2" lang="en">
 
721
<div class="refsect2" title="gtk_icon_theme_prepend_search_path ()">
719
722
<a name="gtk-icon-theme-prepend-search-path"></a><h3>gtk_icon_theme_prepend_search_path ()</h3>
720
723
<pre class="programlisting">void                gtk_icon_theme_prepend_search_path  (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
721
724
                                                         const <a
744
747
<p class="since">Since 2.4</p>
745
748
</div>
746
749
<hr>
747
 
<div class="refsect2" lang="en">
 
750
<div class="refsect2" title="gtk_icon_theme_set_custom_theme ()">
748
751
<a name="gtk-icon-theme-set-custom-theme"></a><h3>gtk_icon_theme_set_custom_theme ()</h3>
749
752
<pre class="programlisting">void                gtk_icon_theme_set_custom_theme     (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
750
753
                                                         const <a
778
781
<p class="since">Since 2.4</p>
779
782
</div>
780
783
<hr>
781
 
<div class="refsect2" lang="en">
 
784
<div class="refsect2" title="gtk_icon_theme_has_icon ()">
782
785
<a name="gtk-icon-theme-has-icon"></a><h3>gtk_icon_theme_has_icon ()</h3>
783
786
<pre class="programlisting"><a
784
787
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
818
821
<p class="since">Since 2.4</p>
819
822
</div>
820
823
<hr>
821
 
<div class="refsect2" lang="en">
 
824
<div class="refsect2" title="gtk_icon_theme_lookup_icon ()">
822
825
<a name="gtk-icon-theme-lookup-icon"></a><h3>gtk_icon_theme_lookup_icon ()</h3>
823
826
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *       gtk_icon_theme_lookup_icon          (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
824
827
                                                         const <a
874
877
<p class="since">Since 2.4</p>
875
878
</div>
876
879
<hr>
877
 
<div class="refsect2" lang="en">
 
880
<div class="refsect2" title="gtk_icon_theme_choose_icon ()">
878
881
<a name="gtk-icon-theme-choose-icon"></a><h3>gtk_icon_theme_choose_icon ()</h3>
879
882
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *       gtk_icon_theme_choose_icon          (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
880
883
                                                         const <a
937
940
<p class="since">Since 2.12</p>
938
941
</div>
939
942
<hr>
940
 
<div class="refsect2" lang="en">
 
943
<div class="refsect2" title="gtk_icon_theme_lookup_by_gicon ()">
941
944
<a name="gtk-icon-theme-lookup-by-gicon"></a><h3>gtk_icon_theme_lookup_by_gicon ()</h3>
942
945
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *       gtk_icon_theme_lookup_by_gicon      (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
943
946
                                                         <a
994
997
<p class="since">Since 2.14</p>
995
998
</div>
996
999
<hr>
997
 
<div class="refsect2" lang="en">
 
1000
<div class="refsect2" title="gtk_icon_theme_load_icon ()">
998
1001
<a name="gtk-icon-theme-load-icon"></a><h3>gtk_icon_theme_load_icon ()</h3>
999
1002
<pre class="programlisting"><a
1000
1003
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
1063
1066
<td> the rendered icon; this may be a newly created icon
1064
1067
 or a new reference to an internal icon, so you must not modify
1065
1068
 the icon. Use <a
1066
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"
 
1069
href="/usr/share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-debug.html#g-object-unref"
1067
1070
><code class="function">g_object_unref()</code></a> to release your reference to the
1068
1071
 icon. <a
1069
1072
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
1076
1079
<p class="since">Since 2.4</p>
1077
1080
</div>
1078
1081
<hr>
1079
 
<div class="refsect2" lang="en">
 
1082
<div class="refsect2" title="gtk_icon_theme_list_contexts ()">
1080
1083
<a name="gtk-icon-theme-list-contexts"></a><h3>gtk_icon_theme_list_contexts ()</h3>
1081
1084
<pre class="programlisting"><a
1082
1085
href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"
1114
1117
<p class="since">Since 2.12</p>
1115
1118
</div>
1116
1119
<hr>
1117
 
<div class="refsect2" lang="en">
 
1120
<div class="refsect2" title="gtk_icon_theme_list_icons ()">
1118
1121
<a name="gtk-icon-theme-list-icons"></a><h3>gtk_icon_theme_list_icons ()</h3>
1119
1122
<pre class="programlisting"><a
1120
1123
href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"
1166
1169
<p class="since">Since 2.4</p>
1167
1170
</div>
1168
1171
<hr>
1169
 
<div class="refsect2" lang="en">
 
1172
<div class="refsect2" title="gtk_icon_theme_get_icon_sizes ()">
1170
1173
<a name="gtk-icon-theme-get-icon-sizes"></a><h3>gtk_icon_theme_get_icon_sizes ()</h3>
1171
1174
<pre class="programlisting"><a
1172
1175
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
1209
1212
<p class="since">Since 2.6</p>
1210
1213
</div>
1211
1214
<hr>
1212
 
<div class="refsect2" lang="en">
 
1215
<div class="refsect2" title="gtk_icon_theme_get_example_icon_name ()">
1213
1216
<a name="gtk-icon-theme-get-example-icon-name"></a><h3>gtk_icon_theme_get_example_icon_name ()</h3>
1214
1217
<pre class="programlisting">char *              gtk_icon_theme_get_example_icon_name
1215
1218
                                                        (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme);</pre>
1243
1246
<p class="since">Since 2.4</p>
1244
1247
</div>
1245
1248
<hr>
1246
 
<div class="refsect2" lang="en">
 
1249
<div class="refsect2" title="gtk_icon_theme_rescan_if_needed ()">
1247
1250
<a name="gtk-icon-theme-rescan-if-needed"></a><h3>gtk_icon_theme_rescan_if_needed ()</h3>
1248
1251
<pre class="programlisting"><a
1249
1252
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
1276
1279
<p class="since">Since 2.4</p>
1277
1280
</div>
1278
1281
<hr>
1279
 
<div class="refsect2" lang="en">
 
1282
<div class="refsect2" title="gtk_icon_theme_add_builtin_icon ()">
1280
1283
<a name="gtk-icon-theme-add-builtin-icon"></a><h3>gtk_icon_theme_add_builtin_icon ()</h3>
1281
1284
<pre class="programlisting">void                gtk_icon_theme_add_builtin_icon     (const <a
1282
1285
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
1335
1338
<p class="since">Since 2.4</p>
1336
1339
</div>
1337
1340
<hr>
1338
 
<div class="refsect2" lang="en">
 
1341
<div class="refsect2" title="gtk_icon_info_copy ()">
1339
1342
<a name="gtk-icon-info-copy"></a><h3>gtk_icon_info_copy ()</h3>
1340
1343
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *       gtk_icon_info_copy                  (<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *icon_info);</pre>
1341
1344
<p>
1361
1364
<p class="since">Since 2.4</p>
1362
1365
</div>
1363
1366
<hr>
1364
 
<div class="refsect2" lang="en">
 
1367
<div class="refsect2" title="gtk_icon_info_free ()">
1365
1368
<a name="gtk-icon-info-free"></a><h3>gtk_icon_info_free ()</h3>
1366
1369
<pre class="programlisting">void                gtk_icon_info_free                  (<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *icon_info);</pre>
1367
1370
<p>
1379
1382
<p class="since">Since 2.4</p>
1380
1383
</div>
1381
1384
<hr>
1382
 
<div class="refsect2" lang="en">
 
1385
<div class="refsect2" title="gtk_icon_info_new_for_pixbuf ()">
1383
1386
<a name="gtk-icon-info-new-for-pixbuf"></a><h3>gtk_icon_info_new_for_pixbuf ()</h3>
1384
1387
<pre class="programlisting"><a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *       gtk_icon_info_new_for_pixbuf        (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
1385
1388
                                                         <a
1386
1389
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
1387
1390
>GdkPixbuf</a> *pixbuf);</pre>
1388
1391
<p>
1389
 
Creates a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> for a <span class="type">GtkPixbuf</span>.</p>
 
1392
Creates a <a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo"><span class="type">GtkIconInfo</span></a> for a <a
 
1393
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
 
1394
><span class="type">GdkPixbuf</span></a>.</p>
1390
1395
<p>
1391
1396
</p>
1392
1397
<div class="variablelist"><table border="0">
1413
1418
<p class="since">Since 2.14</p>
1414
1419
</div>
1415
1420
<hr>
1416
 
<div class="refsect2" lang="en">
 
1421
<div class="refsect2" title="gtk_icon_info_get_base_size ()">
1417
1422
<a name="gtk-icon-info-get-base-size"></a><h3>gtk_icon_info_get_base_size ()</h3>
1418
1423
<pre class="programlisting"><a
1419
1424
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
1449
1454
<p class="since">Since 2.4</p>
1450
1455
</div>
1451
1456
<hr>
1452
 
<div class="refsect2" lang="en">
 
1457
<div class="refsect2" title="gtk_icon_info_get_filename ()">
1453
1458
<a name="gtk-icon-info-get-filename"></a><h3>gtk_icon_info_get_filename ()</h3>
1454
1459
<pre class="programlisting">const <a
1455
1460
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
1486
1491
<p class="since">Since 2.4</p>
1487
1492
</div>
1488
1493
<hr>
1489
 
<div class="refsect2" lang="en">
 
1494
<div class="refsect2" title="gtk_icon_info_get_builtin_pixbuf ()">
1490
1495
<a name="gtk-icon-info-get-builtin-pixbuf"></a><h3>gtk_icon_info_get_builtin_pixbuf ()</h3>
1491
1496
<pre class="programlisting"><a
1492
1497
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
1513
1518
><code class="literal">NULL</code></a>. No
1514
1519
 extra reference is added to the returned pixbuf, so if
1515
1520
 you want to keep it around, you must use <a
1516
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"
 
1521
href="/usr/share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-debug.html#g-object-ref"
1517
1522
><code class="function">g_object_ref()</code></a>.
1518
1523
 The returned image must not be modified.
1519
1524
 
1524
1529
<p class="since">Since 2.4</p>
1525
1530
</div>
1526
1531
<hr>
1527
 
<div class="refsect2" lang="en">
 
1532
<div class="refsect2" title="gtk_icon_info_load_icon ()">
1528
1533
<a name="gtk-icon-info-load-icon"></a><h3>gtk_icon_info_load_icon ()</h3>
1529
1534
<pre class="programlisting"><a
1530
1535
href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"
1566
1571
<td> the rendered icon; this may be a newly created icon
1567
1572
 or a new reference to an internal icon, so you must not modify
1568
1573
 the icon. Use <a
1569
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"
 
1574
href="/usr/share/gtk-doc/html/libmissioncontrol-server/libmissioncontrol-server-mcd-debug.html#g-object-unref"
1570
1575
><code class="function">g_object_unref()</code></a> to release your reference to the
1571
1576
 icon.
1572
1577
 
1577
1582
<p class="since">Since 2.4</p>
1578
1583
</div>
1579
1584
<hr>
1580
 
<div class="refsect2" lang="en">
 
1585
<div class="refsect2" title="gtk_icon_info_set_raw_coordinates ()">
1581
1586
<a name="gtk-icon-info-set-raw-coordinates"></a><h3>gtk_icon_info_set_raw_coordinates ()</h3>
1582
1587
<pre class="programlisting">void                gtk_icon_info_set_raw_coordinates   (<a class="link" href="GtkIconTheme.html#GtkIconInfo" title="GtkIconInfo">GtkIconInfo</a> *icon_info,
1583
1588
                                                         <a
1624
1629
<p class="since">Since 2.4</p>
1625
1630
</div>
1626
1631
<hr>
1627
 
<div class="refsect2" lang="en">
 
1632
<div class="refsect2" title="gtk_icon_info_get_embedded_rect ()">
1628
1633
<a name="gtk-icon-info-get-embedded-rect"></a><h3>gtk_icon_info_get_embedded_rect ()</h3>
1629
1634
<pre class="programlisting"><a
1630
1635
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
1672
1677
<p class="since">Since 2.4</p>
1673
1678
</div>
1674
1679
<hr>
1675
 
<div class="refsect2" lang="en">
 
1680
<div class="refsect2" title="gtk_icon_info_get_attach_points ()">
1676
1681
<a name="gtk-icon-info-get-attach-points"></a><h3>gtk_icon_info_get_attach_points ()</h3>
1677
1682
<pre class="programlisting"><a
1678
1683
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
1727
1732
<p class="since">Since 2.4</p>
1728
1733
</div>
1729
1734
<hr>
1730
 
<div class="refsect2" lang="en">
 
1735
<div class="refsect2" title="gtk_icon_info_get_display_name ()">
1731
1736
<a name="gtk-icon-info-get-display-name"></a><h3>gtk_icon_info_get_display_name ()</h3>
1732
1737
<pre class="programlisting">const <a
1733
1738
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
1761
1766
<p class="since">Since 2.4</p>
1762
1767
</div>
1763
1768
</div>
1764
 
<div class="refsect1" lang="en">
 
1769
<div class="refsect1" title="Signal Details">
1765
1770
<a name="GtkIconTheme.signal-details"></a><h2>Signal Details</h2>
1766
 
<div class="refsect2" lang="en">
 
1771
<div class="refsect2" title='The "changed" signal'>
1767
1772
<a name="GtkIconTheme-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
1768
1773
<pre class="programlisting">void                user_function                      (<a class="link" href="GtkIconTheme.html" title="GtkIconTheme">GtkIconTheme</a> *icon_theme,
1769
1774
                                                        <a