forked from AuroraMiddleware/gtk
Actually export gtk_disable_setlocale(). (Caught by Sven Neumann)
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually export gtk_disable_setlocale(). (Caught by Sven Neumann)
This commit is contained in:
parent
6537d7eba7
commit
1da46404b7
@ -1,3 +1,8 @@
|
||||
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
|
||||
export gtk_disable_setlocale(). (Caught by Sven Neumann)
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
|
||||
export gtk_disable_setlocale(). (Caught by Sven Neumann)
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
|
||||
export gtk_disable_setlocale(). (Caught by Sven Neumann)
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
|
||||
export gtk_disable_setlocale(). (Caught by Sven Neumann)
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
|
||||
export gtk_disable_setlocale(). (Caught by Sven Neumann)
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
|
||||
export gtk_disable_setlocale(). (Caught by Sven Neumann)
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Oct 19 11:24:58 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
|
||||
export gtk_disable_setlocale(). (Caught by Sven Neumann)
|
||||
|
||||
2001-10-18 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
|
||||
|
@ -376,7 +376,7 @@ static gboolean do_setlocale = TRUE;
|
||||
*
|
||||
* Most programs should not need to call this function.
|
||||
**/
|
||||
static void
|
||||
void
|
||||
gtk_disable_setlocale (void)
|
||||
{
|
||||
if (gtk_initialized)
|
||||
|
@ -113,6 +113,8 @@ gchar *get_gtk_win32_directory (gchar *subdir);
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
void gtk_exit (gint error_code);
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
void gtk_disable_setlocale (void);
|
||||
gchar * gtk_set_locale (void);
|
||||
PangoLanguage *gtk_get_default_language (void);
|
||||
gint gtk_events_pending (void);
|
||||
|
Loading…
Reference in New Issue
Block a user