comparison src/connection.h @ 6605:943b03bcecf5

[gaim-migrate @ 7129] Added some signal documentation. The conversation signal docs are taking forever. Who wants to help? :) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 06:32:28 +0000
parents e07c66073b6d
children a4622f1fb5a1
comparison
equal deleted inserted replaced
6604:693262ed19dc 6605:943b03bcecf5
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 * 22 *
23 * @signal signing-on (GaimConnection *gc) 23 * @see @ref connection-signals
24 * @signal signed-on (GaimConnection *gc)
25 * @signal signing-off (GaimConnection *gc)
26 * @signal signed-off (GaimConnection *gc)
27 */ 24 */
28 #ifndef _GAIM_CONNECTION_H_ 25 #ifndef _GAIM_CONNECTION_H_
29 #define _GAIM_CONNECTION_H_ 26 #define _GAIM_CONNECTION_H_
30 27
31 #include <stdlib.h> 28 #include <stdlib.h>