Vendor gotk3 library to ensure consistent GTK3 bindings across environments and simplify dependency management. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
21 lines
479 B
Go
21 lines
479 B
Go
// Same copyright and license as the rest of the files in this project
|
|
|
|
// +build !glib_2_40,!glib_2_42,!glib_2_44,!glib_2_46,!glib_2_48,!glib_2_50,!glib_2_52,!glib_2_54,!glib_2_56,!glib_2_58,!glib_2_60,!glib_2_62
|
|
|
|
package glib
|
|
|
|
// // #include <gio/gio.h>
|
|
// // #include <glib.h>
|
|
// // #include <glib-object.h>
|
|
// // #include "glib.go.h"
|
|
// // #include "glib_since_2_44.go.h"
|
|
// import "C"
|
|
|
|
/*
|
|
* GListStore
|
|
*/
|
|
|
|
// TODO
|
|
// g_list_store_find
|
|
// g_list_store_find_with_equal_func
|