#include <search.h>
Data Fields | |
gnet_search_t | search_handle |
Search handle. | |
gchar * | query |
The query string; always UTF-8. | |
gboolean | enabled |
GtkCTree * | ctree |
GtkCTree for this search. | |
GHashTable * | parents |
table of mount iterators for any seen SHA1 | |
GtkWidget * | scrolled_window |
GtkScrolledWindow, contains the GtkCList. | |
GtkWidget * | arrow |
The arrow displaying sort order. | |
gint | sort_col |
gint | sort_order |
gboolean | sort |
time_t | last_update_time |
last time notebook tab was updated | |
guint32 | last_update_items |
# of items included in last update | |
gint | tab_updating |
ID for timeout func. | |
guint32 | unseen_items |
How many items haven't been seen yet. | |
gboolean | passive |
Is this a passive search? | |
gboolean | massive_update |
massive update in process | |
gboolean | browse |
Is this a browse-host search? | |
hash_list_t * | r_sets |
The results sets of this search. | |
GHashTable * | dups |
keep a record of dups | |
filter_t * | filter |
filter ruleset bound to this search | |
guint32 | items |
Total number of items for this search. | |
guint32 | tcp_qhits |
Query hits received from TCP. | |
guint32 | udp_qhits |
Query hits received from UDP. | |
guint32 | skipped |
Ignored hits (skipped over). | |
guint32 | ignored |
Filtered out hits. | |
guint32 | hidden |
Hidden hits, never shown. | |
guint32 | auto_downloaded |
Auto-downloaded hits. | |
guint32 | duplicates |
Duplicate hits ignored. |
|
The arrow displaying sort order.
|
|
Auto-downloaded hits.
|
|
Is this a browse-host search?
|
|
GtkCTree for this search.
|
|
Duplicate hits ignored.
|
|
keep a record of dups
|
|
|
|
filter ruleset bound to this search
|
|
Hidden hits, never shown.
|
|
Filtered out hits.
|
|
Total number of items for this search.
|
|
# of items included in last update
|
|
last time notebook tab was updated
|
|
massive update in process
|
|
table of mount iterators for any seen SHA1
|
|
Is this a passive search?
|
|
The query string; always UTF-8.
|
|
The results sets of this search.
|
|
GtkScrolledWindow, contains the GtkCList.
|
|
Search handle.
|
|
Ignored hits (skipped over).
|
|
|
|
|
|
|
|
ID for timeout func. to be cancelled |
|
Query hits received from TCP.
|
|
Query hits received from UDP.
|
|
How many items haven't been seen yet.
|