Add some documentation comments, fix some missing statics

This commit is contained in:
Owen Taylor
2003-03-21 21:26:38 +00:00
parent 2bc63cb087
commit d9748614f1
6 changed files with 166 additions and 15 deletions

View File

@ -31,8 +31,9 @@ G_BEGIN_DECLS
typedef struct _GtkFileSystemUnix GtkFileSystemUnix;
GType _gtk_file_system_unix_get_type (void);
GtkFileSystem *_gtk_file_system_unix_new (void);
GType _gtk_file_system_unix_get_type (void);
G_END_DECLS
#endif /* __GTK_FILE_SYSTEM_UNIX_H__ */