aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/qreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qreg.h')
-rw-r--r--src/qreg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qreg.h b/src/qreg.h
index 27a3653..2b970aa 100644
--- a/src/qreg.h
+++ b/src/qreg.h
@@ -45,6 +45,8 @@ extern teco_view_t *teco_qreg_view;
* teco_qreg_set_integer_t set_integer;
* ...
* teco_qreg_set_integer(qreg, 23, error);
+ *
+ * But this probably won't work. Perhaps use the X-macro pattern.
*/
typedef const struct {
gboolean (*set_integer)(teco_qreg_t *qreg, teco_int_t value, GError **error);