Documented undocumented functions.

Sat Feb 23 00:28:47 2002  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreemodel.c: Documented undocumented functions.
This commit is contained in:
Jonathan Blandford
2002-02-23 05:45:40 +00:00
committed by Jonathan Blandford
parent c1a26cc321
commit 95c0835107
2 changed files with 58 additions and 15 deletions

View File

@ -22,9 +22,7 @@
#include <gtk/gtkobject.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
G_BEGIN_DECLS
#define GTK_TYPE_TREE_MODEL (gtk_tree_model_get_type ())
#define GTK_TREE_MODEL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TREE_MODEL, GtkTreeModel))
@ -240,9 +238,6 @@ void gtk_tree_model_rows_reordered (GtkTreeModel *tree_model,
#ifdef __cplusplus
}
#endif /* __cplusplus */
G_END_DECLS
#endif /* __GTK_TREE_MODEL_H__ */