summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/totem.h b/src/totem.h
index 03cc4bd97..46de8ab26 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -171,6 +171,8 @@ typedef struct {
const char *title,
const char *album,
guint track_num);
+ char * (*get_user_agent) (TotemObject *totem,
+ const char *mrl);
} TotemObjectClass;
GType totem_object_get_type (void);