[perl-Glib-Object-Introspection] Do not croak for known unhandled types
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib-Object-Introspection] Do not croak for known unhandled types
- Date: Sun, 27 Feb 2011 11:04:02 +0000 (UTC)
commit 27fc5bb41527649e5b6b432010d73ffa4c5c0593
Author: Emmanuele Bassi <ebassi linux intel com>
Date: Sat Feb 26 13:46:54 2011 +0000
Do not croak for known unhandled types
Just warn.
GObjectIntrospection.xs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/GObjectIntrospection.xs b/GObjectIntrospection.xs
index e31a250..bdc976a 100644
--- a/GObjectIntrospection.xs
+++ b/GObjectIntrospection.xs
@@ -1642,7 +1642,7 @@ store_methods (HV *namespaced_functions, GIBaseInfo *info, GIInfoType info_type)
case GI_INFO_TYPE_UNION:
{
- ccroak ("%s: unions not handled yet", G_STRFUNC);
+ dwarn ("%s: unions not handled yet", G_STRFUNC);
break;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]