summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-19 09:28:40 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-19 09:28:40 +0100
commit6cb68e32f4d230cd4d2ad0fbce7909035c61bd37 (patch)
tree57d7b9f7cff97e18f70fe5b4ad90321b494eaa15 /src/totem.h
parent08e9a2fda308e4e3ec5f94604539b37ba5776e6a (diff)
downloadtotem-6cb68e32f4d230cd4d2ad0fbce7909035c61bd37.tar.gz
main: Rename _next_angle() function with correct prefix
totem_object_action_... rather than simply totem_action_...
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem.h b/src/totem.h
index 186dc24ce..4bf9d5d3a 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -212,7 +212,7 @@ void totem_action_set_mrl_and_play (TotemObject *totem,
void totem_action_toggle_aspect_ratio (TotemObject *totem);
void totem_action_set_aspect_ratio (TotemObject *totem, int ratio);
int totem_action_get_aspect_ratio (TotemObject *totem);
-void totem_action_next_angle (TotemObject *totem);
+void totem_object_action_next_angle (TotemObject *totem);
#define totem_action_error totem_object_action_error
void totem_object_action_error (TotemObject *totem,