diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2016-10-15 21:29:45 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2016-10-17 11:44:10 +0100 |
commit | 955736421667e2aaadc4e4949742a99391bcc302 (patch) | |
tree | cfdd082b11d5c12bef1d2ee2e8face3daa8d9347 /gtk/gtkcontainer.c | |
parent | fbf6aa1776efb57b5253d07169e8cbf39e03910c (diff) | |
download | gtk+-955736421667e2aaadc4e4949742a99391bcc302.tar.gz |
gtk: Mark internal functions as static
These functions are only used within their compilation unit.
Diffstat (limited to 'gtk/gtkcontainer.c')
-rw-r--r-- | gtk/gtkcontainer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c index 59c3e722e1..7e549c4496 100644 --- a/gtk/gtkcontainer.c +++ b/gtk/gtkcontainer.c @@ -2252,7 +2252,7 @@ get_focus_chain (GtkContainer *container) /* same as gtk_container_get_children, except it includes internals */ -GList * +static GList * gtk_container_get_all_children (GtkContainer *container) { GList *children = NULL; |