~andywingo/guile-gnome/libgnomeui

« back to all changes in this revision

Viewing changes to doc/defuns-gnome-window-icon.xml.texi

  • Committer: Andy Wingo
  • Date: 2007-12-06 16:57:01 UTC
  • Revision ID: wingo@pobox.com-20071206165701-bvgnbf7esiu739gf
2007-12-06  Andy Wingo  <wingo@pobox.com>

        * tests/wrapset.api: Regnerated for massive API removal on
        previous commit.

        * doc/defuns-*.texi: Regenerated.

        * doc/guile-gnome-libgnomeui.texi (Top): 
        * doc/undocumented.texi: New section for undocumented exports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
@c %start of fragment
3
3
 
4
 
@deffn Function gnome-window-icon-set-from-default  (w@tie{}@code{<gtk-window>})
5
 
@samp{gnome_window_icon_set_from_default} is deprecated and should not be used
6
 
in newly-written code.
7
 
 
8
 
Makes the @code{<gtk-window>}@var{w} use the default icon.
9
 
 
10
 
@table @var
11
 
@item w
12
 
the @code{<gtk-widget>} to set the icon on
13
 
 
14
 
@end table
15
 
 
16
 
@end deffn
17
 
 
18
 
@deffn Function gnome-window-icon-set-from-file  (w@tie{}@code{<gtk-window>}) (filename@tie{}@code{mchars})
19
 
@samp{gnome_window_icon_set_from_file} is deprecated and should not be used in
20
 
newly-written code.
21
 
 
22
 
Makes the @code{<gtk-window>}@var{w} use the icon in @var{filename}.
23
 
 
24
 
@table @var
25
 
@item w
26
 
the @code{<gtk-widget>} to set the icon on
27
 
 
28
 
@item filename
29
 
the name of the file to load
30
 
 
31
 
@end table
32
 
 
33
 
@end deffn
34
 
 
35
 
@deffn Function gnome-window-icon-init 
36
 
@samp{gnome_window_icon_init} is deprecated and should not be used in
37
 
newly-written code.
38
 
 
39
 
Initialize the gnome window icon by checking the GNOME_DESKTOP_ICON environment
40
 
variable. This function is automatically called by the gnome_init process.
41
 
 
42
 
@end deffn
43
 
 
44
4
 
45
5
@c %end of fragment