[totem] main: Remove plugins handling function from API
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Remove plugins handling function from API
- Date: Tue, 19 Mar 2013 09:58:11 +0000 (UTC)
commit 2faecc1ca623f01379a2a7b3b8333442907324c9
Author: Bastien Nocera <hadess hadess net>
Date: Tue Mar 19 09:49:27 2013 +0100
main: Remove plugins handling function from API
src/totem-private.h | 2 ++
src/totem.h | 2 --
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/totem-private.h b/src/totem-private.h
index 3036643..ec7a571 100644
--- a/src/totem-private.h
+++ b/src/totem-private.h
@@ -182,5 +182,7 @@ char *totem_setup_window (Totem *totem);
void totem_callback_connect (Totem *totem);
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);
#endif /* __TOTEM_PRIVATE_H__ */
diff --git a/src/totem.h b/src/totem.h
index f63a7f6..d392dfc 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -164,8 +164,6 @@ typedef struct {
} TotemObjectClass;
GType totem_object_get_type (void);
-void totem_object_plugins_init (TotemObject *totem);
-void totem_object_plugins_shutdown (TotemObject *totem);
void totem_file_opened (TotemObject *totem,
const char *mrl);
void totem_file_has_played (TotemObject *totem,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]