/pidgin/main: 1d70570eab23: Request API: tiny type change

Tomasz Wasilczyk twasilczyk at pidgin.im
Thu Sep 12 08:38:31 EDT 2013


Changeset: 1d70570eab23f110bd8e162fe921f2c48ddb3fa8
Author:	 Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date:	 2013-09-11 14:11 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/1d70570eab23

Description:

Request API: tiny type change

diffstat:

 libpurple/request.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/libpurple/request.h b/libpurple/request.h
--- a/libpurple/request.h
+++ b/libpurple/request.h
@@ -158,7 +158,7 @@ typedef struct
 typedef void (*PurpleRequestInputCb)(void *, const char *);
 
 typedef gboolean (*PurpleRequestFieldValidator)(PurpleRequestField *field,
-	gchar **errmsg, void *user_data);
+	gchar **errmsg, gpointer user_data);
 
 /** The type of callbacks passed to purple_request_action().  The first
  *  argument is the @a user_data parameter; the second is the index in the list



More information about the Commits mailing list