diff options
Diffstat (limited to 'e-util/e-dialog-widgets.c')
-rw-r--r-- | e-util/e-dialog-widgets.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/e-util/e-dialog-widgets.c b/e-util/e-dialog-widgets.c index 2a564cbc19..e168c79d59 100644 --- a/e-util/e-dialog-widgets.c +++ b/e-util/e-dialog-widgets.c @@ -363,7 +363,9 @@ e_dialog_editable_set (GtkWidget *widget, const char *value) * * Queries the string value inside a #GtkEditable-derived widget. * - * Return value: String value. + * Return value: String value. You should free it when you are done with it. + * This function can return NULL if the string could not be converted from + * GTK+'s encoding into UTF8. **/ char * e_dialog_editable_get (GtkWidget *widget) |