This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit 0d640d2775cef3e75ba21d9dfc1e0be15bc54589
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Wed Aug 16 09:31:30 2023 +0200
termio: rename in header
---
src/bin/termio.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/termio.h b/src/bin/termio.h
index 997f6ed..4b58345 100644
--- a/src/bin/termio.h
+++ b/src/bin/termio.h
@@ -17,7 +17,7 @@ Termio *termio_get_from_obj(Evas_Object *obj);
void termio_win_set(Evas_Object *obj, Evas_Object *win);
void termio_theme_set(Evas_Object *obj, Evas_Object *theme);
Eina_Bool termio_selection_exists(const Evas_Object *obj);
-void termio_take_selection_text(Termio *sd, Elm_Sel_Type type, const char *text);
+void termio_set_selection_text(Termio *sd, Elm_Sel_Type type, const char *text);
void termio_scroll_top_backlog(Evas_Object *obj);
void termio_scroll_delta(Evas_Object *obj, int delta, int by_page);
void termio_scroll_set(Evas_Object *obj, int scroll);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.