コード例 #1
0
static void
chat_text_view_clear_view_cb (GtkMenuItem *menuitem, EmpathyChatTextView *view)
{
	empathy_chat_view_clear (EMPATHY_CHAT_VIEW (view));
}
コード例 #2
0
static void
text_view_copy_clipboard (GtkTextView *text_view)
{
	chat_text_view_copy_clipboard (EMPATHY_CHAT_VIEW (text_view));
}