[seahorse/gtk-doc] Fix gtk-doc make errors



commit 9cd76e49c8c42383979e8585a89ebe41235a033a
Author: Adam Schreiber <sadam gnome org>
Date:   Wed May 13 12:32:44 2009 -0400

    Fix gtk-doc make errors
---
 libcryptui/cryptui-key-chooser.c |    6 ------
 libcryptui/cryptui-key-combo.c   |    4 ----
 libcryptui/cryptui-key-list.c    |    6 ------
 libcryptui/cryptui-keyset.c      |   10 +---------
 libcryptui/cryptui.c             |   10 ----------
 5 files changed, 1 insertions(+), 35 deletions(-)

diff --git a/libcryptui/cryptui-key-chooser.c b/libcryptui/cryptui-key-chooser.c
index c80bb08..b5582d9 100644
--- a/libcryptui/cryptui-key-chooser.c
+++ b/libcryptui/cryptui-key-chooser.c
@@ -506,8 +506,6 @@ cryptui_key_chooser_get_enforce_prefs (CryptUIKeyChooser *chooser)
  * TRUE, the default signing key will be added to the recipient list.  If FALSE,
  * the selected recipients will be returned without adding the default signing
  * key.
- *
- * Returns: void
  */
 void
 cryptui_key_chooser_set_enforce_prefs (CryptUIKeyChooser *chooser,
@@ -595,8 +593,6 @@ cryptui_key_chooser_get_recipients (CryptUIKeyChooser *chooser)
  * @keys: the list of recipients to mark selected
  *
  * Marks the listed keys as selected in the chooser widget.
- *
- * Returns: void
  */
 void
 cryptui_key_chooser_set_recipients (CryptUIKeyChooser *chooser, GList *keys)
@@ -631,8 +627,6 @@ cryptui_key_chooser_get_signer (CryptUIKeyChooser *chooser)
  * @key: the signer key to set
  *
  * Sets the signer in the chooser to the provided key.
- *
- * Returns: void
  */
 void
 cryptui_key_chooser_set_signer (CryptUIKeyChooser *chooser, const gchar *key)
diff --git a/libcryptui/cryptui-key-combo.c b/libcryptui/cryptui-key-combo.c
index cda189a..6058462 100644
--- a/libcryptui/cryptui-key-combo.c
+++ b/libcryptui/cryptui-key-combo.c
@@ -62,8 +62,6 @@ cryptui_key_combo_new (CryptUIKeyStore *ckstore)
  * @ckstore: key store containing keys to be listed in the combo
  *
  * Populates an existing GtkComboBox with keys from a CryptUIKeyStore
- *
- * Returns: void
  */
 void
 cryptui_key_combo_setup (GtkComboBox *combo, CryptUIKeyStore *ckstore)
@@ -118,8 +116,6 @@ cryptui_key_combo_get_keyset (GtkComboBox *ckcombo)
  * @key: a CryptUI Key
  *
  * Sets the combo's selection to the indicated key
- *
- * Returns: void
  */
 void
 cryptui_key_combo_set_key (GtkComboBox *ckcombo, const gchar *key)
diff --git a/libcryptui/cryptui-key-list.c b/libcryptui/cryptui-key-list.c
index 153f2f3..7bf7b45 100644
--- a/libcryptui/cryptui-key-list.c
+++ b/libcryptui/cryptui-key-list.c
@@ -101,8 +101,6 @@ cryptui_key_list_new (CryptUIKeyStore *ckstore, guint flags)
  *
  * Changes an existing GtkTreeView into a CryptUIKeyList using the key store
  * as the model and the filters the view based on the given flags.
- *
- * Returns: void
  */
 void
 cryptui_key_list_setup (GtkTreeView *view, CryptUIKeyStore *ckstore,
@@ -231,8 +229,6 @@ cryptui_key_list_get_selected_keys (GtkTreeView *list)
  * @keys: a list of CryptUI keys
  *
  * Selects the given list of keys in the list
- *
- * Returns: void
  */
 void
 cryptui_key_list_set_selected_keys (GtkTreeView *list, GList *keys)
@@ -268,8 +264,6 @@ cryptui_key_list_get_selected_key (GtkTreeView *list)
  * @key: the key to set
  *
  * Selects the given key in the list widget
- *
- * Returns: void
  */
 void
 cryptui_key_list_set_selected_key (GtkTreeView *list, const gchar *key)
diff --git a/libcryptui/cryptui-keyset.c b/libcryptui/cryptui-keyset.c
index 6a2792c..e95798c 100644
--- a/libcryptui/cryptui-keyset.c
+++ b/libcryptui/cryptui-keyset.c
@@ -439,8 +439,6 @@ cryptui_keyset_get_count (CryptUIKeyset *keyset)
  * @keyset: a libcryptui keyset
  *
  * Checks the remote keyset to see which keys have been added or removed
- *
- * Returns: void
  */
 void
 cryptui_keyset_refresh (CryptUIKeyset *keyset)
@@ -510,8 +508,6 @@ cryptui_keyset_get_closure (CryptUIKeyset *keyset, const gchar *key)
  * @closure: TODO
  *
  * TODO: Find out what closure is and document this function
- *
- * Returns: void
  */
 void
 cryptui_keyset_set_closure (CryptUIKeyset *keyset, const gchar *key, 
@@ -546,11 +542,9 @@ cryptui_keyset_get_expand_keys (CryptUIKeyset *keyset)
 /**
  * cryptui_keyset_set_expand_keys:
  * @keyset: a libcryptui keyset
- * @expand_keys:
+ * @expand_keys: a gboolean
  *
  * Sets whether or not non-primary key UIDs are included in the keyset
- *
- * Returns: void
  */
 void
 cryptui_keyset_set_expand_keys (CryptUIKeyset *keyset, gboolean expand_keys)
@@ -565,8 +559,6 @@ cryptui_keyset_set_expand_keys (CryptUIKeyset *keyset, gboolean expand_keys)
  *
  * Stores the key's fields returned by the DBus method GetKeyFields in the
  * keyset.
- *
- * Returns: void
  */
 void
 cryptui_keyset_cache_key (CryptUIKeyset *keyset, const gchar *key)
diff --git a/libcryptui/cryptui.c b/libcryptui/cryptui.c
index 6632662..8136ffb 100644
--- a/libcryptui/cryptui.c
+++ b/libcryptui/cryptui.c
@@ -121,8 +121,6 @@ cryptui_key_get_enctype (const gchar *key)
  * This function creates a notification bubble that can be updated as additional
  * key details are discovered.  See http://live.gnome.org/Seahorse/DBus for a
  * description of the markup syntax.
- *
- * Returns: void
  */
 void
 cryptui_display_notification (const gchar *title, const gchar *body, const gchar *icon, 
@@ -263,8 +261,6 @@ cryptui_prompt_signer (CryptUIKeyset *keyset, const gchar *title)
  *
  * This function is called when seahorse needs to be launched to generate a
  * key or keys or import a key or keys to perform the requested operation.
- *
- * Returns: void
  */
 void                
 cryptui_need_to_get_keys ()
@@ -387,8 +383,6 @@ _cryptui_gconf_get_string (const char *key)
  * @string_value: a text string
  *
  * A private library function that sets a gconf key to the string given.
- *
- * Returns: void
  */
 void
 _cryptui_gconf_set_string (const char *key, const char *string_value)
@@ -448,8 +442,6 @@ internal_gconf_unnotify (gpointer data)
  * A private library convenience function that creates a gconf notification
  * on a specified gconf key and automatically removes the notification when an
  * object is destroyed.
- *
- * Returns: void
  */
 void
 _cryptui_gconf_notify_lazy (const char *key, GConfClientNotifyFunc notification_callback,
@@ -471,8 +463,6 @@ _cryptui_gconf_notify_lazy (const char *key, GConfClientNotifyFunc notification_
  * @notification_id: a current gconf notification id
  *
  * A private library function to remove a gconf notification.
- *
- * Returns: void
  */
 void
 _cryptui_gconf_unnotify (guint notification_id)



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