mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
Use of const for some functions returning "char *"
This commit is contained in:
@@ -300,7 +300,7 @@ gui_window_get_integer (struct t_gui_window *window, const char *property)
|
||||
* gui_window_get_string: get a window property as string
|
||||
*/
|
||||
|
||||
char *
|
||||
const char *
|
||||
gui_window_get_string (struct t_gui_window *window, const char *property)
|
||||
{
|
||||
if (window && property)
|
||||
|
||||
Reference in New Issue
Block a user