diff options
author | Michael Natterer <mitch@imendio.com> | 2008-06-18 09:12:32 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-06-18 09:12:32 +0000 |
commit | fe8a946e876ad50ad70535ab70380c03a4eab58b (patch) | |
tree | 36a02fd1b3bcb54afc7b1177316a6599230e9ca9 /gtk/gtkactiongroup.h | |
parent | 060948a43b05e6c62d0d1d246e012cebd1956f5d (diff) | |
download | gtk+-fe8a946e876ad50ad70535ab70380c03a4eab58b.tar.gz |
deprecate GtkDestroyNotify.
2008-06-18 Michael Natterer <mitch@imendio.com>
* gtk/gtktypeutils.h: deprecate GtkDestroyNotify.
* gtk/gtkactiongroup.[ch]
* gtk/gtkcombobox.[ch]
* gtk/gtkcontainer.[ch]
* gtk/gtkliststore.[ch]
* gtk/gtkmain.[ch]
* gtk/gtkmenu.c
* gtk/gtkstock.[ch]
* gtk/gtktreedatalist.[ch]
* gtk/gtktreemodelfilter.[ch]
* gtk/gtktreemodelsort.[ch]
* gtk/gtktreeprivate.h
* gtk/gtktreeselection.[ch]
* gtk/gtktreesortable.[ch]
* gtk/gtktreestore.[ch]
* gtk/gtktreeview.[ch]
* gtk/gtktreeviewcolumn.[ch]: s/GtkDestroyNotify/GDestroyNotify/g.
svn path=/trunk/; revision=20448
Diffstat (limited to 'gtk/gtkactiongroup.h')
-rw-r--r-- | gtk/gtkactiongroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkactiongroup.h b/gtk/gtkactiongroup.h index 17067b939d..409c2b50fb 100644 --- a/gtk/gtkactiongroup.h +++ b/gtk/gtkactiongroup.h @@ -161,7 +161,7 @@ void gtk_action_group_add_radio_actions_full (GtkActionGroup void gtk_action_group_set_translate_func (GtkActionGroup *action_group, GtkTranslateFunc func, gpointer data, - GtkDestroyNotify notify); + GDestroyNotify notify); void gtk_action_group_set_translation_domain (GtkActionGroup *action_group, const gchar *domain); G_CONST_RETURN gchar *gtk_action_group_translate_string (GtkActionGroup *action_group, |