inspector: Mark internal function as static

This commit is contained in:
Emmanuele Bassi 2016-10-15 21:19:39 +01:00
parent 44885bcfed
commit 24d59f6c34

View File

@ -1155,7 +1155,7 @@ unblock_selection_changed (GtkInspectorObjectTree *wt)
g_signal_handlers_unblock_by_func (selection, on_selection_changed, wt);
}
gboolean
static gboolean
select_object_internal (GtkInspectorObjectTree *wt,
GObject *object,
gboolean activate)