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:
Owen Taylor 2001-10-19 15:27:43 +00:00 committed by Owen Taylor
parent 6537d7eba7
commit 1da46404b7
9 changed files with 38 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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);