keyboard: Turn gchar** into GStrv and use g_auto

This commit is contained in:
Georges Basile Stavracas Neto 2018-03-16 14:18:45 -03:00
parent 4496b60c73
commit ee66dc5f3f
3 changed files with 3 additions and 4 deletions

View file

@ -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);