aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-10-02 00:13:14 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-10-02 00:13:14 +0000
commit589b473e4191323c9c3102691e81b83348662c84 (patch)
tree2ba3f8c1cad2b417208e0046501d47dbe54b7e9a /color_filters.h
parent2cf4d327f20371b321bdae7545b098cda3f6fcf0 (diff)
various (huge) code cleanup incl. splitting of the coloring dialog and the actual color rule edit dialog into two files - this makes the things much more clearer now (at least for me)
svn path=/trunk/; revision=19392
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/color_filters.h b/color_filters.h
index d253517af0..361032fb6b 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -74,7 +74,10 @@ gboolean color_filters_import(gchar *path, gpointer arg);
*/
gboolean color_filters_export(gchar *path, gboolean only_marked);
-/** @todo don't what this function is for, please add explanation
+/* Prime the epan_dissect_t with all the compiler
+ * color filters in 'color_filter_list'.
+ *
+ * @param the epan dissector details
*/
void color_filters_prime_edt(epan_dissect_t *edt);
@@ -117,7 +120,7 @@ color_filter_t *color_filter_new(const gchar *name, const gchar *filter_string,
*/
void color_filter_remove(color_filter_t *colorf);
-/** Add a color filter.
+/** A color filter was added (from import).
*
* @param colorf the new color filter
* @param arg the color filter widget