summaryrefslogtreecommitdiff
path: root/gtk/gtktoolpaletteprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-04-05 02:04:12 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-04-05 02:06:29 -0400
commitfee33b1a8148c1315b9db6a18719b355b78ddde1 (patch)
tree13953c96bb1c84a6b9763406098ff46d18210669 /gtk/gtktoolpaletteprivate.h
parent08e1c85addf58e775adec8273cbfd66a00bfc284 (diff)
downloadgtk+-fee33b1a8148c1315b9db6a18719b355b78ddde1.tar.gz
Clean up private headers
This commit adds a few missing private headers, and cleans up some irregularities in the existing ones
Diffstat (limited to 'gtk/gtktoolpaletteprivate.h')
-rw-r--r--gtk/gtktoolpaletteprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/gtktoolpaletteprivate.h b/gtk/gtktoolpaletteprivate.h
index 87e544b716..a2e94e201b 100644
--- a/gtk/gtktoolpaletteprivate.h
+++ b/gtk/gtktoolpaletteprivate.h
@@ -23,6 +23,8 @@
#include <gtk/gtk.h>
+G_BEGIN_DECLS
+
void _gtk_tool_palette_get_item_size (GtkToolPalette *palette,
GtkRequisition *item_size,
gboolean homogeneous_only,
@@ -49,4 +51,6 @@ gint _gtk_tool_item_group_get_size_for_limit (GtkToolItemGroup *group,
GtkSizeGroup *_gtk_tool_palette_get_size_group (GtkToolPalette *palette);
+G_END_DECLS
+
#endif /* __GTK_TOOL_PALETTE_PRIVATE_H__ */