X-Git-Url: http://git.maemo.org/git/?p=python-purple;a=blobdiff_plain;f=libpurple%2Faccount.pxd;h=e59c8cab79426c51d701719f0a85980b39b67dc1;hp=4466b69921d2cb2273f184c28fc7c5ec05278961;hb=96dcc1db5e3f04349ef4ce92efd3d71d5d1623b5;hpb=ffbfc7db585641edc16beb23a6dcd17041df870e diff --git a/libpurple/account.pxd b/libpurple/account.pxd index 4466b69..e59c8ca 100644 --- a/libpurple/account.pxd +++ b/libpurple/account.pxd @@ -152,7 +152,7 @@ cdef extern from "libpurple/account.h": void purple_account_set_status_list(PurpleAccount *account, \ char *status_id, glib.gboolean active, glib.GList *attrs) void purple_account_set_status(PurpleAccount *account, \ - char *status_id, glib.gboolean active, NULL) # FIXME + char *status_id, glib.gboolean active, ...) void purple_account_set_status_list(PurpleAccount *account, \ char *status_id, glib.gboolean active, glib.GList *attrs) void purple_account_clear_settings(PurpleAccount *account)