Skip to content

Commit

Permalink
prefs-manager: silent some build warnings
Browse files Browse the repository at this point in the history
- are this really gtk-doc code blocks?

see docs:
https://wiki.gnome.org/Projects/GTK%2B/DocumentationSyntax
  • Loading branch information
raveit65 authored and sc0w committed Sep 16, 2018
1 parent 18eb46c commit 7e110fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pluma/pluma-prefs-manager-app.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <glib.h>
#include <pluma/pluma-prefs-manager.h>

/** LIFE CYCLE MANAGEMENT FUNCTIONS **/
/* LIFE CYCLE MANAGEMENT FUNCTIONS */

gboolean pluma_prefs_manager_app_init (void);

Expand Down
4 changes: 2 additions & 2 deletions pluma/pluma-prefs-manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ typedef enum {
PLUMA_TOOLBAR_ICONS_BOTH_HORIZ
} PlumaToolbarSetting;

/** LIFE CYCLE MANAGEMENT FUNCTIONS **/
/* LIFE CYCLE MANAGEMENT FUNCTIONS */

gboolean pluma_prefs_manager_init (void);

/* This function must be called before exiting pluma */
void pluma_prefs_manager_shutdown (void);


/** PREFS MANAGEMENT FUNCTIONS **/
/* PREFS MANAGEMENT FUNCTIONS */

/* Use default font */
gboolean pluma_prefs_manager_get_use_default_font (void);
Expand Down

0 comments on commit 7e110fa

Please sign in to comment.