pidgin/plugins/perl/common/GtkPlugin.xs

Tue, 30 Oct 2007 23:41:10 +0000

author
Will Thompson <resiak@pidgin.im>
date
Tue, 30 Oct 2007 23:41:10 +0000
branch
cpw.resiak.disconnectreason
changeset 21302
eb603ffb5823
parent 21217
c5dfa570daff
child 21342
6d1d2ebd9277
permissions
-rw-r--r--

Fix a type error. I could have sworn I did this before committing...

14478
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
1 #include "gtkmodule.h"
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
2
15590
c07dd12bf3f4 Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
3 MODULE = Pidgin::Plugin PACKAGE = Pidgin::Plugins PREFIX = pidgin_plugins_
14478
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
4 PROTOTYPES: ENABLE
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
5
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
6 void
15590
c07dd12bf3f4 Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
7 pidgin_plugins_save()
14478
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
8
15590
c07dd12bf3f4 Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
9 MODULE = Pidgin::Plugin PACKAGE = Pidgin::Plugin::Dialog PREFIX = pidgin_plugin_dialog_
14478
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
10 PROTOTYPES: ENABLE
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
11
a6b831ab1d13 [gaim-migrate @ 17124]
Etan Reisner <deryni@pidgin.im>
parents:
diff changeset
12 void
15590
c07dd12bf3f4 Partial fix for pidgin perl support. Fixing fully is going to require a decision on splitting from some of the core perl support - more than I want to deal with right now.
Daniel Atallah <datallah@pidgin.im>
parents: 15435
diff changeset
13 pidgin_plugin_dialog_show()
21217
c5dfa570daff merge of '5aed2d7b9176e07c0a4560850c211c5ac115fc04'
Richard Laager <rlaager@pidgin.im>
parents: 21182
diff changeset
14
c5dfa570daff merge of '5aed2d7b9176e07c0a4560850c211c5ac115fc04'
Richard Laager <rlaager@pidgin.im>
parents: 21182
diff changeset
15 void
c5dfa570daff merge of '5aed2d7b9176e07c0a4560850c211c5ac115fc04'
Richard Laager <rlaager@pidgin.im>
parents: 21182
diff changeset
16 pidgin_plugin_dialog_show_with_parent(parent)
c5dfa570daff merge of '5aed2d7b9176e07c0a4560850c211c5ac115fc04'
Richard Laager <rlaager@pidgin.im>
parents: 21182
diff changeset
17 void * parent

mercurial