mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
Use of const for some functions returning "char *"
This commit is contained in:
@@ -103,8 +103,8 @@ extern struct t_gui_window *gui_window_new (struct t_gui_window *parent,
|
||||
extern int gui_window_valid (struct t_gui_window *window);
|
||||
extern int gui_window_get_integer (struct t_gui_window *window,
|
||||
const char *property);
|
||||
extern char *gui_window_get_string (struct t_gui_window *window,
|
||||
const char *property);
|
||||
extern const char *gui_window_get_string (struct t_gui_window *window,
|
||||
const char *property);
|
||||
extern void *gui_window_get_pointer (struct t_gui_window *window,
|
||||
const char *property);
|
||||
extern void gui_window_set_layout_plugin_name (struct t_gui_window *window,
|
||||
|
||||
Reference in New Issue
Block a user