diff doc/account-signals.dox @ 21221:e98c08afb706

Changelog some of the stuff.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 12 Oct 2007 02:57:26 +0000
parents b1fa7765ca4b
children 8858a42ca237 ad718740aa71
line wrap: on
line diff
--- a/doc/account-signals.dox	Fri Oct 12 02:18:35 2007 +0000
+++ b/doc/account-signals.dox	Fri Oct 12 02:57:26 2007 +0000
@@ -9,6 +9,9 @@
   @signal account-setting-info
   @signal account-set-info
   @signal account-status-changed
+  @signal account-authorization-requested
+  @signal account-authorization-denied
+  @signal account-authorization-granted
  @endsignals
 
  @see account.h
@@ -113,6 +116,7 @@
   @return Less than zero to deny the request without prompting, greater
           than zero if the request should be granted. If zero is returned,
           then the user will be prompted with the request.
+  @since 2.3.0
  @endsignaldef
 
  @signaldef account-authorization-denied
@@ -123,6 +127,7 @@
    Emitted when the authorization request for a buddy is denied.
   @param account The account.
   @param user    The name of the user requesting authorization.
+  @since 2.3.0
  @endsignaldef
 
  @signaldef account-authorization-granted
@@ -133,6 +138,7 @@
    Emitted when the authorization request for a buddy is granted.
   @param account The account.
   @param user    The name of the user requesting authorization.
+  @since 2.3.0
  @endsignaldef
 
  */