-
Notifications
You must be signed in to change notification settings - Fork 49
calldef_matcher matches on structure too #62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
some more intel
with pygccxml "develop" commit f9f0deb |
Hi coming back to your problem. I still have trouble to understand what you are trying to do.
This does correspond to the definition of this function in signal.h. I do not know why you are talking about structs. If you are confused by the fact that the calldef_matcher returns 2 constructors, remember that in c++ these are juste methods of the class. You need to filter your result list with an
|
Your remarks for both of my issues look spot on, let me go back to you later though as it's my turn to go on holyday. I should be able to give you a definite answer around mid september. |
Ok. I will move your two bugs off the 1.8.0 milestone, I do not want to delay the release too much. If there are still fixes to be applied, this can get in the next minor release. Have a nice holiday. |
I've added an additionnal criteria |
I am looking for the declaration of the "sigaction" function defined in <signal.h> with the following code. Problem is pygccxml returns the declaration of the "struct sigaction".
I've reduced my code to an autonomeous example:
The text was updated successfully, but these errors were encountered: