We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850e281 commit 555404fCopy full SHA for 555404f
1 file changed
docs/TipsAndTricks/PopplerMethodSignaturesChange.md
@@ -17,3 +17,12 @@ of poppler at the new version. Once you have identified
17
examples of the uses of the new method signatures, you
18
can diff the poppler code between the two versions to
19
see *how* the poppler programmers made the changes.
20
+
21
+## When object creation signatures change...
22
23
+When an object's creatino signature chagnes, it can be
24
+rather harder to find example code... so instead of searching
25
+for the object creation (which can be difficult
26
+to identify using `grep`) try reading the code and find
27
+some associated method which *uses* the created object
28
+as a target of your `grep`ing command...
0 commit comments