keyboard: Turn gchar** into GStrv and use g_auto
This commit is contained in:
parent
4496b60c73
commit
ee66dc5f3f
3 changed files with 3 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
/* Returns a strv of keybinding names for the window manager;
|
||||
* using _GNOME_WM_KEYBINDINGS if available, _NET_WM_NAME otherwise. */
|
||||
char **wm_common_get_current_keybindings (void);
|
||||
GStrv wm_common_get_current_keybindings (void);
|
||||
|
||||
gpointer wm_common_register_window_manager_change (GFunc func,
|
||||
gpointer data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue