summaryrefslogtreecommitdiff
path: root/src/totem-private.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-19 09:52:12 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-19 09:52:12 +0100
commit88d28e99c8620f7c7b33ee503afb675c950aaf0f (patch)
tree4ab47122469af6a39e29aa76779a7f1bde03b228 /src/totem-private.h
parent6f26b3bcc2525b3a863841ee1848083834445b5b (diff)
downloadtotem-88d28e99c8620f7c7b33ee503afb675c950aaf0f.tar.gz
main: Make totem_action_fullscreen() private
Diffstat (limited to 'src/totem-private.h')
-rw-r--r--src/totem-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/totem-private.h b/src/totem-private.h
index ec7a571f1..85862e840 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -184,5 +184,6 @@ void playlist_widget_setup (Totem *totem);
void video_widget_create (Totem *totem);
void totem_object_plugins_init (TotemObject *totem);
void totem_object_plugins_shutdown (TotemObject *totem);
+void totem_action_fullscreen (TotemObject *totem, gboolean state);
#endif /* __TOTEM_PRIVATE_H__ */