diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-12-19 20:07:08 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-19 20:07:08 +0000 |
commit | b4d4e8caddfe91e2231f2348820c0836c04aca90 (patch) | |
tree | 251ab5acc8e1e10a044bbb671d1c81fdada3b41e /gtk/gtkwindow.c | |
parent | 19c11163514a8844e48a56eb1ab668e3f7f54930 (diff) | |
download | gtk+-b4d4e8caddfe91e2231f2348820c0836c04aca90.tar.gz |
Documentation fixes.
2005-12-19 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkplug.c:
* gtk/gtkwindow.c: Documentation fixes.
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 8410a01683..ee6877f26b 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -2467,6 +2467,7 @@ gtk_window_get_decorated (GtkWindow *window) } /** + * gtk_window_set_deletable: * @window: a #GtkWindow * @setting: %TRUE to decorate the window as deletable * |