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/gtkstock.h | |
parent | 060948a43b05e6c62d0d1d246e012cebd1956f5d (diff) | |
download | gdk-pixbuf-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/gtkstock.h')
-rw-r--r-- | gtk/gtkstock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstock.h b/gtk/gtkstock.h index 80ec1ec9d..f259d89de 100644 --- a/gtk/gtkstock.h +++ b/gtk/gtkstock.h @@ -66,7 +66,7 @@ void gtk_stock_item_free (GtkStockItem *item); void gtk_stock_set_translate_func (const gchar *domain, GtkTranslateFunc func, gpointer data, - GtkDestroyNotify notify); + GDestroyNotify notify); /* Stock IDs (not all are stock items; some are images only) */ #define GTK_STOCK_DIALOG_AUTHENTICATION \ |