mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
remove includes from this internal header.
2008-06-24 Michael Natterer <mitch@imendio.com> * gtk/gtktextutil.h: remove includes from this internal header. * gtk/gtktextutil.c: include gtktextbuffer.h before gtktextutil.h. svn path=/trunk/; revision=20678
This commit is contained in:
parent
2f1e92ad59
commit
7146dd12e5
@ -1,3 +1,9 @@
|
||||
2008-06-24 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtktextutil.h: remove includes from this internal header.
|
||||
|
||||
* gtk/gtktextutil.c: include gtktextbuffer.h before gtktextutil.h.
|
||||
|
||||
2008-06-23 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gtk/gtkinvisible.h: formatting.
|
||||
|
@ -25,8 +25,9 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "gtktextutil.h"
|
||||
|
||||
#include "gtktextview.h"
|
||||
#include "gtktextutil.h"
|
||||
|
||||
#define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API
|
||||
|
||||
|
@ -21,23 +21,18 @@
|
||||
* Modified by the GTK+ Team and others 1997-2001. See the AUTHORS
|
||||
* file for a list of people on the GTK+ Team. See the ChangeLog
|
||||
* files for a list of changes. These files are distributed with
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
||||
*/
|
||||
|
||||
#ifndef __GTK_TEXT_UTIL_H__
|
||||
#define __GTK_TEXT_UTIL_H__
|
||||
|
||||
|
||||
#include <gtk/gtkwidget.h>
|
||||
#include <gtk/gtkmenushell.h>
|
||||
#include <gtk/gtkeditable.h>
|
||||
#include <gtk/gtktextbuffer.h>
|
||||
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* This is a private uninstalled header shared between
|
||||
* GtkTextView and GtkEntry
|
||||
*/
|
||||
|
||||
/* This is a private uninstalled header shared between GtkTextView and GtkEntry */
|
||||
typedef void (* GtkTextUtilCharChosenFunc) (const char *text,
|
||||
gpointer data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user