summaryrefslogtreecommitdiff
path: root/pluma/pluma-prefs-manager.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-09-14 18:57:02 +0200
committerZenWalker <[email protected]>2018-09-16 23:30:48 +0200
commit7e110fa475c2190db04cd797e8af8ed9ca7d2654 (patch)
tree3a4ce532d5c09ec23688c6677585f9c84cfb7b36 /pluma/pluma-prefs-manager.h
parent18eb46ced43fc2b584604151bd87b0efdc4174db (diff)
downloadpluma-7e110fa475c2190db04cd797e8af8ed9ca7d2654.tar.bz2
pluma-7e110fa475c2190db04cd797e8af8ed9ca7d2654.tar.xz
prefs-manager: silent some build warnings
- are this really gtk-doc code blocks? see docs: https://wiki.gnome.org/Projects/GTK%2B/DocumentationSyntax
Diffstat (limited to 'pluma/pluma-prefs-manager.h')
-rw-r--r--pluma/pluma-prefs-manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-prefs-manager.h b/pluma/pluma-prefs-manager.h
index f5b9aa36..18dc043f 100644
--- a/pluma/pluma-prefs-manager.h
+++ b/pluma/pluma-prefs-manager.h
@@ -129,7 +129,7 @@ typedef enum {
PLUMA_TOOLBAR_ICONS_BOTH_HORIZ
} PlumaToolbarSetting;
-/** LIFE CYCLE MANAGEMENT FUNCTIONS **/
+/* LIFE CYCLE MANAGEMENT FUNCTIONS */
gboolean pluma_prefs_manager_init (void);
@@ -137,7 +137,7 @@ gboolean pluma_prefs_manager_init (void);
void pluma_prefs_manager_shutdown (void);
-/** PREFS MANAGEMENT FUNCTIONS **/
+/* PREFS MANAGEMENT FUNCTIONS */
/* Use default font */
gboolean pluma_prefs_manager_get_use_default_font (void);