diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-20 05:44:07 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-12-20 05:44:07 +0000 |
commit | a800cb7906ba371a7faf24b1c764b89e9c3f6908 (patch) | |
tree | 41402b0d97dffe787e08b5e7c0f0ed00a049c040 | |
parent | 7347c8800a7a26ec6d395f3932b8983905a952b5 (diff) | |
download | gtk+-a800cb7906ba371a7faf24b1c764b89e9c3f6908.tar.gz |
Doc updates
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 1 | ||||
-rw-r--r-- | gtk/gtkcalendar.c | 4 | ||||
-rw-r--r-- | gtk/gtkcellrenderer.c | 2 | ||||
-rw-r--r-- | gtk/gtkselection.c | 2 |
5 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,6 @@ 2005-12-19 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkcellrenderer.c: * gtk/gtkselection.c: * gtk/gtkcalendar.c: * gtk/gtkitemfactory.c: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 59680b95b0..ee4815fd69 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,6 @@ 2005-12-19 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkcellrenderer.c: * gtk/gtkselection.c: * gtk/gtkcalendar.c: * gtk/gtkitemfactory.c: diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 03614bdad1..253155d72b 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -3466,6 +3466,8 @@ gtk_calendar_get_date (GtkCalendar *calendar, * * Does nothing. Previously locked the display of the calendar until * it was thawed with gtk_calendar_thaw(). + * + * Deprecated: 2.8: **/ void gtk_calendar_freeze (GtkCalendar *calendar) @@ -3479,6 +3481,8 @@ gtk_calendar_freeze (GtkCalendar *calendar) * * Does nothing. Previously defrosted a calendar; all the changes made * since the last gtk_calendar_freeze() were displayed. + * + * Deprecated: 2.8: **/ void gtk_calendar_thaw (GtkCalendar *calendar) diff --git a/gtk/gtkcellrenderer.c b/gtk/gtkcellrenderer.c index 3f4d52e3bf..762bef1df0 100644 --- a/gtk/gtkcellrenderer.c +++ b/gtk/gtkcellrenderer.c @@ -758,7 +758,7 @@ gtk_cell_renderer_get_fixed_size (GtkCellRenderer *cell, * changes were not committed. * * Since: 2.4 - * Deprecated: Use gtk_cell_renderer_stop_editing() instead + * Deprecated: 2.6: Use gtk_cell_renderer_stop_editing() instead **/ void gtk_cell_renderer_editing_canceled (GtkCellRenderer *cell) diff --git a/gtk/gtkselection.c b/gtk/gtkselection.c index a453cb35e6..6272f5c46b 100644 --- a/gtk/gtkselection.c +++ b/gtk/gtkselection.c @@ -1813,7 +1813,7 @@ gtk_selection_init (void) * * Since: 2.2 * - * Deprecated: Instead of calling this function, chain up from + * Deprecated: 2.4: Instead of calling this function, chain up from * your selection_clear_event handler. Calling this function * from any other context is illegal. **/ |