gtkemojicompletion.c: Don't use g_autoptr()
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 May 2018 05:28:08 +0000 (13:28 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 15 May 2018 05:49:45 +0000 (13:49 +0800)
commit9332237bd4b59fa7ed0d0d4d5c79bce9fce31feb
treee89627776b7a18d4bc0abf2aa2c2f636c95da5ca
parent04b4c077f641c59f030eef9c6b0a4d27ebbe27a0
gtkemojicompletion.c: Don't use g_autoptr()

This code is also built with non-GCC/non-CLang compilers, so don't use a
GCCism here.
gtk/gtkemojicompletion.c