Desarrollar y descargar software de código abierto

Browse Subversion Repository

Contents of /kazehakase/trunk/module/search/kz-search-rast.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2693 - (show annotations) (download) (as text)
Wed Dec 6 05:54:55 2006 UTC (17 years, 5 months ago) by ikezoe
File MIME type: text/x-chdr
File size: 1451 byte(s)
* module/search/kz-search-rast.[ch]: New files.
It's not implemented all.

1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
3 /*
4 * Copyright (C) 2004 Hiroyuki Ikezoe
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2, or (at your option)
9 * any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19 */
20
21 #ifndef __KZ_SEARCH_RAST_H__
22 #define __KZ_SEARCH_RAST_H__
23
24 #include <glib-object.h>
25 #include "kz-search.h"
26
27 G_BEGIN_DECLS
28
29 #define KZ_TYPE_SEARCH_RAST (kz_search_rast_get_type ())
30 #define KZ_SEARCH_RAST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), KZ_TYPE_SEARCH_RAST, KzSearchRast))
31 #define KZ_IS_SEARCH_RAST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), KZ_TYPE_SEARCH_RAST))
32
33 typedef struct _KzSearchRast KzSearchRast;
34
35 struct _KzSearchRast
36 {
37 KzSearch parent;
38 };
39
40 GType kz_search_rast_get_type (void) G_GNUC_CONST;
41
42 KzSearch *kz_search_rast_new (void);
43
44 G_END_DECLS
45
46 #endif /* __KZ_SEARCH_RAST_H__ */

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26