aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_common.h')
-rw-r--r--src/fs/gnunet-fs-gtk_common.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/fs/gnunet-fs-gtk_common.h b/src/fs/gnunet-fs-gtk_common.h
index 9d8ba188..cab261b2 100644
--- a/src/fs/gnunet-fs-gtk_common.h
+++ b/src/fs/gnunet-fs-gtk_common.h
@@ -151,31 +151,6 @@ GNUNET_FS_GTK_handle_uri (const struct GNUNET_FS_Uri *uri,
151 151
152 152
153/** 153/**
154 * Finds largest namespace rating.
155 * Used to calculate a rating for newly discovered namespaces.
156 * Returns from cache, if possible.
157 *
158 * @return largest namespace rating. Might be negative and even. INT_MIN means
159 * that no namespaces are known.
160 */
161int
162GNUNET_GTK_find_largest_namespace_rating (void);
163
164
165/**
166 * Sets largest namespace rating.
167 * Used to change cached largest namespace rating, when namespace list
168 * was changed in a way that is easy to track.
169 * If namespace list was changed in a way that makes it difficult to
170 * decide upon the new value, set new value to INT_MIN.
171 *
172 * @param new_value new value for the rating.
173 */
174void
175GNUNET_GTK_set_largest_namespace_rating (int new_value);
176
177
178/**
179 * Converts a GtkTreeRowReference to a GtkTreeIter. 154 * Converts a GtkTreeRowReference to a GtkTreeIter.
180 * 155 *
181 * @param rr row reference 156 * @param rr row reference