一、什么是glib库 二、glib的类型定义 三,函数讲解 #include gint n=1; gint function(gpointer data); int main(int argc, char* argv[]) { GtkWidget *window; gpointer data;