diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2007-11-02 18:35:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2007-11-02 18:35:37 +0000 |
commit | 4e121ae147245d32abf49229d767b03e427a9c90 (patch) | |
tree | 6d6ade64dd42e4fe0ab1f7cbe0c418d8a2f6f46d /gst/gstplugin.h | |
parent | b150d54e1cb55d94828e19900641b4903212985d (diff) |
gst/: Move declaration of private _gst_foo_initialize() functions into our private header file where they should have...
Original commit message from CVS:
* gst/gst_private.h:
* gst/gstbuffer.h:
* gst/gstevent.h:
* gst/gstformat.h:
* gst/gstmessage.h:
* gst/gstplugin.h:
* gst/gstquery.h:
* gst/gsttaglist.h:
* gst/gstvalue.h:
Move declaration of private _gst_foo_initialize() functions into
our private header file where they should have been all along.
Diffstat (limited to 'gst/gstplugin.h')
-rw-r--r-- | gst/gstplugin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/gstplugin.h b/gst/gstplugin.h index 93bc9b7ab..d65fccd4b 100644 --- a/gst/gstplugin.h +++ b/gst/gstplugin.h @@ -258,7 +258,6 @@ typedef gboolean (*GstPluginFilter) (GstPlugin *plugin, GType gst_plugin_get_type (void); -void _gst_plugin_initialize (void); void _gst_plugin_register_static (GstPluginDesc *desc); G_CONST_RETURN gchar* gst_plugin_get_name (GstPlugin *plugin); |