Rename GtkActionHelper private header

Follow the naming scheme for private headers.
This commit is contained in:
Emmanuele Bassi 2018-02-02 10:08:41 +01:00
parent 0ec744a3a5
commit 1ed17df7a0
7 changed files with 6 additions and 7 deletions

View File

@ -17,10 +17,9 @@
* Authors: Ryan Lortie <desrt@desrt.ca>
*/
#include "gtkactionhelper.h"
#include "gtkactionhelperprivate.h"
#include "gtkactionobservable.h"
#include "gtkwidget.h"
#include "gtkwidgetprivate.h"
#include "gtkdebug.h"
#include "gtkmodelbutton.h"

View File

@ -69,7 +69,7 @@
#include "gtkintl.h"
#include "a11y/gtkbuttonaccessible.h"
#include "gtkapplicationprivate.h"
#include "gtkactionhelper.h"
#include "gtkactionhelperprivate.h"
#include "gtkcontainerprivate.h"
/* Time out before giving up on getting a key release when animating

View File

@ -19,7 +19,7 @@
#ifndef __GTK_BUTTON_PRIVATE_H__
#define __GTK_BUTTON_PRIVATE_H__
#include "gtkactionhelper.h"
#include "gtkactionhelperprivate.h"
#include "gtkgesturesingle.h"
G_BEGIN_DECLS

View File

@ -17,7 +17,7 @@
#include "config.h"
#include "gtkactionhelper.h"
#include "gtkactionhelperprivate.h"
#include "gtkadjustmentprivate.h"
#include "gtkcssnodeprivate.h"
#include "gtklistbox.h"

View File

@ -19,7 +19,7 @@
#define __GTK_MENU_ITEM_PRIVATE_H__
#include <gtk/gtkmenuitem.h>
#include <gtk/gtkactionhelper.h>
#include <gtk/gtkactionhelperprivate.h>
#include <gtk/gtkcssnodeprivate.h>
#include <gtk/gtkeventcontrollermotion.h>

View File

@ -59,7 +59,7 @@
#include "gtkmarshalers.h"
#include "gtkactionable.h"
#include "a11y/gtkswitchaccessible.h"
#include "gtkactionhelper.h"
#include "gtkactionhelperprivate.h"
#include "gtkwidgetprivate.h"
#include "gtkprogresstrackerprivate.h"
#include "gtksettingsprivate.h"