view pidgin/plugins/perl/common/GtkSavedStatuses.xs @ 31359:1b67c62c1051

Fix a bug where if we used fetch url with include_headers=FALSE and then read() happens to read in the headers, the trailing \r\n\r\n and then one byte of the body (but no more) then we accidentally dropped the one byte off the start of the body.
author Mark Doliner <mark@kingant.net>
date Wed, 10 Nov 2010 23:41:53 +0000
parents e622745f6f42
children
line wrap: on
line source

#include "gtkmodule.h"

MODULE = Pidgin::Status  PACKAGE = Pidgin::Status  PREFIX = pidgin_status_
PROTOTYPES: ENABLE

Purple::Handle
pidgin_status_get_handle()

MODULE = Pidgin::Status  PACKAGE = Pidgin::Status::Editor  PREFIX = pidgin_status_editor_
PROTOTYPES: ENABLE

void
pidgin_status_editor_show(edit, status)
	gboolean edit
	Purple::SavedStatus status

MODULE = Pidgin::Status  PACKAGE = Pidgin::Status::Window  PREFIX = pidgin_status_window_
PROTOTYPES: ENABLE

void
pidgin_status_window_show()

void
pidgin_status_window_hide()