summaryrefslogtreecommitdiff
path: root/gi/pygi-property.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/pygi-property.c')
-rw-r--r--gi/pygi-property.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gi/pygi-property.c b/gi/pygi-property.c
index 3f6d0383..6f805063 100644
--- a/gi/pygi-property.c
+++ b/gi/pygi-property.c
@@ -302,7 +302,7 @@ pygi_set_property_value_real (PyGObject *instance,
g_value_init (&value, G_PARAM_SPEC_VALUE_TYPE (pspec));
- // FIXME: Lots of types still unhandled
+ /* FIXME: Lots of types still unhandled */
type_tag = g_type_info_get_tag (type_info);
switch (type_tag) {
case GI_TYPE_TAG_INTERFACE: