purple_account_add_buddies ( PurpleAccount* account, GList* buddies )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_add_buddies_with_invite ( PurpleAccount* account, GList* buddies, char const* message )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_add_buddy ( PurpleAccount* account, PurpleBuddy* buddy )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_add_buddy_with_invite ( PurpleAccount* account, PurpleBuddy* buddy, char const* message )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_change_password ( PurpleAccount* account, char const* orig_pw, char const* new_pw )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_clear_current_error ( PurpleAccount* account )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_clear_settings ( PurpleAccount* account )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_connect ( PurpleAccount* account )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_destroy ( PurpleAccount* account )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
purple_account_destroy_log ( PurpleAccount* account )
Field 'account.gc.last_received' in 1st parameter 'account' (pointer) is of type 'time_t'.
...