mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
Merge branch 'bug551744-boxed-ctors'
svn path=/trunk/; revision=654
This commit is contained in:
@@ -738,6 +738,8 @@ validate_function_blob (ValidateContext *ctx,
|
|||||||
switch (container_type)
|
switch (container_type)
|
||||||
{
|
{
|
||||||
case BLOB_TYPE_BOXED:
|
case BLOB_TYPE_BOXED:
|
||||||
|
case BLOB_TYPE_STRUCT:
|
||||||
|
case BLOB_TYPE_UNION:
|
||||||
case BLOB_TYPE_OBJECT:
|
case BLOB_TYPE_OBJECT:
|
||||||
case BLOB_TYPE_INTERFACE:
|
case BLOB_TYPE_INTERFACE:
|
||||||
is_method = !(blob->constructor || blob->setter || blob->getter || blob->wraps_vfunc);
|
is_method = !(blob->constructor || blob->setter || blob->getter || blob->wraps_vfunc);
|
||||||
@@ -751,6 +753,8 @@ validate_function_blob (ValidateContext *ctx,
|
|||||||
switch (container_type)
|
switch (container_type)
|
||||||
{
|
{
|
||||||
case BLOB_TYPE_BOXED:
|
case BLOB_TYPE_BOXED:
|
||||||
|
case BLOB_TYPE_STRUCT:
|
||||||
|
case BLOB_TYPE_UNION:
|
||||||
case BLOB_TYPE_OBJECT:
|
case BLOB_TYPE_OBJECT:
|
||||||
case BLOB_TYPE_INTERFACE:
|
case BLOB_TYPE_INTERFACE:
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user