Remove private clipboard api from public headers
This commit is contained in:
parent
0d0980f30e
commit
cb738bc201
@ -31,7 +31,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "gtkapplicationprivate.h"
|
#include "gtkapplicationprivate.h"
|
||||||
#include "gtkclipboard.h"
|
#include "gtkclipboardprivate.h"
|
||||||
#include "gtkmarshalers.h"
|
#include "gtkmarshalers.h"
|
||||||
#include "gtkmain.h"
|
#include "gtkmain.h"
|
||||||
#include "gtkrecentmanager.h"
|
#include "gtkrecentmanager.h"
|
||||||
|
@ -290,10 +290,6 @@ void gtk_clipboard_set_can_store (GtkClipboard *clipboard,
|
|||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
void gtk_clipboard_store (GtkClipboard *clipboard);
|
void gtk_clipboard_store (GtkClipboard *clipboard);
|
||||||
|
|
||||||
/* private */
|
|
||||||
void _gtk_clipboard_handle_event (GdkEventOwnerChange *event);
|
|
||||||
|
|
||||||
void _gtk_clipboard_store_all (void);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
@ -83,6 +83,10 @@ struct _GtkClipboardClass
|
|||||||
void (* owner_change) (GtkClipboard *clipboard,
|
void (* owner_change) (GtkClipboard *clipboard,
|
||||||
GdkEventOwnerChange *event);
|
GdkEventOwnerChange *event);
|
||||||
};
|
};
|
||||||
|
void _gtk_clipboard_handle_event (GdkEventOwnerChange *event);
|
||||||
|
|
||||||
|
void _gtk_clipboard_store_all (void);
|
||||||
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
@ -113,7 +113,7 @@
|
|||||||
|
|
||||||
#include "gtkaccelmapprivate.h"
|
#include "gtkaccelmapprivate.h"
|
||||||
#include "gtkbox.h"
|
#include "gtkbox.h"
|
||||||
#include "gtkclipboard.h"
|
#include "gtkclipboardprivate.h"
|
||||||
#include "gtkdebug.h"
|
#include "gtkdebug.h"
|
||||||
#include "gtkdndprivate.h"
|
#include "gtkdndprivate.h"
|
||||||
#include "gtkmain.h"
|
#include "gtkmain.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user