File: gsb_dirs.h

package info (click to toggle)
grisbi 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,604 kB
  • ctags: 6,257
  • sloc: ansic: 117,322; sh: 11,246; makefile: 785; perl: 370; xml: 11
file content (18 lines) | stat: -rw-r--r-- 580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _GSB_DIRS_H
#define _GSB_DIRS_H

#include <glib.h>

void gsb_dirs_init ( void );
void gsb_dirs_shutdown ( void );
const gchar *gsb_dirs_get_categories_dir ( void );
const gchar *gsb_dirs_get_default_dir ( void );
const gchar *gsb_dirs_get_locale_dir ( void );
const gchar *gsb_dirs_get_pixmaps_dir ( void );
const gchar *gsb_dirs_get_ui_dir ( void );
const gchar *gsb_dirs_get_user_config_dir ( void );
const gchar *gsb_dirs_get_user_data_dir ( void );

const gchar *gsb_dirs_get_accelerator_filename ( void );
const gchar *gsb_dirs_get_grisbirc_filename ( void );
#endif