diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-04 21:39:15 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-03-04 21:39:15 +0000 |
commit | ef255131dc7988d4ef77f76bbdf94cf44b428057 (patch) | |
tree | 8be770426404d31dec6d59f2d79fb4886503c54a /ext/musicbrainz | |
parent | 924ae90cef6508823f9edf14cb54d57e9aa9932a (diff) | |
download | gstreamer-plugins-bad-ef255131dc7988d4ef77f76bbdf94cf44b428057.tar.gz |
fix headers fix signals to use - instead of _
Original commit message from CVS:
fix headers
fix signals to use - instead of _
Diffstat (limited to 'ext/musicbrainz')
-rw-r--r-- | ext/musicbrainz/gsttrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/musicbrainz/gsttrm.c b/ext/musicbrainz/gsttrm.c index 2a00376aa..d70f0b6e9 100644 --- a/ext/musicbrainz/gsttrm.c +++ b/ext/musicbrainz/gsttrm.c @@ -157,7 +157,7 @@ gst_musicbrainz_class_init (GstMusicBrainzClass *klass) gobject_class->get_property = gst_musicbrainz_get_property; gst_musicbrainz_signals[SIGNAL_SIGNATURE_AVAILABLE] = - g_signal_new ("signature_available", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, + g_signal_new ("signature-available", G_TYPE_FROM_CLASS(klass), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstMusicBrainzClass, signature_available), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0); |