mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
remove the deprecation macros for now to fix the build and give us a
2007-06-26 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltips.h: remove the deprecation macros for now to fix the build and give us a chance to fix widgets which use GtkTooltips in their API. svn path=/trunk/; revision=18242
This commit is contained in:
parent
ffcece930f
commit
cbde735c97
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
||||
2007-06-26 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* gtk/gtktooltips.h: remove the deprecation macros for now to fix
|
||||
the build and give us a chance to fix widgets which use GtkTooltips
|
||||
in their API.
|
||||
|
||||
2007-06-26 Kristian Rietveld <kris@imendio.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
* gtk/gtktooltips.[ch]:
|
||||
* docs/reference/gtk/tmpl/gtktooltips.sgml: deprecate GtkTooltips.
|
||||
|
||||
2007-06-25 Johan Dahlin <jdahlin@async.com.br>
|
||||
|
||||
* gtk/gtk-builder-convert: Add a script to convert libglade files
|
||||
|
@ -24,8 +24,6 @@
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
|
||||
#ifndef __GTK_TOOLTIPS_H__
|
||||
#define __GTK_TOOLTIPS_H__
|
||||
|
||||
@ -110,5 +108,3 @@ gboolean gtk_tooltips_get_info_from_tip_window (GtkWindow *tip_window
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GTK_TOOLTIPS_H__ */
|
||||
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
Loading…
Reference in New Issue
Block a user