Use static linkage for various local names
This commit is contained in:
@@ -58,8 +58,8 @@ static unsigned int GetEntryTextLength(GtkEntry* entry)
|
||||
// ============================================================================
|
||||
|
||||
// "insert_text" handler for GtkEntry
|
||||
extern "C"
|
||||
void
|
||||
extern "C" {
|
||||
static void
|
||||
wx_gtk_insert_text_callback(GtkEditable *editable,
|
||||
const gchar * new_text,
|
||||
gint new_text_length,
|
||||
@@ -146,6 +146,7 @@ wx_gtk_insert_text_callback(GtkEditable *editable,
|
||||
g_signal_stop_emission_by_name (editable, "insert_text");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// clipboard events: "copy-clipboard", "cut-clipboard", "paste-clipboard"
|
||||
|
Reference in New Issue
Block a user