[gnome-photos/wip/search: 12/35] view-model: Update for new GD_MAIN_COLUMN_PULSE



commit 1900b7f622fcbe3843ca259dc4dafc046fc6677e
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Jan 22 11:47:42 2014 +0100

    view-model: Update for new GD_MAIN_COLUMN_PULSE

 src/photos-view-model.c |    3 ++-
 src/photos-view-model.h |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-view-model.c b/src/photos-view-model.c
index fb1444d..59db41f 100644
--- a/src/photos-view-model.c
+++ b/src/photos-view-model.c
@@ -374,7 +374,8 @@ photos_view_model_init (PhotosViewModel *self)
                      G_TYPE_STRING,    /* AUTHOR */
                      GDK_TYPE_PIXBUF,  /* ICON */
                      G_TYPE_INT64,     /* MTIME */
-                     G_TYPE_BOOLEAN};  /* STATE */
+                     G_TYPE_BOOLEAN,   /* STATE */
+                     G_TYPE_UINT};     /* PULSE (unused) */
 
   self->priv = photos_view_model_get_instance_private (self);
   priv = self->priv;
diff --git a/src/photos-view-model.h b/src/photos-view-model.h
index 4a3c686..5fd84a2 100644
--- a/src/photos-view-model.h
+++ b/src/photos-view-model.h
@@ -62,7 +62,8 @@ typedef enum
   PHOTOS_VIEW_MODEL_AUTHOR,
   PHOTOS_VIEW_MODEL_ICON,
   PHOTOS_VIEW_MODEL_MTIME,
-  PHOTOS_VIEW_MODEL_SELECTED
+  PHOTOS_VIEW_MODEL_SELECTED,
+  PHOTOS_VIEW_MODEL_PULSE /* unused */
 } PhotosViewModelColumns;
 
 typedef struct _PhotosViewModel        PhotosViewModel;


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