pidgin/plugins/perl/common/GtkSavedStatuses.xs

Mon, 22 Jan 2007 09:27:02 +0000

author
Sean Egan <seanegan@pidgin.im>
date
Mon, 22 Jan 2007 09:27:02 +0000
changeset 15444
b793ef258d23
parent 15435
4b933b06d75e
child 15590
c07dd12bf3f4
permissions
-rw-r--r--

I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim

#include "gtkmodule.h"

MODULE = Gaim::GtkUI::Status  PACKAGE = Gaim::GtkUI::Status  PREFIX = gaim_gtk_status_
PROTOTYPES: ENABLE

Gaim::Handle
gaim_gtk_status_get_handle()

MODULE = Gaim::GtkUI::Status  PACKAGE = Gaim::GtkUI::Status::Editor  PREFIX = gaim_gtk_status_editor_
PROTOTYPES: ENABLE

void
gaim_gtk_status_editor_show(edit, status)
	gboolean edit
	Gaim::SavedStatus status

MODULE = Gaim::GtkUI::Status  PACKAGE = Gaim::GtkUI::Status::Window  PREFIX = gaim_gtk_status_window_
PROTOTYPES: ENABLE

void
gaim_gtk_status_window_show()

void
gaim_gtk_status_window_hide()

mercurial