Sat, 22 Sep 2007 22:32:42 +0000
Simplified perl bindings for GtkDialogs.xs
| 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::Log PACKAGE = Pidgin::Log PREFIX = pidgin_log_ |
| 14478 | 4 | PROTOTYPES: ENABLE |
| 5 | ||
|
15899
75f0041f72b8
Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <datallah@pidgin.im>
parents:
15590
diff
changeset
|
6 | Purple::Handle |
|
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_log_get_handle() |
| 14478 | 8 | |
| 9 | 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
|
10 | pidgin_log_show(type, screenname, account) |
|
15899
75f0041f72b8
Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <datallah@pidgin.im>
parents:
15590
diff
changeset
|
11 | Purple::LogType type |
| 14478 | 12 | const char * screenname |
|
15899
75f0041f72b8
Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <datallah@pidgin.im>
parents:
15590
diff
changeset
|
13 | Purple::Account account |
|
20702
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
14 | |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
15 | void |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
16 | pidgin_log_show_with_parent(parent, type, screenname, account) |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
17 | void * parent |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
18 | Purple::LogType type |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
19 | const char * screenname |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
20 | Purple::Account account |
| 14478 | 21 | |
| 22 | 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
|
23 | pidgin_log_show_contact(contact) |
|
15899
75f0041f72b8
Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <datallah@pidgin.im>
parents:
15590
diff
changeset
|
24 | Purple::BuddyList::Contact contact |
|
20702
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
25 | |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
26 | void |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
27 | pidgin_log_show_contact_with_parent(parent, contact) |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
28 | void * parent |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
29 | Purple::BuddyList::Contact contact |
| 14478 | 30 | |
|
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
|
31 | MODULE = Pidgin::Log PACKAGE = Pidgin::SysLog PREFIX = pidgin_syslog_ |
| 14478 | 32 | PROTOTYPES: ENABLE |
| 33 | ||
| 34 | 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
|
35 | pidgin_syslog_show() |
|
20702
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
36 | |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
37 | void |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
38 | pidgin_syslog_show_with_parent(parent) |
|
9548d4fb8c8e
Re-worked gtklog functions and perl bindings
Gabriel Schulhof <nix@go-nix.ca>
parents:
19477
diff
changeset
|
39 | void * parent |