view pidgin/plugins/perl/common/GtkSavedStatuses.xs @ 24771:8fb78d30ea83

We have a prpl function "buddy_free" that I don't think any of our in-tree prpls use, and it wasn't called from anywhere. But the facebook prpl uses it to free data associated with each buddy. I think it makes sense to call this function. In the future it would probably be cleaner to have prpls attach to a signal or something.
author Mark Doliner <mark@kingant.net>
date Thu, 18 Dec 2008 02:03:20 +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()