From 0e99e3fda71efe6c6e50c23667640dd66cf1e087 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 30 Apr 2009 19:00:46 +0100 Subject: =?UTF-8?q?Bug=20578387=20=E2=80=93=20Remaining=20API=20documentat?= =?UTF-8?q?ion=20additions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/totem-preferences.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/totem-preferences.h') 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 */ -- cgit v1.2.1