rpms/kazehakase/F-7 kz-webkit-gtk.h, NONE, 1.1 kazehakase.spec, 1.30, 1.31

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Wed Mar 5 08:01:32 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/kazehakase/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5478/F-7

Modified Files:
	kazehakase.spec 
Added Files:
	kz-webkit-gtk.h 
Log Message:
Forgot to add files, orz


--- NEW FILE kz-webkit-gtk.h ---
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

/*
 *  Copyright (C) 2008  g新部 Hiroyuki Ikezoe
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2, or (at your option)
 *  any later version.
 *
 *  This program 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 General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *
 */

#ifndef __KZ_WEBKIT_GTK_H__
#define __KZ_WEBKIT_GTK_H__

#include <webkit/webkit.h>

G_BEGIN_DECLS

#define KZ_TYPE_WEBKIT_GTK		(kz_webkit_gtk_get_type ())
#define KZ_WEBKIT_GTK(obj)		(G_TYPE_CHECK_INSTANCE_CAST ((obj), KZ_TYPE_WEBKIT_GTK, KzGtkWebcore))
#define KZ_WEBKIT_GTK_CLASS(klass)	(G_TYPE_CHECK_CLASS_CAST ((klass), KZ_TYPE_WEBKIT_GTK, KzWebKitGtkClass))
#define KZ_IS_WEBKIT_GTK(obj)		(G_TYPE_CHECK_INSTANCE_TYPE ((obj), KZ_TYPE_WEBKIT_GTK))
#define KZ_IS_WEBKIT_GTK_CLASS(klass)	(G_TYPE_CHECK_CLASS_TYPE ((klass), KZ_TYPE_WEBKIT_GTK))
#define KZ_WEBKIT_GTK_GET_CLASS(obj)	(G_TYPE_INSTANCE_GET_CLASS ((obj), KZ_TYPE_WEBKIT_GTK, KzWebKitGtkClass))

typedef struct _KzWebKitGtk		KzWebKitGtk;
typedef struct _KzWebKitGtkClass	KzWebKitGtkClass;

struct _KzWebKitGtk
{
	WebKitWebView parent;
};

struct _KzWebKitGtkClass
{
	WebKitWebViewClass parent_class;
};


GType        kz_webkit_gtk_get_type              (void) G_GNUC_CONST;
void         kz_webkit_gtk_register_type         (GTypeModule *module);

G_END_DECLS

#endif /* __KZ_WEBKIT_GTK_H__ */


Index: kazehakase.spec
===================================================================
RCS file: /cvs/extras/rpms/kazehakase/F-7/kazehakase.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- kazehakase.spec	5 Mar 2008 07:40:17 -0000	1.30
+++ kazehakase.spec	5 Mar 2008 08:00:48 -0000	1.31
@@ -31,7 +31,7 @@
 %endif
 
 
-%define		fedorarel	2
+%define		fedorarel	3
 
 
 %define		_release	%{fedorarel}%{?usesvn:.svn%svnver}
@@ -299,7 +299,7 @@
 %endif
 
 %changelog
-* Sun Mar  2 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.3-2
+* Sun Mar  2 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.3-3
 - Support WebGTK
 
 * Sat Mar  1 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.5.3-1




More information about the fedora-extras-commits mailing list