mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Rename GtkAccessibleText private header
Follow the existing naming convention, and drop the hyphen.
This commit is contained in:
parent
f432ee775f
commit
9aa90f8df0
@ -23,7 +23,7 @@
|
|||||||
#include "gtkatspicontextprivate.h"
|
#include "gtkatspicontextprivate.h"
|
||||||
|
|
||||||
#include "gtkaccessibleprivate.h"
|
#include "gtkaccessibleprivate.h"
|
||||||
#include "gtkaccessibletext-private.h"
|
#include "gtkaccessibletextprivate.h"
|
||||||
|
|
||||||
#include "gtkatspiactionprivate.h"
|
#include "gtkatspiactionprivate.h"
|
||||||
#include "gtkatspieditabletextprivate.h"
|
#include "gtkatspieditabletextprivate.h"
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
#include "a11y/atspi/atspi-text.h"
|
#include "a11y/atspi/atspi-text.h"
|
||||||
|
|
||||||
|
#include "gtkaccessibletextprivate.h"
|
||||||
#include "gtkatcontextprivate.h"
|
#include "gtkatcontextprivate.h"
|
||||||
#include "gtkdebug.h"
|
#include "gtkdebug.h"
|
||||||
#include "gtkeditable.h"
|
#include "gtkeditable.h"
|
||||||
@ -41,7 +42,6 @@
|
|||||||
#include "gtkspinbuttonprivate.h"
|
#include "gtkspinbuttonprivate.h"
|
||||||
#include "gtktextbufferprivate.h"
|
#include "gtktextbufferprivate.h"
|
||||||
#include "gtktextviewprivate.h"
|
#include "gtktextviewprivate.h"
|
||||||
#include "gtkaccessibletext-private.h"
|
|
||||||
|
|
||||||
#include <gio/gio.h>
|
#include <gio/gio.h>
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gtkaccessibletext-private.h"
|
#include "gtkaccessibletextprivate.h"
|
||||||
|
|
||||||
#include "gtkatcontextprivate.h"
|
#include "gtkatcontextprivate.h"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* gtkaccessibletext-private.h: Private definitions for GtkAccessibleText
|
/* gtkaccessibletextprivate.h: Private definitions for GtkAccessibleText
|
||||||
*
|
*
|
||||||
* SPDX-FileCopyrightText: 2023 Emmanuele Bassi
|
* SPDX-FileCopyrightText: 2023 Emmanuele Bassi
|
||||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
#include "gtkinscriptionprivate.h"
|
#include "gtkinscriptionprivate.h"
|
||||||
|
|
||||||
#include "gtkaccessibletext-private.h"
|
#include "gtkaccessibletextprivate.h"
|
||||||
#include "gtkcssnodeprivate.h"
|
#include "gtkcssnodeprivate.h"
|
||||||
#include "gtkcssstylechangeprivate.h"
|
#include "gtkcssstylechangeprivate.h"
|
||||||
#include "gtkpangoprivate.h"
|
#include "gtkpangoprivate.h"
|
||||||
|
@ -26,37 +26,36 @@
|
|||||||
|
|
||||||
#include "gtklabelprivate.h"
|
#include "gtklabelprivate.h"
|
||||||
|
|
||||||
|
#include "gtkaccessibletextprivate.h"
|
||||||
#include "gtkbuildable.h"
|
#include "gtkbuildable.h"
|
||||||
|
#include "gtkcsscolorvalueprivate.h"
|
||||||
|
#include "gtkdragsourceprivate.h"
|
||||||
|
#include "gtkdragicon.h"
|
||||||
#include "gtkeventcontrollermotion.h"
|
#include "gtkeventcontrollermotion.h"
|
||||||
#include "gtkeventcontrollerfocus.h"
|
#include "gtkeventcontrollerfocus.h"
|
||||||
#include "gtkfilelauncher.h"
|
#include "gtkfilelauncher.h"
|
||||||
#include "gtkgesturedrag.h"
|
#include "gtkgesturedrag.h"
|
||||||
#include "gtkgestureclick.h"
|
#include "gtkgestureclick.h"
|
||||||
#include "gtkgesturesingle.h"
|
#include "gtkgesturesingle.h"
|
||||||
|
#include "gtkjoinedmenuprivate.h"
|
||||||
#include "gtkmarshalers.h"
|
#include "gtkmarshalers.h"
|
||||||
|
#include "gtknative.h"
|
||||||
#include "gtknotebook.h"
|
#include "gtknotebook.h"
|
||||||
#include "gtkpangoprivate.h"
|
#include "gtkpangoprivate.h"
|
||||||
|
#include "gtkpopovermenu.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
#include "gtkrenderbackgroundprivate.h"
|
||||||
|
#include "gtkrenderborderprivate.h"
|
||||||
|
#include "gtkrenderlayoutprivate.h"
|
||||||
#include "gtkshortcut.h"
|
#include "gtkshortcut.h"
|
||||||
#include "gtkshortcutcontroller.h"
|
#include "gtkshortcutcontroller.h"
|
||||||
#include "gtkshortcuttrigger.h"
|
#include "gtkshortcuttrigger.h"
|
||||||
#include "gtksnapshot.h"
|
#include "gtksnapshot.h"
|
||||||
#include "gtkrenderbackgroundprivate.h"
|
|
||||||
#include "gtkrenderborderprivate.h"
|
|
||||||
#include "gtkrenderlayoutprivate.h"
|
|
||||||
#include "gtktextutilprivate.h"
|
#include "gtktextutilprivate.h"
|
||||||
#include "gtktooltip.h"
|
#include "gtktooltip.h"
|
||||||
#include "gtktypebuiltins.h"
|
#include "gtktypebuiltins.h"
|
||||||
#include "gtkurilauncher.h"
|
#include "gtkurilauncher.h"
|
||||||
#include "gtkwidgetprivate.h"
|
#include "gtkwidgetprivate.h"
|
||||||
#include "gtkpopovermenu.h"
|
|
||||||
#include "gtknative.h"
|
|
||||||
#include "gtkdragsourceprivate.h"
|
|
||||||
#include "gtkdragicon.h"
|
|
||||||
#include "gtkcsscolorvalueprivate.h"
|
|
||||||
#include "gtkjoinedmenuprivate.h"
|
|
||||||
#include "gtkaccessibletext-private.h"
|
|
||||||
#include "gtkpangoprivate.h"
|
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -24,11 +24,11 @@
|
|||||||
|
|
||||||
#include "gtkatcontextprivate.h"
|
#include "gtkatcontextprivate.h"
|
||||||
#include "gtkaccessibleprivate.h"
|
#include "gtkaccessibleprivate.h"
|
||||||
|
#include "gtkaccessibletextprivate.h"
|
||||||
#include "gtkdebug.h"
|
#include "gtkdebug.h"
|
||||||
#include "gtkenums.h"
|
#include "gtkenums.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
#include "gtktypebuiltins.h"
|
#include "gtktypebuiltins.h"
|
||||||
#include "gtkaccessibletext-private.h"
|
|
||||||
|
|
||||||
struct _GtkTestATContext
|
struct _GtkTestATContext
|
||||||
{
|
{
|
||||||
|
@ -23,8 +23,9 @@
|
|||||||
|
|
||||||
#include "gtktextprivate.h"
|
#include "gtktextprivate.h"
|
||||||
|
|
||||||
#include "gtkaccessibletext-private.h"
|
#include "gtkaccessibletextprivate.h"
|
||||||
#include "gtkactionable.h"
|
#include "gtkactionable.h"
|
||||||
|
#include "gtkactionmuxerprivate.h"
|
||||||
#include "gtkadjustment.h"
|
#include "gtkadjustment.h"
|
||||||
#include "gtkbox.h"
|
#include "gtkbox.h"
|
||||||
#include "gtkbutton.h"
|
#include "gtkbutton.h"
|
||||||
@ -46,19 +47,20 @@
|
|||||||
#include "gtkimcontextprivate.h"
|
#include "gtkimcontextprivate.h"
|
||||||
#include "gtkimcontextsimple.h"
|
#include "gtkimcontextsimple.h"
|
||||||
#include "gtkimmulticontext.h"
|
#include "gtkimmulticontext.h"
|
||||||
#include <glib/gi18n-lib.h>
|
#include "gtkjoinedmenuprivate.h"
|
||||||
#include "gtklabel.h"
|
#include "gtklabel.h"
|
||||||
#include "gtkmagnifierprivate.h"
|
#include "gtkmagnifierprivate.h"
|
||||||
#include "gtkmain.h"
|
#include "gtkmain.h"
|
||||||
#include "gtkmarshalers.h"
|
#include "gtkmarshalers.h"
|
||||||
|
#include "gtknative.h"
|
||||||
#include "gtkpangoprivate.h"
|
#include "gtkpangoprivate.h"
|
||||||
#include "gtkpopovermenu.h"
|
#include "gtkpopovermenu.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
#include "gtksettings.h"
|
|
||||||
#include "gtksnapshot.h"
|
|
||||||
#include "gtkrenderbackgroundprivate.h"
|
#include "gtkrenderbackgroundprivate.h"
|
||||||
#include "gtkrenderborderprivate.h"
|
#include "gtkrenderborderprivate.h"
|
||||||
#include "gtkrenderlayoutprivate.h"
|
#include "gtkrenderlayoutprivate.h"
|
||||||
|
#include "gtksettings.h"
|
||||||
|
#include "gtksnapshot.h"
|
||||||
#include "gtktexthandleprivate.h"
|
#include "gtktexthandleprivate.h"
|
||||||
#include "gtktexthistoryprivate.h"
|
#include "gtktexthistoryprivate.h"
|
||||||
#include "gtktextutilprivate.h"
|
#include "gtktextutilprivate.h"
|
||||||
@ -66,15 +68,13 @@
|
|||||||
#include "gtktypebuiltins.h"
|
#include "gtktypebuiltins.h"
|
||||||
#include "gtkwidgetprivate.h"
|
#include "gtkwidgetprivate.h"
|
||||||
#include "gtkwindow.h"
|
#include "gtkwindow.h"
|
||||||
#include "gtknative.h"
|
|
||||||
#include "gtkactionmuxerprivate.h"
|
|
||||||
#include "gtkjoinedmenuprivate.h"
|
|
||||||
#include "deprecated/gtkrender.h"
|
#include "deprecated/gtkrender.h"
|
||||||
#include "gtkaccessibletext-private.h"
|
|
||||||
#include "a11y/gtkatspipangoprivate.h"
|
#include "a11y/gtkatspipangoprivate.h"
|
||||||
|
|
||||||
#include <cairo-gobject.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <cairo-gobject.h>
|
||||||
|
#include <glib/gi18n-lib.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkText:
|
* GtkText:
|
||||||
|
@ -29,41 +29,40 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
|
#include <glib/gi18n-lib.h>
|
||||||
|
|
||||||
|
#include "gtkaccessibletextprivate.h"
|
||||||
#include "gtkadjustmentprivate.h"
|
#include "gtkadjustmentprivate.h"
|
||||||
#include "gtkcsscolorvalueprivate.h"
|
#include "gtkcsscolorvalueprivate.h"
|
||||||
|
#include "gtkcssenumvalueprivate.h"
|
||||||
|
#include "gtkcsslineheightvalueprivate.h"
|
||||||
#include "gtkdebug.h"
|
#include "gtkdebug.h"
|
||||||
#include "gtkdragsourceprivate.h"
|
#include "gtkdragsourceprivate.h"
|
||||||
#include "gtkdropcontrollermotion.h"
|
#include "gtkdropcontrollermotion.h"
|
||||||
#include <glib/gi18n-lib.h>
|
#include "gtkemojichooser.h"
|
||||||
#include "gtkmain.h"
|
|
||||||
#include "gtkmarshalers.h"
|
|
||||||
#include "gtkrenderbackgroundprivate.h"
|
|
||||||
#include "gtksettings.h"
|
|
||||||
#include "gtktextiterprivate.h"
|
|
||||||
#include "gtkimcontextprivate.h"
|
#include "gtkimcontextprivate.h"
|
||||||
#include "gtkimmulticontext.h"
|
#include "gtkimmulticontext.h"
|
||||||
#include "gtkprivate.h"
|
|
||||||
#include "gtktextutilprivate.h"
|
|
||||||
#include "gtktextbufferprivate.h"
|
|
||||||
#include "gtkwidgetprivate.h"
|
|
||||||
#include "gtkwindow.h"
|
|
||||||
#include "gtkscrollable.h"
|
|
||||||
#include "gtktypebuiltins.h"
|
|
||||||
#include "gtktextviewchildprivate.h"
|
|
||||||
#include "gtktexthandleprivate.h"
|
|
||||||
#include "gtkpopover.h"
|
|
||||||
#include "gtkmagnifierprivate.h"
|
|
||||||
#include "gtkemojichooser.h"
|
|
||||||
#include "gtkpangoprivate.h"
|
|
||||||
#include "gtknative.h"
|
|
||||||
#include "gtkwidgetprivate.h"
|
|
||||||
#include "gtkjoinedmenuprivate.h"
|
#include "gtkjoinedmenuprivate.h"
|
||||||
#include "gtkcsslineheightvalueprivate.h"
|
#include "gtkmagnifierprivate.h"
|
||||||
#include "gtkcssenumvalueprivate.h"
|
#include "gtkmain.h"
|
||||||
#include "gtksnapshot.h"
|
#include "gtkmarshalers.h"
|
||||||
|
#include "gtknative.h"
|
||||||
|
#include "gtkpangoprivate.h"
|
||||||
#include "gtkrenderbackgroundprivate.h"
|
#include "gtkrenderbackgroundprivate.h"
|
||||||
#include "gtkrenderborderprivate.h"
|
#include "gtkrenderborderprivate.h"
|
||||||
#include "gtkaccessibletext-private.h"
|
#include "gtkscrollable.h"
|
||||||
|
#include "gtksettings.h"
|
||||||
|
#include "gtksnapshot.h"
|
||||||
|
#include "gtktextiterprivate.h"
|
||||||
|
#include "gtktexthandleprivate.h"
|
||||||
|
#include "gtktextviewchildprivate.h"
|
||||||
|
#include "gtkpopover.h"
|
||||||
|
#include "gtkprivate.h"
|
||||||
|
#include "gtktextbufferprivate.h"
|
||||||
|
#include "gtktextutilprivate.h"
|
||||||
|
#include "gtktypebuiltins.h"
|
||||||
|
#include "gtkwidgetprivate.h"
|
||||||
|
#include "gtkwindow.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GtkTextView:
|
* GtkTextView:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#include "gtk/gtkaccessibletext-private.h"
|
#include "gtk/gtkaccessibletextprivate.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
inscription_text_interface (void)
|
inscription_text_interface (void)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#include "gtk/gtkaccessibletext-private.h"
|
#include "gtk/gtkaccessibletextprivate.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
label_role (void)
|
label_role (void)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#include "gtk/gtkatcontextprivate.h"
|
#include "gtk/gtkatcontextprivate.h"
|
||||||
#include "gtk/gtkaccessibletext-private.h"
|
#include "gtk/gtkaccessibletextprivate.h"
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
||||||
#include "gtk/gtkatcontextprivate.h"
|
#include "gtk/gtkatcontextprivate.h"
|
||||||
#include "gtk/gtkaccessibletext-private.h"
|
#include "gtk/gtkaccessibletextprivate.h"
|
||||||
|
|
||||||
static void
|
static void
|
||||||
textview_role (void)
|
textview_role (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user