Mercurial > pidgin
diff plugins/perl/common/Notify.xs @ 12773:96f9b4798012
[gaim-migrate @ 15120]
Some whitespace stuff so it doesn't clutter up later commits.
committer: Tailor Script <tailor@pidgin.im>
| author | Etan Reisner <pidgin@unreliablesource.net> |
|---|---|
| date | Mon, 09 Jan 2006 04:42:25 +0000 |
| parents | 976677e67239 |
| children |
line wrap: on
line diff
--- a/plugins/perl/common/Notify.xs Mon Jan 09 04:17:10 2006 +0000 +++ b/plugins/perl/common/Notify.xs Mon Jan 09 04:42:25 2006 +0000 @@ -3,29 +3,28 @@ MODULE = Gaim::Notify PACKAGE = Gaim::Notify PREFIX = gaim_notify_ PROTOTYPES: ENABLE -void +void gaim_notify_close(type, ui_handle) Gaim::NotifyType type - void * ui_handle + void * ui_handle -void +void gaim_notify_close_with_handle(handle) - void * handle + void * handle void * gaim_notify_email(handle, subject, from, to, url, cb, user_data) - void * handle + void * handle const char *subject const char *from const char *to const char *url Gaim::NotifyCloseCallback cb gpointer user_data - void * gaim_notify_emails(handle, count, detailed, subjects, froms, tos, urls, cb, user_data) - void * handle + void * handle size_t count gboolean detailed const char **subjects @@ -34,33 +33,30 @@ const char **urls Gaim::NotifyCloseCallback cb gpointer user_data - void * gaim_notify_formatted(handle, title, primary, secondary, text, cb, user_data) - void * handle + void * handle const char *title const char *primary const char *secondary const char *text Gaim::NotifyCloseCallback cb gpointer user_data - Gaim::NotifyUiOps gaim_notify_get_ui_ops() - + void * gaim_notify_message(handle, type, title, primary, secondary, cb, user_data) - void * handle + void * handle Gaim::NotifyMsgType type const char *title const char *primary const char *secondary Gaim::NotifyCloseCallback cb gpointer user_data - void * gaim_notify_searchresults(gc, title, primary, secondary, results, cb, user_data) @@ -72,13 +68,13 @@ Gaim::NotifyCloseCallback cb gpointer user_data -void +void gaim_notify_set_ui_ops(ops) Gaim::NotifyUiOps ops void * gaim_notify_uri(handle, uri) - void * handle + void * handle const char *uri void * @@ -88,5 +84,3 @@ const char *text Gaim::NotifyCloseCallback cb gpointer user_data - -
