[gobject-introspection] gdumpparser.py: Limit line length to 100
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] gdumpparser.py: Limit line length to 100
- Date: Thu, 9 Jun 2011 16:22:41 +0000 (UTC)
commit 95b876a84f3e175a211a088f55d58bb36629290d
Author: Colin Walters <walters verbum org>
Date: Thu Jun 9 12:05:18 2011 -0400
gdumpparser.py: Limit line length to 100
giscanner/gdumpparser.py | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/giscanner/gdumpparser.py b/giscanner/gdumpparser.py
index 5105426..87621bc 100644
--- a/giscanner/gdumpparser.py
+++ b/giscanner/gdumpparser.py
@@ -211,7 +211,9 @@ blob containing data gleaned from GObject's primitive introspection."""
self._initparse_get_type_function(func)
def _initparse_get_type_function(self, func):
- if func.symbol in ('g_object_get_type', 'g_initially_unowned_get_type', 'g_variant_get_gtype'):
+ if func.symbol in ('g_object_get_type',
+ 'g_initially_unowned_get_type',
+ 'g_variant_get_gtype'):
# We handle these internally, see _initparse_gobject_record
return True
if func.parameters:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]