# -*- mode: snippet -*- # name: GObject H boilerplate # key: gobh # -- # include <glib-object.h> G_BEGIN_DECLS $0 G_END_DECLS