docs: add missing parameter docs

This commit is contained in:
Stefan Kost 2009-11-27 14:17:35 +02:00
parent 309187c2ce
commit 85d85f9d36

View file

@ -121,6 +121,7 @@ typedef gboolean (*GstPluginInitFunc) (GstPlugin *plugin);
/**
* GstPluginInitFullFunc:
* @plugin: The plugin object
* @user_data: extra data
*
* A plugin should provide a pointer to a function of either #GstPluginInitFunc
* or this type in the plugin_desc struct.