annotate pidgin/plugins/perl/common/GtkPounce.xs @ 20622:ced0666ab950

Reverted to void *, because Gtk::Window wasn't working :o(
author Gabriel Schulhof <nix@go-nix.ca>
date Sun, 23 Sep 2007 01:11:37 +0000
parents 5265fed9b93a
children 96612191ded8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
1 #include "gtkmodule.h"
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
2
15526
cb0750152bf6 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 <daniel.atallah@gmail.com>
parents: 15374
diff changeset
3 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounce PREFIX = pidgin_pounce_
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
4 PROTOTYPES: ENABLE
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
5
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
6 void
15526
cb0750152bf6 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 <daniel.atallah@gmail.com>
parents: 15374
diff changeset
7 pidgin_pounce_editor_show(account, name, cur_pounce)
15838
e622745f6f42 Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15526
diff changeset
8 Purple::Account account
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
9 const char * name
15838
e622745f6f42 Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15526
diff changeset
10 Purple::Pounce cur_pounce
20619
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
11
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
12 void
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
13 pidgin_pounce_editor_show_with_parent(parent, account, name, cur_pounce)
20622
ced0666ab950 Reverted to void *, because Gtk::Window wasn't working :o(
Gabriel Schulhof <nix@go-nix.ca>
parents: 20621
diff changeset
14 void * parent
20619
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
15 Purple::Account account
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
16 const char * name
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
17 Purple::Pounce cur_pounce
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
18
15526
cb0750152bf6 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 <daniel.atallah@gmail.com>
parents: 15374
diff changeset
19 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces PREFIX = pidgin_pounces_
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
20 PROTOTYPES: ENABLE
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
21
15838
e622745f6f42 Pidgin perl fixes for s/gaim/purple/.
Daniel Atallah <daniel.atallah@gmail.com>
parents: 15526
diff changeset
22 Purple::Handle
15526
cb0750152bf6 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 <daniel.atallah@gmail.com>
parents: 15374
diff changeset
23 pidgin_pounces_get_handle()
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
24
15526
cb0750152bf6 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 <daniel.atallah@gmail.com>
parents: 15374
diff changeset
25 MODULE = Pidgin::Pounce PACKAGE = Pidgin::Pounces::Manager PREFIX = pidgin_pounces_manager_
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
26 PROTOTYPES: ENABLE
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
27
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
28 void
15526
cb0750152bf6 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 <daniel.atallah@gmail.com>
parents: 15374
diff changeset
29 pidgin_pounces_manager_show()
20619
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
30
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
31 void
b93d1ad9cf02 Doing pounces
Gabriel Schulhof <nix@go-nix.ca>
parents: 19963
diff changeset
32 pidgin_pounces_manager_show_with_parent(parent)
20622
ced0666ab950 Reverted to void *, because Gtk::Window wasn't working :o(
Gabriel Schulhof <nix@go-nix.ca>
parents: 20621
diff changeset
33 void * parent
15374
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
34
5fe8042783c1 Rename gtk/ and libgaim/ to pidgin/ and libpurple/
Sean Egan <seanegan@gmail.com>
parents:
diff changeset
35 void
15526
cb0750152bf6 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 <daniel.atallah@gmail.com>
parents: 15374
diff changeset
36 pidgin_pounces_manager_hide()