[totem] docs: Remove incomplete and unused API docs



commit e209dd657006809108922415d2bc70d4a1f6bac9
Author: Bastien Nocera <hadess hadess net>
Date:   Sun Apr 22 21:16:44 2012 +0100

    docs: Remove incomplete and unused API docs
    
    We don't expect TotemObject to be subclassed, we were missing
    docs for new members, and the copy/paste still mentioned TotemPlParser
    types. Moved to the private section.

 docs/reference/totem-sections.txt |    2 +-
 src/totem.h                       |   12 ------------
 2 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/docs/reference/totem-sections.txt b/docs/reference/totem-sections.txt
index 29a0eff..d0a9331 100644
--- a/docs/reference/totem-sections.txt
+++ b/docs/reference/totem-sections.txt
@@ -3,7 +3,6 @@
 <TITLE>TotemObject</TITLE>
 Totem
 TotemObject
-TotemObjectClass
 TotemRemoteCommand
 TotemRemoteSetting
 TOTEM_GSETTINGS_SCHEMA
@@ -74,6 +73,7 @@ TOTEM_TYPE_REMOTE_SETTING
 totem_remote_setting_get_type
 totem_remote_setting_quark
 <SUBSECTION Private>
+TotemObjectClass
 totem_action_set_mrl
 totem_action_set_mrl_and_play
 totem_action_set_mrl_with_warning
diff --git a/src/totem.h b/src/totem.h
index 59a8f95..a330beb 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -149,18 +149,6 @@ GQuark totem_remote_setting_quark	(void);
 typedef struct _TotemObject Totem;
 typedef struct _TotemObject TotemObject;
 
-/**
- * TotemObjectClass:
- * @parent_class: the parent class
- * @file_opened: the generic signal handler for the #TotemObject::file-opened signal,
- * which can be overridden by inheriting classes
- * @file_closed: the generic signal handler for the #TotemObject::file-closed signal,
- * which can be overridden by inheriting classes
- * @metadata_updated: the generic signal handler for the #TotemObject::metadata-updated signal,
- * which can be overridden by inheriting classes
- *
- * The class structure for the #TotemPlParser type.
- **/
 typedef struct {
 	GtkApplicationClass parent_class;
 



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