diff options
Diffstat (limited to 'lasso/xml/id-wsf-2.0/disco_options.c')
-rw-r--r-- | lasso/xml/id-wsf-2.0/disco_options.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lasso/xml/id-wsf-2.0/disco_options.c b/lasso/xml/id-wsf-2.0/disco_options.c index 91d06ef1..fc9dde73 100644 --- a/lasso/xml/id-wsf-2.0/disco_options.c +++ b/lasso/xml/id-wsf-2.0/disco_options.c @@ -47,8 +47,8 @@ static struct XmlSnippet schema_snippets[] = { { "Option", SNIPPET_LIST_CONTENT, - G_STRUCT_OFFSET(LassoIdWsf2DiscoOptions, Option) }, - {NULL, 0, 0} + G_STRUCT_OFFSET(LassoIdWsf2DiscoOptions, Option), NULL, NULL, NULL}, + {NULL, 0, 0, NULL, NULL, NULL} }; static LassoNodeClass *parent_class = NULL; @@ -92,6 +92,7 @@ lasso_idwsf2_disco_options_get_type() sizeof(LassoIdWsf2DiscoOptions), 0, (GInstanceInitFunc) instance_init, + NULL }; this_type = g_type_register_static(LASSO_TYPE_NODE, |