From 56b360ecc090dac8403922d1c80e4911f2dc3959 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 21 Apr 2012 21:04:28 +0100 Subject: 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 --- src/totem.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/totem.h') 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); -- cgit v1.2.1