my-emacs-d/snippets/c-mode/gobh

12 lines
129 B
Plaintext
Raw Permalink Normal View History

2017-11-29 12:47:31 +00:00
# -*- mode: snippet -*-
# name: GObject H boilerplate
# key: gobh
# --
# include <glib-object.h>
G_BEGIN_DECLS
$0
G_END_DECLS