summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-04-22 21:16:44 +0100
committerBastien Nocera <hadess@hadess.net>2012-04-22 21:18:47 +0100
commite209dd657006809108922415d2bc70d4a1f6bac9 (patch)
tree208d89782876872fadbdc7d4248ccdb976ce9666 /src/totem.h
parent539add3a974c72f595e7a0f682359181fd7cb3cf (diff)
downloadtotem-e209dd657006809108922415d2bc70d4a1f6bac9.tar.gz
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.
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/totem.h b/src/totem.h
index 59a8f9551..a330beb5e 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;