comparison pidgin/gtkimhtml.h @ 25352:48cf0a545621

Revert the URL scheme passing changes, keeping the miscellaneous other stuff that was thrown in with that commit.
author Richard Laager <rlaager@wiktel.com>
date Mon, 01 Dec 2008 19:37:11 +0000
parents 5dedfe149cb3
children d25cbbea7fe5
comparison
equal deleted inserted replaced
25351:5dedfe149cb3 25352:48cf0a545621
890 890
891 /** 891 /**
892 * Register a protocol with the GtkIMHtml widget. Registering a protocol would 892 * Register a protocol with the GtkIMHtml widget. Registering a protocol would
893 * allow certain text to be clickable. 893 * allow certain text to be clickable.
894 * 894 *
895 * @param name The name of the protocol (e.g. http) 895 * @param name The name of the protocol (e.g. http://)
896 * @param activate The callback to trigger when the protocol text is clicked. 896 * @param activate The callback to trigger when the protocol text is clicked.
897 * Removes any current protocol definition if @c NULL. The 897 * Removes any current protocol definition if @c NULL. The
898 * callback should return @c TRUE if the link was activated 898 * callback should return @c TRUE if the link was activated
899 * properly, @c FALSE otherwise. 899 * properly, @c FALSE otherwise.
900 * @param context_menu The callback to trigger when the context menu is popped 900 * @param context_menu The callback to trigger when the context menu is popped