[gqq] 我想更改现在文件附头

  • From: Eros <authurg@xxxxxxxxx>
  • To: gqq <gqq@xxxxxxxxxxxxx>
  • Date: Fri, 4 Mar 2011 16:37:32 +0800

恩 看一下这个头文件的格式能不能被接受

看能不能 更加规范一些 ^_^

-- 
I'm Authur.

Mail: authurg@xxxxxxxxx authurg@xxxxxxxxxxx authurg@xxxxxxxxx
Blog: www.dark-cloud.org

我只是在代码中爬行的一只虫子...
/*  -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*-  */

/***************************************************************************
 *   Copyright (C) 2011 by GQQDev team                                     *
 *   <gqq@xxxxxxxxxxxxx>                                                   *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 3 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *   This program is distributed in the hope that it will be useful,       *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 *   GNU General Public License for more details.                          *
 *                                                                         *
 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not, write to the                         *
 *   Free Software Foundation, Inc.,                                       *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
 ***************************************************************************/

/***************************************************************************
 *   @file_name notify.h                                                   *
 *   @brief Gkiu Notify Bubble                                             *
 *                                                                         *
 *   @author   Copyright (c) 2011 by GQQDev team <gqq@xxxxxxxxxxxxx>.      *
 *   @creator  Authur Guo <authurg@xxxxxxxxx>  [Feb 28 2011]               *
 *   @Modify   Authur Guo <authurg@xxxxxxxxx>  [Feb 28 2011]               *
 *               create Notify Bubble's API & Documents.                   *
 *                                                                         *
 *   @version                                                              *
 ***************************************************************************/

#ifndef GKIU_NOTIFY_H
#define GKIU_NOTIFY_H

/**
 * @brief Initialize the Notify Bubble widget.
 *
 * @param void
 *
 * @return void
 */
extern void
notify_bubble_init (void);

/* TODO: 这里的参数不是void,应该是QQ消息的结构体,等待核心完成 */

/**
 * @brief Update the content in the Notify Bubble.
 *
 * @param
 *
 * @return void
 */
extern void
notify_bubble_update_meaasge ();

/**
 * @brief Unload the Notify Bubble widget.
 *
 * @param void
 *
 * @return void
 */
extern void
notify_bubble_unload (void);

#endif /* GKIU_NOTIFY_H */

Other related posts: