aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-27 18:46:21 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-27 18:46:21 +0000
commit1a5f5d2d2a20fcf49ee203db2d627ff52165aaa2 (patch)
treea4eddc43e8e67876eb12ca5d9125ebcf31b04495 /src/include
parent951de471769f8f6c6b319654a0be2b70d95d73b9 (diff)
downloadgnunet-gtk-1a5f5d2d2a20fcf49ee203db2d627ff52165aaa2.tar.gz
gnunet-gtk-1a5f5d2d2a20fcf49ee203db2d627ff52165aaa2.zip
-doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_gtk_namestore_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_gtk_namestore_plugin.h b/src/include/gnunet_gtk_namestore_plugin.h
index 28b47ba5..c7a2d237 100644
--- a/src/include/gnunet_gtk_namestore_plugin.h
+++ b/src/include/gnunet_gtk_namestore_plugin.h
@@ -82,7 +82,8 @@ struct GNUNET_GTK_NAMESTORE_PluginFunctions
82 * The `n_value` is the existing value of the record as a string. 82 * The `n_value` is the existing value of the record as a string.
83 */ 83 */
84 void (*load)(void *cls, 84 void (*load)(void *cls,
85 gchar *n_value); 85 gchar *n_value,
86 GtkBuilder *builder);
86 87
87 /** 88 /**
88 * Function that will be called to retrieve the final value of the 89 * Function that will be called to retrieve the final value of the