rhythmbox r5631 - in trunk: . doc/reference



Author: jmatthew
Date: Wed Mar 19 13:04:20 2008
New Revision: 5631
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=5631&view=rev

Log:
2008-03-19  Jonathan Matthew  <jonathan d14n org>

	* doc/reference/rhythmbox.types:
	Bring this up to date too

	* doc/reference/Makefile.am:
	Base the makefile on a more recent example, update the list of
	ignored headers, add CFLAGS for libsoup


Modified:
   trunk/ChangeLog
   trunk/doc/reference/Makefile.am
   trunk/doc/reference/rhythmbox.types

Modified: trunk/doc/reference/Makefile.am
==============================================================================
--- trunk/doc/reference/Makefile.am	(original)
+++ trunk/doc/reference/Makefile.am	Wed Mar 19 13:04:20 2008
@@ -4,10 +4,23 @@
 DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
 DOC_SOURCE_DIR= ../../
 
+
+# Extra options to pass to gtkdoc-scangobj. Not normally needed.
+SCANGOBJ_OPTIONS=
+
+# Extra options to supply to gtkdoc-scan.
+# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
+SCAN_OPTIONS=
+
 # Extra options to supply to gtkdoc-mkdb.
 MKDB_OPTIONS=--sgml-mode --output-format=xml
 
-# Extra doc dir eg. --extra-dir=../html
+# Extra options to supply to gtkdoc-mktmpl
+# e.g. MKTMPL_OPTIONS=--only-section-tmpl
+MKTMPL_OPTIONS=
+
+# Extra options to supply to gtkdoc-fixref. Not normally needed.
+# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
 FIXXREF_OPTIONS=
 
 # Used for dependencies. The docs will be rebuilt if any of these change.
@@ -16,12 +29,39 @@
 
 # Header files to ignore when scanning.
 IGNORE_HFILES= \
+	bacon-volume.h \
 	config.h \
-	itunesdb.h \
+	gsequence.h \
+	md5.h \
+	mkdtemp.h \
 	rb-cut-and-paste-code.h \
 	rb-marshal.h \
 	rhythmdb-gda.h \
-	rhythmdb-private.h
+	rhythmdb-private.h \
+	sexy-tooltip.h \
+	sexy-icon-entry.h \
+	\
+	rb-shell-glue.h \
+	rb-shell-binding.h \
+	rb-shell-player-glue.h \
+	rb-shell-player-binding.h \
+	rb-playlist-manager-glue.h
+
+
+# Images to copy into HTML directory.
+# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
+HTML_IMAGES=
+
+# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
+# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
+content_files=
+
+# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
+# These files must be listed here *and* in content_files
+# e.g. expand_content_files=running.sgml
+expand_content_files=
+
+
 
 INCLUDES=\
 	-I$(top_srcdir) \
@@ -37,6 +77,7 @@
 	-I$(top_srcdir)/backends \
 	$(DBUS_CFLAGS) \
 	$(IPOD_CFLAGS) \
+	$(SOUP_CFLAGS) \
 	$(RHYTHMBOX_CFLAGS)
 	
 if ENABLE_PYTHON
@@ -72,8 +113,5 @@
 endif
 
 
-content_files =
-HTML_IMAGES =
-
 include $(top_srcdir)/gtk-doc.make
 

Modified: trunk/doc/reference/rhythmbox.types
==============================================================================
--- trunk/doc/reference/rhythmbox.types	(original)
+++ trunk/doc/reference/rhythmbox.types	Wed Mar 19 13:04:20 2008
@@ -3,37 +3,50 @@
 #include <gtk/gtk.h>
 
 #include "eel-gconf-extensions.h"
+#include "rb-auto-playlist-source.h"
 #include "rb-cell-renderer-pixbuf.h"
 #include "rb-cell-renderer-rating.h"
 #include "rb-cut-and-paste-code.h"
 #include "rb-debug.h"
 #include "rb-dialog.h"
+#include "rb-encoder.h"
 #include "rb-entry-view.h"
 #include "rb-file-helpers.h"
 #include "rb-glade-helpers.h"
 #include "rb-header.h"
 #include "rb-history.h"
+#include "rb-import-errors-source.h"
+#include "rb-library-browser.h"
 #include "rb-library-source.h"
 #include "rb-marshal.h"
 #include "rb-metadata.h"
+#include "rb-missing-files-source.h"
 #include "rb-player.h"
+#include "rb-player-gst-data-tee.h"
+#include "rb-player-gst-filter.h"
+#include "rb-player-gst-tee.h"
 #include "rb-playlist-manager.h"
 #include "rb-playlist-source.h"
 #include "rb-play-order.h"
 #include "rb-play-order-linear.h"
 #include "rb-play-order-linear-loop.h"
+#include "rb-play-order-queue.h"
 #include "rb-play-order-random-by-age-and-rating.h"
 #include "rb-play-order-random-by-age.h"
 #include "rb-play-order-random-by-rating.h"
 #include "rb-play-order-random-equal-weights.h"
 #include "rb-play-order-random.h"
 #include "rb-play-order-shuffle.h"
+#include "rb-play-queue-source.h"
 #include "rb-preferences.h"
 #include "rb-property-view.h"
+#include "rb-proxy-config.h"
 #include "rb-query-creator.h"
 #include "rb-rating.h"
 #include "rb-rating-helper.h"
 #include "rb-refstring.h"
+#include "rb-removable-media-manager.h"
+#include "rb-removable-media-source.h"
 #include "rb-search-entry.h"
 #include "rb-shell-clipboard.h"
 #include "rb-shell.h"
@@ -44,53 +57,96 @@
 #include "rb-source-header.h"
 #include "rb-sourcelist.h"
 #include "rb-sourcelist-model.h"
+#include "rb-static-playlist-source.h"
 #include "rb-statusbar.h"
 #include "rb-stock-icons.h"
 #include "rb-streaming-source.h"
 #include "rb-tray-icon.h"
 #include "rb-tree-dnd.h"
+#include "rb-uri-dialog.h"
 #include "rb-util.h"
 #include "rhythmdb.h"
 #include "rhythmdb-private.h"
 #include "rhythmdb-property-model.h"
 #include "rhythmdb-query-model.h"
 #include "rhythmdb-tree.h"
+#include "rhythmdb-import-job.h"
 
+rb_auto_playlist_source_get_type
+rb_browser_source_get_type
+rb_cell_renderer_pixbuf_get_type
+rb_cell_renderer_rating_get_type
+rb_encoder_get_type
+rb_entry_view_column_get_type
 rb_entry_view_get_type
+rb_entry_view_state_get_type
 rb_header_get_type
 rb_history_get_type
+rb_import_errors_source_get_type
+rb_library_browser_get_type
 rb_library_source_get_type
 rb_linear_play_order_get_type
 rb_linear_play_order_loop_get_type
 rb_metadata_get_type
+rb_missing_files_source_get_type
+rb_player_error_get_type
 rb_player_get_type
+rb_player_gst_data_tee_get_type
+rb_player_gst_filter_get_type
+rb_player_gst_tee_get_type
 rb_playlist_manager_get_type
 rb_playlist_source_get_type
 rb_play_order_get_type
+rb_play_queue_source_get_type
 rb_property_view_get_type
+rb_proxy_config_get_type
 rb_query_creator_get_type
+rb_queue_play_order_get_type
 rb_random_play_order_by_age_and_rating_get_type
 rb_random_play_order_by_age_get_type
 rb_random_play_order_by_rating_get_type
 rb_random_play_order_equal_weights_get_type
 rb_random_play_order_get_type
+rb_rating_get_type
+rb_refstring_get_type
+rb_removable_media_manager_get_type
+rb_removable_media_source_get_type
 rb_search_entry_get_type
 rb_shell_clipboard_get_type
 rb_shell_get_type
+rb_shell_player_error_get_type
 rb_shell_player_get_type
 rb_shell_preferences_get_type
+rb_shell_ui_location_get_type
 rb_shuffle_play_order_get_type
 rb_song_info_get_type
+rb_source_eof_type_get_type
 rb_source_get_type
+rb_source_group_category_get_type
+rb_source_group_get_type
 rb_source_header_get_type
 rb_sourcelist_get_type
+rb_sourcelist_model_column_get_type
 rb_sourcelist_model_get_type
+rb_static_playlist_source_get_type
 rb_statusbar_get_type
 rb_streaming_source_get_type
+rb_string_value_map_get_type
 rb_tray_icon_get_type
 rb_tree_drag_dest_get_type
 rb_tree_drag_source_get_type
+rb_uri_dialog_get_type
+rhythmdb_entry_category_get_type
+rhythmdb_entry_get_type
+rhythmdb_entry_type_get_type
 rhythmdb_get_type
+rhythmdb_import_job_get_type
+rhythmdb_property_model_column_get_type
 rhythmdb_property_model_get_type
+rhythmdb_prop_type_get_type
+rhythmdb_query_get_type
 rhythmdb_query_model_get_type
+rhythmdb_query_model_limit_type_get_type
+rhythmdb_query_results_get_type
+rhythmdb_query_type_get_type
 rhythmdb_tree_get_type



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