Tue, 30 Oct 2007 23:41:10 +0000
Fix a type error. I could have sworn I did this before committing...
| 14478 | 1 | #include "gtkmodule.h" |
| 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 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
| 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 | 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 | 10 | PROTOTYPES: ENABLE |
| 11 | ||
| 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 |