view pidgin/plugins/perl/common/GtkSavedStatuses.xs @ 26522:8df78c06d10e

Save the world. Patch from Arunan Bala to save the world. But instead of saving the cheerleader, he's using g_timeout_add_seconds where possible in place of g_timeout_add. Closes #8831.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 05 Apr 2009 08:42:00 +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()