[h5py] 37/38: Correct return type of H5Pget_class
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:21:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository h5py.
commit 02c81e0e700b85e31006d613bd481726f170b672
Author: Peter Chang <peter.chang at diamond.ac.uk>
Date: Fri Jun 19 15:00:55 2015 +0100
Correct return type of H5Pget_class
---
h5py/api_functions.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/h5py/api_functions.txt b/h5py/api_functions.txt
index 96579e4..816d92a 100644
--- a/h5py/api_functions.txt
+++ b/h5py/api_functions.txt
@@ -243,7 +243,7 @@ hdf5:
# General operations
hid_t H5Pcreate(hid_t plist_id)
hid_t H5Pcopy(hid_t plist_id)
- int H5Pget_class(hid_t plist_id)
+ hid_t H5Pget_class(hid_t plist_id)
herr_t H5Pclose(hid_t plist_id)
htri_t H5Pequal( hid_t id1, hid_t id2 )
herr_t H5Pclose_class(hid_t id)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git
More information about the debian-science-commits
mailing list