summaryrefslogtreecommitdiff
path: root/gtk/gtkselectionprivate.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 15:18:21 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 15:18:21 -0500
commit29f2578cca2d929280c112ddd90a754930ec9729 (patch)
tree43d701e6842923912c692a113440bd0b5d7d76b8 /gtk/gtkselectionprivate.h
parent83e8e38bd266ed4aa1424b7ac1a32380cb0da94f (diff)
downloadgtk+-29f2578cca2d929280c112ddd90a754930ec9729.tar.gz
docs: add docs for GtkTargetPair
Diffstat (limited to 'gtk/gtkselectionprivate.h')
-rw-r--r--gtk/gtkselectionprivate.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/gtk/gtkselectionprivate.h b/gtk/gtkselectionprivate.h
index 0b965f508e..8d557e8270 100644
--- a/gtk/gtkselectionprivate.h
+++ b/gtk/gtkselectionprivate.h
@@ -37,6 +37,7 @@ G_BEGIN_DECLS
struct _GtkSelectionData
{
+ /*< private >*/
GdkAtom selection;
GdkAtom target;
GdkAtom type;
@@ -48,19 +49,11 @@ struct _GtkSelectionData
struct _GtkTargetList
{
+ /*< private >*/
GList *list;
guint ref_count;
};
-typedef struct _GtkTargetPair GtkTargetPair;
-struct _GtkTargetPair
-{
- GdkAtom target;
- guint flags;
- guint info;
-};
-
-
gboolean _gtk_selection_clear (GtkWidget *widget,
GdkEventSelection *event);
gboolean _gtk_selection_request (GtkWidget *widget,