/soc/2013/ankitkv/gobjectification: b5427137c6d0: Remove @todo
Ankit Vani
a at nevitus.org
Thu Feb 6 09:47:09 EST 2014
Changeset: b5427137c6d0054a34026a6b60dd224e5c29333e
Author: Ankit Vani <a at nevitus.org>
Date: 2014-02-06 18:30 +0530
Branch: gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/b5427137c6d0
Description:
Remove @todo
diffstat:
libpurple/certificate.h | 2 +-
libpurple/cmds.h | 3 +--
libpurple/connection.h | 8 +++++---
libpurple/server.h | 3 +--
libpurple/util.h | 4 ++--
pidgin/gtkblist.h | 6 +++---
6 files changed, 13 insertions(+), 13 deletions(-)
diffs (118 lines):
diff --git a/libpurple/certificate.h b/libpurple/certificate.h
--- a/libpurple/certificate.h
+++ b/libpurple/certificate.h
@@ -464,8 +464,8 @@ purple_certificate_destroy_list (GList *
*
* Returns: TRUE if 'crt' has a valid signature made by 'issuer',
* otherwise FALSE
- * @todo Find a way to give the reason (bad signature, not the issuer, etc.)
*/
+/* TODO Find a way to give the reason (bad signature, not the issuer, etc.) */
gboolean
purple_certificate_signed_by(PurpleCertificate *crt, PurpleCertificate *issuer);
diff --git a/libpurple/cmds.h b/libpurple/cmds.h
--- a/libpurple/cmds.h
+++ b/libpurple/cmds.h
@@ -74,9 +74,8 @@ typedef enum {
* PurpleCmdFunc:
*
* A function implementing a command, as passed to purple_cmd_register().
- *
- * @todo document the arguments to these functions.
*/
+/* TODO document the arguments to these functions. */
typedef PurpleCmdRet (*PurpleCmdFunc)(PurpleConversation *, const gchar *cmd,
gchar **args, gchar **error, void *data);
/**
diff --git a/libpurple/connection.h b/libpurple/connection.h
--- a/libpurple/connection.h
+++ b/libpurple/connection.h
@@ -122,9 +122,6 @@ typedef enum
* username cannot contain white space. This reason should not be used
* for incorrect passwords etc: use
* #PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED for that.
- * @todo This reason really shouldn't be necessary. Usernames and
- * other account preferences should be validated when the
- * account is created.
* @PURPLE_CONNECTION_ERROR_CERT_NOT_PROVIDED: The server did not provide a
* SSL certificate.
* @PURPLE_CONNECTION_ERROR_CERT_UNTRUSTED: The server's SSL certificate could
@@ -155,7 +152,12 @@ typedef enum
PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT = 4,
PURPLE_CONNECTION_ERROR_ENCRYPTION_ERROR = 5,
PURPLE_CONNECTION_ERROR_NAME_IN_USE = 6,
+
+ /* TODO This reason really shouldn't be necessary. Usernames and
+ * other account preferences should be validated when the
+ * account is created. */
PURPLE_CONNECTION_ERROR_INVALID_SETTINGS = 7,
+
PURPLE_CONNECTION_ERROR_CERT_NOT_PROVIDED = 8,
PURPLE_CONNECTION_ERROR_CERT_UNTRUSTED = 9,
PURPLE_CONNECTION_ERROR_CERT_EXPIRED = 10,
diff --git a/libpurple/server.h b/libpurple/server.h
--- a/libpurple/server.h
+++ b/libpurple/server.h
@@ -42,8 +42,6 @@ G_BEGIN_DECLS
*
* Send a typing message to a given user over a given connection.
*
- * @todo Could probably move this into the conversation API.
- *
* Returns: A quiet-period, specified in seconds, where Purple will not
* send any additional typing notification messages. Most
* protocols should return 0, which means that no additional
@@ -52,6 +50,7 @@ G_BEGIN_DECLS
* user is still typing then Purple will send another PURPLE_IM_TYPING
* message.
*/
+/* TODO Could probably move this into the conversation API. */
unsigned int serv_send_typing(PurpleConnection *gc, const char *name, PurpleIMTypingState state);
void serv_move_buddy(PurpleBuddy *, PurpleGroup *, PurpleGroup *);
diff --git a/libpurple/util.h b/libpurple/util.h
--- a/libpurple/util.h
+++ b/libpurple/util.h
@@ -18,8 +18,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
- * @todo Rename the functions so that they live somewhere in the purple
- * namespace.
+ * TODO Rename the functions so that they live somewhere in the purple
+ * namespace.
*/
/**
* SECTION:util
diff --git a/pidgin/gtkblist.h b/pidgin/gtkblist.h
--- a/pidgin/gtkblist.h
+++ b/pidgin/gtkblist.h
@@ -410,24 +410,24 @@ void pidgin_blist_joinchat_show(void);
* pidgin_append_blist_node_privacy_menu:
*
* Appends the privacy menu items for a PurpleBlistNode
- * @todo Rename these.
*/
+/* TODO Rename these. */
void pidgin_append_blist_node_privacy_menu(GtkWidget *menu, PurpleBlistNode *node);
/**
* pidgin_append_blist_node_proto_menu:
*
* Appends the protocol specific menu items for a PurpleBlistNode
- * @todo Rename these.
*/
+/* TODO Rename these. */
void pidgin_append_blist_node_proto_menu (GtkWidget *menu, PurpleConnection *gc, PurpleBlistNode *node);
/**
* pidgin_append_blist_node_extended_menu:
*
* Appends the extended menu items for a PurpleBlistNode
- * @todo Rename these.
*/
+/* TODO Rename these. */
void pidgin_append_blist_node_extended_menu(GtkWidget *menu, PurpleBlistNode *node);
/**
More information about the Commits
mailing list