src/notify.h

changeset 5476
6f863ea68018
parent 5437
4bd5c5d271e6
child 5497
da3c08f3af25
--- a/src/notify.h	Thu May 22 01:31:56 2003 +0000
+++ b/src/notify.h	Thu May 22 05:23:14 2003 +0000
@@ -65,7 +65,7 @@
 						   const char **urls, GCallback cb,
 						   void *user_data);
 
-	void (*close_notify)(GaimNotifyType type, void *uihandle);
+	void (*close_notify)(GaimNotifyType type, void *ui_handle);
 
 } GaimNotifyUiOps;
 
@@ -138,10 +138,10 @@
  * This should be used only by the UI operation functions and part of the
  * core.
  *
- * @param type     The notification type.
- * @param uihandle The notification UI handle.
+ * @param type      The notification type.
+ * @param ui_handle The notification UI handle.
  */
-void gaim_notify_close(GaimNotifyType type, void *uihandle);
+void gaim_notify_close(GaimNotifyType type, void *ui_handle);
 
 /**
  * Closes all notifications registered with the specified handle.

mercurial