Mercurial > pidgin
diff plugins/perl/common/Status.xs @ 11589:30947631262d
[gaim-migrate @ 13859]
this at least lets the perl plugin compile on my amd64 box
i don't really think we need perl funcs that take va_list anyway
committer: Tailor Script <tailor@pidgin.im>
| author | Nathan Walp <nwalp@pidgin.im> |
|---|---|
| date | Sun, 02 Oct 2005 18:28:29 +0000 |
| parents | b284c703d398 |
| children | 622110272ed9 |
line wrap: on
line diff
--- a/plugins/perl/common/Status.xs Sun Oct 02 17:53:48 2005 +0000 +++ b/plugins/perl/common/Status.xs Sun Oct 02 18:28:29 2005 +0000 @@ -27,6 +27,21 @@ */ +/* These break on faceprint's amd64 box +void +gaim_status_type_add_attrs_vargs(status_type, args) + Gaim::StatusType status_type + va_list args + +void +gaim_status_set_active_with_attrs(status, active, args) + Gaim::Status status + gboolean active + va_list args + + */ + + MODULE = Gaim::Status PACKAGE = Gaim::Presence PREFIX = gaim_presence_ PROTOTYPES: ENABLE @@ -300,12 +315,6 @@ gboolean active void -gaim_status_set_active_with_attrs(status, active, args) - Gaim::Status status - gboolean active - va_list args - -void gaim_status_set_attr_boolean(status, id, value) Gaim::Status status const char *id @@ -326,11 +335,6 @@ void -gaim_status_type_add_attrs_vargs(status_type, args) - Gaim::StatusType status_type - va_list args - -void gaim_status_type_destroy(status_type) Gaim::StatusType status_type
