This file is indexed.

/usr/include/gthumb-2.14/gthumb/gconf-utils.h is in gthumb-dev 3:2.14.3-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */

/*
 *  gThumb
 *
 *  Copyright (C) 2001, 2002 The Free Software Foundation, Inc.
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

/* eel-gconf-extensions.h - Stuff to make GConf easier to use.

   Copyright (C) 2000, 2001 Eazel, Inc.

   The Gnome Library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Library General Public License as
   published by the Free Software Foundation; either version 2 of the
   License, or (at your option) any later version.

   The Gnome Library is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Library General Public License for more details.

   You should have received a copy of the GNU Library General Public
   License along with the Gnome Library; see the file COPYING.LIB.
   If not, see <http://www.gnu.org/licenses/>.

   Authors: Ramiro Estrugo <ramiro@eazel.com>
*/

/* Modified by Paolo Bacchilega <paolo.bacch@tin.it> for gThumb. */

#ifndef GCONF_UTILS_H
#define GCONF_UTILS_H

#include <glib.h>
#include <gconf/gconf.h>
#include <gconf/gconf-client.h>

G_BEGIN_DECLS

#define EEL_GCONF_UNDEFINED_CONNECTION 0

GConfClient *eel_gconf_client_get_global     (void);
void         eel_global_client_free          (void);
gboolean     eel_gconf_handle_error          (GError                **error);
gboolean     eel_gconf_get_boolean           (const char             *key,
					      gboolean                def_val);
void         eel_gconf_set_boolean           (const char             *key,
					      gboolean                value);
int          eel_gconf_get_integer           (const char             *key,
					      int                     def_val);
void         eel_gconf_set_integer           (const char             *key,
					      int                     value);
int          eel_gconf_get_enum              (const char             *key,
					      GType                   enum_type,
					      int                     def_val);
void         eel_gconf_set_enum              (const char             *key,
					      GType                   enum_type,
					      int                     value);					      
float        eel_gconf_get_float             (const char             *key,
					      float                   def_val);
void         eel_gconf_set_float             (const char             *key,
					      float                   value);
char *       eel_gconf_get_string            (const char             *key,
					      const char             *def_val);
void         eel_gconf_set_string            (const char             *key,
					      const char             *value);
char *       eel_gconf_get_path              (const char             *key,
					      const char             *def_val);
void         eel_gconf_set_path              (const char             *key,
					      const char             *value);
char *       eel_gconf_get_locale_string     (const char             *key,
					      const char             *def_val);
void         eel_gconf_set_locale_string     (const char             *key,
					      const char             *value);
GSList *     eel_gconf_get_string_list       (const char             *key);
GSList *     eel_gconf_get_string_list_with_error
					     (const char             *key,
					      GError                **error);
void         eel_gconf_set_string_list       (const char             *key,
					      const GSList           *string_list_value);
GSList *     eel_gconf_get_path_list         (const char             *key);
void         eel_gconf_set_path_list         (const char             *key,
					      const GSList           *string_list_value);
GSList *     eel_gconf_get_locale_string_list(const char             *key);
void         eel_gconf_set_locale_string_list(const char             *key,
					      const GSList           *string_list_value);
gboolean     eel_gconf_is_default            (const char             *key);
gboolean     eel_gconf_monitor_add           (const char             *directory);
gboolean     eel_gconf_monitor_remove        (const char             *directory);
void         eel_gconf_preload_cache         (const char             *directory,
					      GConfClientPreloadType  preload_type);
void         eel_gconf_suggest_sync          (void);
GConfValue*  eel_gconf_get_value             (const char             *key);
GConfValue*  eel_gconf_get_default_value     (const char             *key);
gboolean     eel_gconf_value_is_equal        (const GConfValue       *a,
					      const GConfValue       *b);
void         eel_gconf_value_free            (GConfValue             *value);
guint        eel_gconf_notification_add      (const char             *key,
					      GConfClientNotifyFunc   notification_callback,
					      gpointer                callback_data);
void         eel_gconf_notification_remove   (guint                   notification_id);
GSList *     eel_gconf_value_get_string_list (const GConfValue       *value);
void         eel_gconf_value_set_string_list (GConfValue             *value,
					      const GSList           *string_list);

G_END_DECLS

#endif /* GCONF_UTILS_H */