comparison src/gtksourceiter.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 62fc579810f4
comparison
equal deleted inserted replaced
9712:34a929fbbb30 9713:db62420a53a2
17 * 17 *
18 * You should have received a copy of the GNU Library General Public License 18 * You should have received a copy of the GNU Library General Public License
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 */ 21 */
22 22 #ifndef _GAIM_GTKSOURCEITER_H_
23 #ifndef __GTK_SOURCE_ITER_H__ 23 #define _GAIM_GTKSOURCEITER_H_
24 #define __GTK_SOURCE_ITER_H__
25 24
26 #include <gtk/gtktextiter.h> 25 #include <gtk/gtktextiter.h>
27 26
28 G_BEGIN_DECLS 27 G_BEGIN_DECLS
29 28
51 50
52 gboolean gtk_source_iter_find_matching_bracket (GtkTextIter *iter); 51 gboolean gtk_source_iter_find_matching_bracket (GtkTextIter *iter);
53 52
54 G_END_DECLS 53 G_END_DECLS
55 54
56 #endif /* __GTK_SOURCE_ITER_H__ */ 55 #endif /* _GAIM_GTKSOURCEITER_H_ */