summaryrefslogtreecommitdiff
path: root/gtk/gtktextmark.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-07-03 21:21:25 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-07-03 21:21:25 +0000
commit50b1a5a9dc04af7ebdeeea29552d435fed0328d1 (patch)
treef461370f16e906edafc3c404dbcba1bb83e6c180 /gtk/gtktextmark.h
parent01212ce1709bc85d03576969c45397cf20c3dcc1 (diff)
downloadgtk+-50b1a5a9dc04af7ebdeeea29552d435fed0328d1.tar.gz
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.
Diffstat (limited to 'gtk/gtktextmark.h')
-rw-r--r--gtk/gtktextmark.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtktextmark.h b/gtk/gtktextmark.h
index 0fa2f0dd52..9079e11e4b 100644
--- a/gtk/gtktextmark.h
+++ b/gtk/gtktextmark.h
@@ -13,7 +13,8 @@ void gtk_text_mark_set_visible (GtkTextMark *mark,
gboolean setting);
gboolean gtk_text_mark_is_visible (GtkTextMark *mark);
-char * gtk_text_mark_get_name (GtkTextMark *mark);
+/* Temporarily commented out until memory management behavior is figured out */
+/* char * gtk_text_mark_get_name (GtkTextMark *mark); */
#ifdef __cplusplus
}