e_view_text: add missing comment 32/323632/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 1 May 2025 10:10:01 +0000 (19:10 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 1 May 2025 11:27:23 +0000 (20:27 +0900)
Change-Id: If29123a45009f1c10ca9438f3abe1beaa27de531

src/include/e_view_text.h

index d8c3d6f7e124b65cf5a814b045561cdda8866544..90a6eb1b16f79b41eb231f167bc4d192b013bbef 100644 (file)
@@ -34,6 +34,9 @@ void e_view_text_color_set(E_View_Text *text, int r, int g, int b, int a);
  */
 void e_view_text_color_get(E_View_Text *text, int *r, int *g, int *b, int *a);
 
+/**
+ * TODO
+ */
 void e_view_text_size_set(E_View_Text *text, int width, int height);
 
 /**