/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-text-model-test.c * Copyright 2000, 2001, Ximian, Inc. * * Authors: * Chris Lahey * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License, version 2, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA * 02111-1307, USA. */ #include #include #include "e-text-model.h" #include "e-text-model-uri.h" #include "e-text.h" #include #if 0 static void describe_model (ETextModel *model) { gint i, N; g_return_if_fail (E_IS_TEXT_MODEL (model)); N = e_text_model_object_count (model); g_print ("text: %s\n", e_text_model_get_text (model)); g_print ("objs: %d\n", N); for (i=0; i