chiark / gitweb /
Leave a comment about iffy icon sensivity; it's definitely setting the
[disorder] / disobedience / queue-generic.h
index 9ca1f8009ef01c2d23260ddf9be9c683445103ca..c2cb119a1014383e40ce4e5a4f943ecdbd8b13d9 100644 (file)
@@ -72,6 +72,9 @@ struct queuelike {
 
   /* Things filled in by the caller: */
 
+  /** @brief Name for this tab */
+  const char *name;
+  
   /** @brief Initialization function */
   void (*init)(void);
 
@@ -148,6 +151,7 @@ const char *column_namepart(const struct queue_entry *q,
                             const char *data);
 const char *column_length(const struct queue_entry *q,
                           const char *data);
+struct tabtype *ql_tabtype(struct queuelike *ql);
 
 #endif /* QUEUE_GENERIC_H */