it's just me or the file is empty?
Oops. Sorry.
cheers
Best Regards,
Rafael
Index: atkrectangle.override
===================================================================
--- atkrectangle.override (revision 7)
+++ atkrectangle.override (revision 8)
@@ -59,7 +59,7 @@ PyAtkRectangle_to_value(GValue *value, P
return 0;
}
-void
+void G_GNUC_INTERNAL
_pyatk_register_boxed_types(void)
{
pyg_register_boxed_custom(ATK_TYPE_RECTANGLE,
Index: gtk/gtk-types.c
===================================================================
--- gtk/gtk-types.c (revision 7)
+++ gtk/gtk-types.c (revision 8)
@@ -1341,7 +1341,7 @@ PyGdkRectangle_to_value(GValue *value, P
/* We have to set ob_type here because stupid win32 does not allow you
* to use variables from another dll in a global variable initialisation.
*/
-void
+void G_GNUC_INTERNAL
_pygtk_register_boxed_types(PyObject *moddict)
{
PyGtkStyleHelper_Type.ob_type = &PyType_Type;
Index: gtk/gtkmodule.c
===================================================================
--- gtk/gtkmodule.c (revision 7)
+++ gtk/gtkmodule.c (revision 8)
@@ -34,7 +34,7 @@
Pycairo_CAPI_t *Pycairo_CAPI;
#endif
-void _pygtk_register_boxed_types(PyObject *moddict);
+void G_GNUC_INTERNAL _pygtk_register_boxed_types(PyObject *moddict);
void G_GNUC_INTERNAL pygtk_register_classes(PyObject *d);
void G_GNUC_INTERNAL pygdk_register_classes(PyObject *d);
void pygtk_add_constants(PyObject *module, const gchar *strip_prefix);
Index: atkmodule.c
===================================================================
--- atkmodule.c (revision 7)
+++ atkmodule.c (revision 8)
@@ -29,7 +29,7 @@
void G_GNUC_INTERNAL pyatk_register_classes (PyObject *d);
void pyatk_add_constants(PyObject *module, const gchar *strip_prefix);
-void _pyatk_register_boxed_types(void);
+void G_GNUC_INTERNAL _pyatk_register_boxed_types(void);
extern PyMethodDef pyatk_functions[];
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/