Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b57b27 commit 79d7022Copy full SHA for 79d7022
1 file changed
doc/faq/installing_faq.rst
@@ -277,8 +277,8 @@ Compile matplotlib with PyGTK-2.4
277
-------------------------------------------
278
279
There is a `bug in PyGTK-2.4`_. You need to edit
280
-:file:`pygobject.h` to add the :cmacro:`G_BEGIN_DECLS` and :cmacro:`G_END_DECLS`
281
-macros, and rename :cdata:`typename` parameter to :cdata:`typename_`::
+:file:`pygobject.h` to add the :c:macro:`G_BEGIN_DECLS` and :c:macro:`G_END_DECLS`
+macros, and rename :c:data:`typename` parameter to :c:data:`typename_`::
282
283
- const char *typename,
284
+ const char *typename_,
0 commit comments