Skip to content

Commit c1b2bad

Browse files
authored
Ignore missing StorageListResult swig (#1420)
1 parent 46f57b7 commit c1b2bad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

storage/src/swig/storage.i

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ static AttributeType& %mangle(Class) ##_## AttributeName ## _get_func(Class* sel
160160
%ignore firebase::storage::StorageReference::GetBytes;
161161
%ignore firebase::storage::StorageReference::PutBytes;
162162
%ignore firebase::storage::StorageReference::PutFile;
163+
// Ignore List methods and StorageListResult since StorageListResult is not wrapped yet.
164+
%ignore firebase::storage::StorageReference::List;
165+
%ignore firebase::storage::StorageReference::ListLastResult;
166+
%ignore firebase::storage::StorageListResult;
167+
163168
// Remove the copy operator as the proxy uses the copy constructor.
164169
%ignore firebase::storage::StorageReference::operator=(const StorageReference&);
165170

0 commit comments

Comments
 (0)