summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-05-05 17:17:02 +0000
committerGlynn Foster <gman@src.gnome.org>2003-05-05 17:17:02 +0000
commit8ff2b32c9eb4b2eb8970a9fa48c4889847c347b1 (patch)
treece428fee7a962be0ad60705f86eb1b4ad81e39ad /src/util.h
parent140539f6264477403d022a87d4dd18b5eba495ca (diff)
Make the list dialog handle stdin - a little bit buggy still. Update
2003-05-05 Glynn Foster <glynn.foster@sun.com> * src/tree.c, src/util.c, src/util.h: Make the list dialog handle stdin - a little bit buggy still. * TODO: Update
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 7a817ab..abfd2ae 100644
--- a/src/util.h
+++ b/src/util.h
@@ -11,6 +11,7 @@ G_BEGIN_DECLS
#define ZENITY_IMAGE_FULLPATH(filename) (g_strconcat (ZENITY_DATADIR, "/", filename, NULL))
GladeXML* zenity_util_load_glade_file (const gchar *widget_root);
+gchar * zenity_util_strip_newline (gchar *string);
gboolean zenity_util_fill_file_buffer (GtkTextBuffer *buffer,
const gchar *filename);
void zenity_util_set_window_icon (GtkWidget *widget,