gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23837 - gnunet-gtk/src/setup


From: gnunet
Subject: [GNUnet-SVN] r23837 - gnunet-gtk/src/setup
Date: Sun, 16 Sep 2012 19:36:13 +0200

Author: grothoff
Date: 2012-09-16 19:36:13 +0200 (Sun, 16 Sep 2012)
New Revision: 23837

Modified:
   gnunet-gtk/src/setup/gnunet-setup-gns.c
Log:
-indent

Modified: gnunet-gtk/src/setup/gnunet-setup-gns.c
===================================================================
--- gnunet-gtk/src/setup/gnunet-setup-gns.c     2012-09-16 13:50:31 UTC (rev 
23836)
+++ gnunet-gtk/src/setup/gnunet-setup-gns.c     2012-09-16 17:36:13 UTC (rev 
23837)
@@ -1413,7 +1413,9 @@
  * @return TRUE if a menu was activated (event was handled)
  */
 gboolean
-GNUNET_setup_gns_main_treeview_button_press_event_cb (GtkWidget *widget, 
GdkEventButton *event, gpointer user_data)
+GNUNET_setup_gns_main_treeview_button_press_event_cb (GtkWidget *widget, 
+                                                     GdkEventButton *event, 
+                                                     gpointer user_data)
 {
   /* Check for right click*/
   if (NULL == widget)
@@ -1429,7 +1431,9 @@
  * the currently selected row.
  */
 gboolean
-GNUNET_setup_gns_main_treeview_key_press_event_cb (GtkWidget *widget, 
GdkEventKey  *event, gpointer user_data)
+GNUNET_setup_gns_main_treeview_key_press_event_cb (GtkWidget *widget, 
+                                                  GdkEventKey  *event, 
+                                                  gpointer user_data)
 {
   /* Check for delete key */
   if ((event->type == GDK_KEY_PRESS) && (GDK_KEY_Delete == event->keyval))  
@@ -1527,8 +1531,20 @@
  */
 struct ZoneIteration_Context
 {
+
+  /**
+   *
+   */
   struct GNUNET_CRYPTO_ShortHashCode zone;
+
+  /**
+   *
+   */
   struct GNUNET_NAMESTORE_ZoneIterator * it;
+
+  /**
+   *
+   */
   char *label;
 };
 
@@ -1539,12 +1555,12 @@
  */
 static void
 zone_iteration_proc (void *cls,
-                          const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded 
*zone_key,
-                          struct GNUNET_TIME_Absolute expire,
-                          const char *name,
-                          unsigned int rd_count,
-                          const struct GNUNET_NAMESTORE_RecordData *rd,
-                          const struct GNUNET_CRYPTO_RsaSignature *signature)
+                    const struct GNUNET_CRYPTO_RsaPublicKeyBinaryEncoded 
*zone_key,
+                    struct GNUNET_TIME_Absolute expire,
+                    const char *name,
+                    unsigned int rd_count,
+                    const struct GNUNET_NAMESTORE_RecordData *rd,
+                    const struct GNUNET_CRYPTO_RsaSignature *signature)
 {
   struct ZoneIteration_Context * zc_ctx = cls;
   GtkTreeIter iter_name;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]