diff options
author | Mark McLoughlin <mark@skynet.ie> | 2006-11-19 16:23:01 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@src.gnome.org> | 2006-11-19 16:23:01 +0000 |
commit | 6b9ba0b65446839f605238f2079f2c85e794d849 (patch) | |
tree | b9a977b8882dc10d48a5cdf3e096f50e9ed40bed /docs | |
parent | 8241b0b7dd0c33d2efd6f5900a6c35b0ba7cc099 (diff) | |
download | gtk+-6b9ba0b65446839f605238f2079f2c85e794d849.tar.gz |
add gtk_status_icon_(get|set)_screen
2006-11-19 Mark McLoughlin <mark@skynet.ie>
* gtk/gtk-sections.txt: add gtk_status_icon_(get|set)_screen
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 4 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-sections.txt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 04273d7845..69d6df424c 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2006-11-19 Mark McLoughlin <mark@skynet.ie> + + * gtk/gtk-sections.txt: add gtk_status_icon_(get|set)_screen + Tue Oct 10 16:38:23 2006 Tim Janik <timj@imendio.com> * gtk/tmpl/gtkbindings.sgml: diff --git a/docs/reference/gtk/gtk-sections.txt b/docs/reference/gtk/gtk-sections.txt index 2e977da42b..7efa230fb7 100644 --- a/docs/reference/gtk/gtk-sections.txt +++ b/docs/reference/gtk/gtk-sections.txt @@ -3240,6 +3240,8 @@ gtk_status_icon_get_pixbuf gtk_status_icon_get_stock gtk_status_icon_get_icon_name gtk_status_icon_get_size +gtk_status_icon_set_screen +gtk_status_icon_get_screen gtk_status_icon_set_tooltip gtk_status_icon_set_visible gtk_status_icon_get_visible |