forked from AuroraMiddleware/gtk
Fix some symbol aliasing glitches
This commit is contained in:
parent
58caa5c095
commit
8910e9333d
@ -1,3 +1,8 @@
|
||||
2006-03-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
* gtk/gtkrecent*.c: Fix some symbol aliasing glitches.
|
||||
|
||||
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
||||
|
||||
* gtk/gtkrecentchoosermenu.c: Make gtkalias.h the last included file.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-03-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtk.symbols:
|
||||
* gtk/gtkrecent*.c: Fix some symbol aliasing glitches.
|
||||
|
||||
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
||||
|
||||
* gtk/gtkrecentchoosermenu.c: Make gtkalias.h the last included file.
|
||||
|
@ -962,5 +962,5 @@ _gtk_recent_chooser_selection_changed (GtkRecentChooser *chooser)
|
||||
g_signal_emit (chooser, chooser_signals[SELECTION_CHANGED], 0);
|
||||
}
|
||||
|
||||
#define __GTK_RECENT_CHOOSER_H__
|
||||
#define __GTK_RECENT_CHOOSER_C__
|
||||
#include "gtkaliasdef.c"
|
||||
|
@ -68,7 +68,6 @@
|
||||
#include "gtktooltips.h"
|
||||
#include "gtktypebuiltins.h"
|
||||
#include "gtkvbox.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
#include "gtkrecentmanager.h"
|
||||
#include "gtkrecentfilter.h"
|
||||
@ -77,6 +76,8 @@
|
||||
#include "gtkrecentchooserutils.h"
|
||||
#include "gtkrecentchooserdefault.h"
|
||||
|
||||
#include "gtkalias.h"
|
||||
|
||||
|
||||
|
||||
struct _GtkRecentChooserDefault
|
||||
|
@ -45,6 +45,13 @@
|
||||
#include "gtkobject.h"
|
||||
#include "gtktooltips.h"
|
||||
#include "gtktypebuiltins.h"
|
||||
|
||||
#include "gtkrecentmanager.h"
|
||||
#include "gtkrecentfilter.h"
|
||||
#include "gtkrecentchooser.h"
|
||||
#include "gtkrecentchooserutils.h"
|
||||
#include "gtkrecentchooserprivate.h"
|
||||
#include "gtkrecentchoosermenu.h"
|
||||
#include "gtkalias.h"
|
||||
|
||||
struct _GtkRecentChooserMenuPrivate
|
||||
|
@ -293,6 +293,3 @@ delegate_item_activated (GtkRecentChooser *receiver,
|
||||
{
|
||||
_gtk_recent_chooser_item_activated (GTK_RECENT_CHOOSER (user_data));
|
||||
}
|
||||
|
||||
#define __GTK_RECENT_CHOOSER_UTILS_H__
|
||||
#include "gtkaliasdef.c"
|
||||
|
Loading…
Reference in New Issue
Block a user