summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddblistview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/ddblistview.h')
-rw-r--r--plugins/gtkui/ddblistview.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/gtkui/ddblistview.h b/plugins/gtkui/ddblistview.h
index 46ae86d7..53db2a60 100644
--- a/plugins/gtkui/ddblistview.h
+++ b/plugins/gtkui/ddblistview.h
@@ -38,6 +38,11 @@ G_BEGIN_DECLS
#define DDB_IS_LISTVIEW_CLASS(obj) (G_TYPE_CHECK_CLASS_TYPE ((obj), DDB_TYPE_LISTVIEW))
#define DDB_LISTVIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), DDB_TYPE_LISTVIEW, DdbListviewClass))
+typedef struct {
+ int id;
+ char *format;
+} col_info_t;
+
typedef struct _DdbListview DdbListview;
typedef struct _DdbListviewClass DdbListviewClass;
@@ -289,6 +294,9 @@ ddb_listview_get_row_pos (DdbListview *listview, int row_idx);
void
ddb_listview_groupcheck (DdbListview *listview);
+int
+ddb_listview_is_album_art_column (DdbListview *listview, int x);
+
G_END_DECLS
#endif // __DDBLISTVIEW_H