summaryrefslogtreecommitdiffstats
path: root/ext/shout2/gstshout2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shout2/gstshout2.h')
-rw-r--r--ext/shout2/gstshout2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/shout2/gstshout2.h b/ext/shout2/gstshout2.h
index 81a2f91f..128ce8ed 100644
--- a/ext/shout2/gstshout2.h
+++ b/ext/shout2/gstshout2.h
@@ -64,6 +64,9 @@ struct _GstShout2send {
typedef struct _GstShout2sendClass GstShout2sendClass;
struct _GstShout2sendClass {
GstElementClass parent_class;
+
+ /* signal callbacks */
+ void (*connection_problem) (GstElement *element,guint errno);
};
/* Standard macros for defining types for this element. */