[libslab] Missing part of commit 42043b8e (bnc#187879)



commit 88005f4bc942946fa1ee281cf8b346ebd3a2c816
Author: David Liang <dliang novell com>
Date:   Fri Sep 11 14:14:27 2009 +0200

    Missing part of commit 42043b8e (bnc#187879)
    
    The commit was missing a change in a header.

 libslab/document-tile.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libslab/document-tile.h b/libslab/document-tile.h
index 0e2e83d..6503674 100644
--- a/libslab/document-tile.h
+++ b/libslab/document-tile.h
@@ -24,6 +24,7 @@
 #include <time.h>
 
 #include "nameplate-tile.h"
+#include "bookmark-agent.h"
 
 G_BEGIN_DECLS
 
@@ -49,11 +50,13 @@ typedef struct {
 #define DOCUMENT_TILE_ACTION_DELETE               4
 #define DOCUMENT_TILE_ACTION_UPDATE_MAIN_MENU     5
 #define DOCUMENT_TILE_ACTION_SEND_TO              6
-#define DOCUMENT_TILE_ACTION_NUM_OF_ACTIONS       7 /* must be last entry and equal to the number of actions */
+#define DOCUMENT_TILE_ACTION_CLEAN_ITEM                  7
+#define DOCUMENT_TILE_ACTION_CLEAN_ALL           8
+#define DOCUMENT_TILE_ACTION_NUM_OF_ACTIONS       9 /* must be last entry and equal to the number of actions */
 
 GType document_tile_get_type (void);
 
-GtkWidget *document_tile_new (const gchar *uri, const gchar *mime_type, time_t modified);
+GtkWidget *document_tile_new (BookmarkStoreType bookmark_store_type, const gchar *uri, const gchar *mime_type, time_t modified);
 
 //If you want to show a icon instead of a thumbnail
 GtkWidget *document_tile_new_force_icon (const gchar *uri, const gchar *mime_type, time_t modified, const gchar *icon);



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