summaryrefslogtreecommitdiff
path: root/c-to-xml.py
AgeCommit message (Collapse)AuthorFilesLines
2012-10-31plugin docs: make misc pythons scripts work with python3Tim-Philipp Müller1-6/+8
- print is a function now - foo.has_key(bar) -> bar in foo - raise err, text -> raise err(text) - uncode strings vs. bytes https://bugzilla.gnome.org/show_bug.cgi?id=563903
2009-04-04Whitespace cleanupsFelipe Contreras1-1/+1
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2005-09-14common/: a simple py script to generate valid xml from a C example probably ↵Thomas Vander Stichele1-0/+34
also need to strip an MIT license when we... Original commit message from CVS: * common/c-to-xml.py: * common/gtk-doc-plugins.mak: a simple py script to generate valid xml from a C example probably also need to strip an MIT license when we decide * docs/plugins/Makefile.am: * gst/level/Makefile.am: * gst/level/gstlevel.c: (gst_level_init): * gst/level/level-example.c: (message_handler), (main): add an example to level that will show up in the docs * gst/rtp/TODO: add a note for the future