comparison src/gtkcellrendererprogress.h @ 9713:db62420a53a2

[gaim-migrate @ 10574] Remove multi.h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 05:38:02 +0000
parents fa6395637e2c
children 8974a8544279
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21 21 #ifndef _GAIM_GTKCELLRENDERERPROGRESS_H_
22 #ifndef __GTK_CELL_RENDERER_PROGRESS_H__ 22 #define _GAIM_GTKCELLRENDERERPROGRESS_H_
23 #define __GTK_CELL_RENDERER_PROGRESS_H__
24 23
25 #include <gtk/gtkcellrenderer.h> 24 #include <gtk/gtkcellrenderer.h>
26 25
27 #ifdef __cplusplus 26 #ifdef __cplusplus
28 extern "C" { 27 extern "C" {
57 56
58 #ifdef __cplusplus 57 #ifdef __cplusplus
59 } 58 }
60 #endif /* __cplusplus */ 59 #endif /* __cplusplus */
61 60
62 #endif /* __GTK_CELL_RENDERER_PROGRESS_H__ */ 61 #endif /* _GAIM_GTKCELLRENDERERPROGRESS_H_ */