gtktreesortable: Move documentation to inline comments

This commit is contained in:
Javier Jardón
2010-10-22 22:10:03 +02:00
parent 16cf23959f
commit e51daa79fe
4 changed files with 35 additions and 135 deletions

View File

@ -24,6 +24,18 @@
#include "gtkintl.h"
/**
* SECTION:gtktreesortable
* @Short_description: The interface for sortable models used by GtkTreeView
* @Title: GtkTreeSortable
* @See_also:#GtkTreeModel, #GtkTreeView
*
* #GtkTreeSortable is an interface to be implemented by tree models which
* support sorting. The #GtkTreeView uses the methods provided by this interface
* to sort the model.
*/
static void gtk_tree_sortable_base_init (gpointer g_class);
GType