docs: better way to link class methods

This commit is contained in:
Stefan Kost 2009-11-25 18:25:01 +02:00
parent 868878db87
commit 9d640c7c61

View file

@ -30,8 +30,8 @@
* Additionally one can load saved pipelines into the gst-editor to inspect the
* graph.
*
* #GstElement implementations need to override the save_thyself() and
* restore_thyself() virtual functions of #GstObject.
* #GstElement implementations need to override the #GstObject.save_thyself()
* and #GstObject.restore_thyself() virtual functions of #GstObject.
*/
#include "gst_private.h"