summaryrefslogtreecommitdiff
path: root/src/totem-preferences.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-04-30 19:00:46 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-04-30 19:00:46 +0100
commit0e99e3fda71efe6c6e50c23667640dd66cf1e087 (patch)
treee10813d4f8f21db30db58f90aacd32611d7b3d13 /src/totem-preferences.h
parent223e3deffbd1cc84eb4b278dd4505ea9fc36a7c4 (diff)
downloadtotem-0e99e3fda71efe6c6e50c23667640dd66cf1e087.tar.gz
Bug 578387 – Remaining API documentation additions
This adds a load of .h files to the ignore list, and documents the remaining functions which would be useful to plugins. It makes TOTEM_MAX_RECENT_ITEM_LEN private to totem-menu.c, since that was the only file which used it. It also removes a completely unused declaration of bacon_cd_selection_create from totem-preferences.h. See the changes to totem-sections.txt for the list of API I've considered useful to expose (by way of documentation) to plugins.
Diffstat (limited to 'src/totem-preferences.h')
-rw-r--r--src/totem-preferences.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/totem-preferences.h b/src/totem-preferences.h
index fefa3ee25..0f3f6b198 100644
--- a/src/totem-preferences.h
+++ b/src/totem-preferences.h
@@ -34,8 +34,6 @@ G_BEGIN_DECLS
void totem_setup_preferences (Totem *totem);
void totem_preferences_visuals_setup (Totem *totem);
-GtkWidget * bacon_cd_selection_create (void);
-
G_END_DECLS
#endif /* TOTEM_PREFERENCES_H */