summaryrefslogtreecommitdiff
path: root/datetimepicker.go
diff options
context:
space:
mode:
Diffstat (limited to 'datetimepicker.go')
-rw-r--r--datetimepicker.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/datetimepicker.go b/datetimepicker.go
index cbdd215..0859a32 100644
--- a/datetimepicker.go
+++ b/datetimepicker.go
@@ -7,6 +7,7 @@ import (
"unsafe"
)
+// #include <stdlib.h>
// #include <time.h>
// #include "ui.h"
// static inline struct tm *allocTimeStruct(void)
@@ -14,7 +15,7 @@ import (
// /* TODO handle error */
// return (struct tm *) malloc(sizeof (struct tm));
// }
-// extern void doDateTimePickerChanged(uiDateTimePicker *, void *);
+// extern void doDateTimePickerOnChanged(uiDateTimePicker *, void *);
import "C"
// DateTimePicker is a Control that represents a field where the user