mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Rename GtkActionMuxer's private header
Follow the naming policy for private headers.
This commit is contained in:
parent
1ed17df7a0
commit
fcaa9aa22d
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gtkactionmuxer.h"
|
#include "gtkactionmuxerprivate.h"
|
||||||
|
|
||||||
#include "gtkactionobservable.h"
|
#include "gtkactionobservable.h"
|
||||||
#include "gtkactionobserver.h"
|
#include "gtkactionobserver.h"
|
||||||
|
@ -20,9 +20,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gtkapplicationaccelsprivate.h"
|
#include "gtkapplicationaccelsprivate.h"
|
||||||
|
#include "gtkactionmuxerprivate.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "gtkactionmuxer.h"
|
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "gtkapplicationwindow.h"
|
#include "gtkapplicationwindow.h"
|
||||||
#include "gtkwindowprivate.h"
|
#include "gtkwindowprivate.h"
|
||||||
|
|
||||||
#include "gtkactionmuxer.h"
|
#include "gtkactionmuxerprivate.h"
|
||||||
#include "gtkapplicationaccelsprivate.h"
|
#include "gtkapplicationaccelsprivate.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
@ -20,12 +20,10 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include "gtkmenutrackeritem.h"
|
#include "gtkmenutrackeritem.h"
|
||||||
#include "gtkactionmuxer.h"
|
#include "gtkactionmuxerprivate.h"
|
||||||
#include "gtkdebug.h"
|
#include "gtkdebug.h"
|
||||||
#include "gtkintl.h"
|
#include "gtkintl.h"
|
||||||
|
|
||||||
#include "gtkactionmuxer.h"
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
/*< private >
|
/*< private >
|
||||||
|
@ -121,7 +121,7 @@
|
|||||||
#include "gtkseparator.h"
|
#include "gtkseparator.h"
|
||||||
#include "gtkmodelbutton.h"
|
#include "gtkmodelbutton.h"
|
||||||
#include "gtkwidgetprivate.h"
|
#include "gtkwidgetprivate.h"
|
||||||
#include "gtkactionmuxer.h"
|
#include "gtkactionmuxerprivate.h"
|
||||||
#include "gtkmenutracker.h"
|
#include "gtkmenutracker.h"
|
||||||
#include "gtkstack.h"
|
#include "gtkstack.h"
|
||||||
#include "gtksizegroup.h"
|
#include "gtksizegroup.h"
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
#include "gtkwidget.h"
|
#include "gtkwidget.h"
|
||||||
#include "gtkcontainer.h"
|
#include "gtkcontainer.h"
|
||||||
#include "gtkeventcontroller.h"
|
#include "gtkeventcontroller.h"
|
||||||
#include "gtkactionmuxer.h"
|
#include "gtkactionmuxerprivate.h"
|
||||||
#include "gtksizerequestcacheprivate.h"
|
#include "gtksizerequestcacheprivate.h"
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
Loading…
Reference in New Issue
Block a user