summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-04-21 21:04:28 +0100
committerBastien Nocera <hadess@hadess.net>2012-04-21 21:44:28 +0100
commit56b360ecc090dac8403922d1c80e4911f2dc3959 (patch)
tree4533b771afbf509fe0f8858325b13653c8c727c8 /src/totem.h
parent5e36bb66730abc7cafde4cffef7ea2ec6c2ac9c3 (diff)
downloadtotem-56b360ecc090dac8403922d1c80e4911f2dc3959.tar.gz
main: Use a signal to get the user-agent for specific sites
Instead of hard-coding hacks in the Totem core itself. https://bugzilla.gnome.org/show_bug.cgi?id=674469
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);