[vala] libgsf-1: No array length for Infile.child_by_aname.names
- From: Luca Bruno <lucabru src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] libgsf-1: No array length for Infile.child_by_aname.names
- Date: Mon, 19 Nov 2012 12:30:35 +0000 (UTC)
commit a73e27101f94f40eca9366ca5be6e83b725a088c
Author: Luca Bruno <lucabru src gnome org>
Date: Mon Nov 19 13:28:33 2012 +0100
libgsf-1: No array length for Infile.child_by_aname.names
Fixes bug 688556.
vapi/libgsf-1.vapi | 2 +-
vapi/packages/libgsf-1/libgsf-1.metadata | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/vapi/libgsf-1.vapi b/vapi/libgsf-1.vapi
index 7799dd5..d67d5be 100644
--- a/vapi/libgsf-1.vapi
+++ b/vapi/libgsf-1.vapi
@@ -55,7 +55,7 @@ namespace Gsf {
public class Infile : Gsf.Input {
[CCode (has_construct_function = false)]
protected Infile ();
- public unowned Gsf.Input child_by_aname (string[] names);
+ public unowned Gsf.Input child_by_aname ([CCode (array_length = false)] string[] names);
public virtual unowned Gsf.Input? child_by_index (int i);
public virtual unowned Gsf.Input? child_by_name (string name);
public unowned Gsf.Input child_by_vaname (void* names);
diff --git a/vapi/packages/libgsf-1/libgsf-1.metadata b/vapi/packages/libgsf-1/libgsf-1.metadata
index 2eeec3d..d2b8000 100644
--- a/vapi/packages/libgsf-1/libgsf-1.metadata
+++ b/vapi/packages/libgsf-1/libgsf-1.metadata
@@ -71,6 +71,7 @@ gsf_input_uncompress.src transfer_ownership="1"
gsf_input_sibling transfer_ownership="1"
gsf_input_mmap_new transfer_ownership="1"
gsf_input_dup transfer_ownership="1"
+gsf_infile_child_by_aname.names no_array_length="1"
gsf_infile_child_by_index transfer_ownership="1"
gsf_infile_child_by_vname transfer_ownership="1" ellipsis="1"
gsf_infile_child_by_name transfer_ownership="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]