[rhythmbox/gobject-introspection: 33/39] update for sourcelist->display-page-*, fix a few warnings



commit 30f99a9dc87c0becd760391522478e8e05418557
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Nov 6 17:09:23 2010 +1000

    update for sourcelist->display-page-*, fix a few warnings

 bindings/gi/Makefile.am            |   14 ++++++++------
 shell/rb-removable-media-manager.c |    6 ++++++
 sources/rb-display-page-model.c    |    2 +-
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/bindings/gi/Makefile.am b/bindings/gi/Makefile.am
index 71b585d..2756475 100644
--- a/bindings/gi/Makefile.am
+++ b/bindings/gi/Makefile.am
@@ -73,18 +73,20 @@ rb_introspection_sources = \
 		shell/rb-track-transfer-batch.h \
 		shell/rb-track-transfer-queue.c \
 		shell/rb-track-transfer-queue.h \
+		sources/rb-display-page.h \
+		sources/rb-display-page.c \
+		sources/rb-display-page-group.h \
+		sources/rb-display-page-group.c \
+		sources/rb-display-page-model.h \
+		sources/rb-display-page-model.c \
+		sources/rb-display-page-tree.h \
+		sources/rb-display-page-tree.c \
 		sources/rb-source.h \
 		sources/rb-source.c \
 		sources/rb-streaming-source.h \
 		sources/rb-streaming-source.c \
-		sources/rb-source-group.h \
-		sources/rb-source-group.c \
 		sources/rb-source-search.h \
 		sources/rb-source-search.c \
-		sources/rb-sourcelist.h \
-		sources/rb-sourcelist.c \
-		sources/rb-sourcelist-model.h \
-		sources/rb-sourcelist-model.c \
 		sources/rb-browser-source.h \
 		sources/rb-browser-source.c \
 		sources/rb-removable-media-source.h \
diff --git a/shell/rb-removable-media-manager.c b/shell/rb-removable-media-manager.c
index c3d3a2f..a3aba01 100644
--- a/shell/rb-removable-media-manager.c
+++ b/shell/rb-removable-media-manager.c
@@ -234,6 +234,8 @@ rb_removable_media_manager_class_init (RBRemovableMediaManagerClass *klass)
 	 * corresponding #RBSource.  The first signal handler that returns a
 	 * source wins.  Plugins should only use this signal if there will be
 	 * no #GVolume or #GMount created for the device.
+	 *
+	 * Return value: (transfer full): a source for the device, or NULL
 	 */
 	rb_removable_media_manager_signals[CREATE_SOURCE_DEVICE] =
 		g_signal_new ("create-source-device",
@@ -254,6 +256,8 @@ rb_removable_media_manager_class_init (RBRemovableMediaManagerClass *klass)
 	 * a source wins.  A plugin should only use this signal if it
 	 * doesn't require the volume to be mounted.  If the volume must be
 	 * mounted to be useful, use the create-source-mount signal instead.
+	 *
+	 * Return value: (transfer full): a source for the volume, or NULL
 	 */
 	rb_removable_media_manager_signals[CREATE_SOURCE_VOLUME] =
 		g_signal_new ("create-source-volume",
@@ -275,6 +279,8 @@ rb_removable_media_manager_class_init (RBRemovableMediaManagerClass *klass)
 	 * corresponding #RBSource.  The first signal handler that returns
 	 * a source wins.  If a source was created for the #GVolume
 	 * for a mount, then this signal will not be emitted.
+	 *
+	 * Return value: (transfer full): a source for the mount, or NULL
 	 */
 	rb_removable_media_manager_signals[CREATE_SOURCE_MOUNT] =
 		g_signal_new ("create-source-mount",
diff --git a/sources/rb-display-page-model.c b/sources/rb-display-page-model.c
index 00126c2..5922ba2 100644
--- a/sources/rb-display-page-model.c
+++ b/sources/rb-display-page-model.c
@@ -546,7 +546,7 @@ update_group_visibility_cb (GtkTreeModel *model, GtkTreePath *path, GtkTreeIter
 
 /**
  * rb_display_page_model_set_dnd_targets:
- * @sourcelist: the #RBDisplayPageModel
+ * @display_page_model: the #RBDisplayPageModel
  * @treeview: the sourcel ist #GtkTreeView
  *
  * Sets up the drag and drop targets for the display page tree.



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