This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
gnoemoe/gnoemoe/widgets/gm-source-style-scheme.h

13 lines
287 B
C

#ifndef __GM_SOURCE_STYLE_SCHEME_H__
#define __GM_SOURCE_STYLE_SCHEME_H__
#include <glib-object.h>
#include <gtksourceview/gtksourcestylescheme.h>
/* Default style scheme */
GtkSourceStyleScheme *gm_source_style_scheme_get_default(void);
#endif /* __GM_SOURCE_STYLE_SCHEME_H__ */