im.pidgin.cpw.resiak.disconnectreason: b9fff782d80fd2d1a999b82e31433db57c0c2db3
resiak at soc.pidgin.im
resiak at soc.pidgin.im
Fri Oct 12 20:45:46 EDT 2007
-----------------------------------------------------------------
Revision: b9fff782d80fd2d1a999b82e31433db57c0c2db3
Ancestor: 27198360a253ec764044ac8d658aa0a1b169464d
Author: resiak at soc.pidgin.im
Date: 2007-10-12T23:22:46
Branch: im.pidgin.cpw.resiak.disconnectreason
Modified files:
libpurple/connection.h
ChangeLog:
Add "@since 2.3.0" annotations to the new API, as advocated by rlaager.
-------------- next part --------------
============================================================
--- libpurple/connection.h 6fcdc2b459688d2055593ecb6726f4111eeef3fd
+++ libpurple/connection.h 3182743699c8b1b09f6af82850e2132800a35225
@@ -54,7 +54,9 @@ typedef enum
} PurpleConnectionState;
-/** Possible errors that can cause a connection to be closed. */
+/** Possible errors that can cause a connection to be closed.
+ * @since 2.3.0
+ */
typedef enum
{
/** There was an error sending or receiving on the network socket, or
@@ -195,6 +197,7 @@ typedef struct
* @param text a localized message describing the disconnection
* in more detail to the user.
* @see #purple_connection_error_reason
+ * @since 2.3.0
*/
void (*report_disconnect_reason)(PurpleConnection *gc,
PurpleDisconnectReason reason,
@@ -400,6 +403,7 @@ void purple_connection_error(PurpleConne
*
* @param reason why the connection is closing.
* @param description a localized description of the error.
+ * @since 2.3.0
*/
void
purple_connection_error_reason (PurpleConnection *gc,
@@ -410,6 +414,7 @@ purple_connection_error_reason (PurpleCo
* Closes a connection due to an SSL error; this is basically a shortcut to
* turning the #PurpleSslErrorType into a #PurpleDisconnectReason and a
* human-readable string and then calling purple_connection_error_reason().
+ * @since 2.3.0
*/
void
purple_connection_ssl_error (PurpleConnection *gc,
@@ -432,6 +437,7 @@ purple_connection_ssl_error (PurpleConne
*
* @return @c TRUE if the account should not be automatically reconnected, and
* @c FALSE otherwise.
+ * @since 2.3.0
*/
gboolean
purple_connection_reason_is_fatal (PurpleDisconnectReason reason);
More information about the Commits
mailing list