Use g_get_charset() instead of g_get_codeset().
Mon Jul 3 17:08:14 2000 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Use g_get_charset() instead of g_get_codeset(). * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: Comment out some strdup'ing functions to keep timj happy until we finish fighting this out.
This commit is contained in:
@ -72,6 +72,12 @@ static void gtk_frame_real_compute_child_allocation (GtkFrame *frame,
|
||||
static GtkBinClass *parent_class = NULL;
|
||||
|
||||
|
||||
/* Here until I convince timj about memory management behavior
|
||||
*/
|
||||
gchar * gtk_frame_get_label (GtkFrame *frame);
|
||||
gchar * gtk_label_get_text (GtkLabel *label);
|
||||
|
||||
|
||||
GtkType
|
||||
gtk_frame_get_type (void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user