[totem] main: Don't export totem_action_set_mrl() in the API



commit 150903cfeb78779bab5fe1e12c2c2a698ee5cf91
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Mar 20 16:50:09 2013 +0100

    main: Don't export totem_action_set_mrl() in the API
    
    https://bugzilla.gnome.org/show_bug.cgi?id=527021

 src/totem-private.h |    3 +++
 src/totem.h         |    3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/totem-private.h b/src/totem-private.h
index 04e2e5e..aca1954 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -173,6 +173,9 @@ void        totem_action_eject                      (Totem *totem);
 void   totem_action_set_zoom                   (Totem *totem, gboolean zoom);
 void   totem_action_show_help                  (Totem *totem);
 void   totem_action_show_properties            (Totem *totem);
+void    totem_action_set_mrl                   (TotemObject *totem,
+                                                const char *mrl,
+                                                const char *subtitle);
 gboolean totem_action_open_files               (Totem *totem, char **list);
 G_GNUC_NORETURN void totem_action_error_and_exit (const char *title, const char *reason, Totem *totem);
 
diff --git a/src/totem.h b/src/totem.h
index 489ac34..b00a937 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -176,9 +176,6 @@ void        totem_object_action_seek_time           (TotemObject *totem, gint64 msec, 
gboolean a
 void   totem_object_action_seek_relative       (TotemObject *totem, gint64 offset, gboolean accurate);
 double totem_object_get_volume                 (TotemObject *totem);
 void   totem_object_action_volume              (TotemObject *totem, double volume);
-void    totem_action_set_mrl                   (TotemObject *totem,
-                                                const char *mrl,
-                                                const char *subtitle);
 
 void   totem_object_action_next_angle          (TotemObject *totem);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]