⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gobject.ci

📁 This GLib version 2.16.1. GLib is the low-level core library that forms the basis for projects such
💻 CI
字号:
/* * This is a hack to work around a limitation of gtkdoc-scan: it insists * on putting () behind every symbol listed in gobject.types. Thus we * can't put G_TYPE_OBJECT there, but have to sneak a g_object_get_type() * function in the generated source via an #include. */GType g_object_get_type (void){  return G_TYPE_OBJECT;}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -