summaryrefslogtreecommitdiff
path: root/glib/gfileutils.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-11-05 16:38:16 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-11-05 16:38:16 +0000
commit110c6cbac8d9cbddc27dcdf3f6c22889262fcc54 (patch)
tree4cf44e4c872b420e83ad8a6596818f720df0619c /glib/gfileutils.h
parent56f81205cff9047545d5896418718d959c50eb4d (diff)
downloadglib-110c6cbac8d9cbddc27dcdf3f6c22889262fcc54.tar.gz
Added
2000-11-05 Havoc Pennington <hp@pobox.com> * glib/tmpl/spawn.sgml, glib/tmpl/markup.sgml, glib/tmpl/fileutils.sgml: Added * glib/Makefile.am: Add new files * glib/glib-sections.txt: Add stuff from -unused 2000-11-05 Havoc Pennington <hp@pobox.com> * gutils.c (g_find_program_in_path): cleanup docs, sync param names to those in the header * gfileutils.c (g_mkstemp): clean up docs * gshell.h: sync param names with param names in .c file * gfileutils.h (enum GFileTest): remove trailing comma from last member, confuses gtk-doc * gmarkup.h: s/GMarkupErrorType/GMarkupError/g; to follow convention
Diffstat (limited to 'glib/gfileutils.h')
-rw-r--r--glib/gfileutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gfileutils.h b/glib/gfileutils.h
index e452ea7bf..dba134e84 100644
--- a/glib/gfileutils.h
+++ b/glib/gfileutils.h
@@ -65,7 +65,7 @@ typedef enum
G_FILE_TEST_IS_SYMLINK = 1 << 1,
G_FILE_TEST_IS_DIR = 1 << 2,
G_FILE_TEST_IS_EXECUTABLE = 1 << 3,
- G_FILE_TEST_EXISTS = 1 << 4,
+ G_FILE_TEST_EXISTS = 1 << 4
} GFileTest;
GQuark g_file_error_quark (void);