6 lines
88 B
C++
6 lines
88 B
C++
|
#include "test.h"
|
||
|
|
||
|
void print(GtkWidget *widget,gpointer data){
|
||
|
g_print("hello");
|
||
|
}
|