This website requires JavaScript.
Explore
Help
Sign In
luc14n0
/
glib
Watch
1
Star
0
Fork
0
You've already forked glib
mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced
2024-11-14 13:26:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0a2d47b626
glib
/
gobject
/
tests
/
.gitignore
6 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
gobject: Add GBinding GBinding is a simple, opaque object that represents a binding between a property on a GObject instance (source) and property on another GObject instance (target). https://bugzilla.gnome.org/show_bug.cgi?id=348080
2010-06-04 17:17:15 +02:00
binding
update .gitignores
2009-12-18 12:27:36 +01:00
dynamictests
gobject: Add install_properties() Since we added g_object_notify_by_pspec(), an efficient way to install and notify properties relies on storing the GParamSpec pointers inside a static arrays, like we do for signal identifiers. Instead of multiple calls to g_object_class_install_property(), we should have a single function to take the static array of GParamSpecs and iterate it. https://bugzilla.gnome.org/show_bug.cgi?id=626919 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
2010-08-18 16:32:27 +02:00
properties
New function: g_clear_object() By analogy to g_clear_error, takes a pass-by-reference GObject reference and, if non-%NULL, unrefs it and sets it equal to %NULL. Bug #620263.
2010-11-08 22:42:32 +01:00
reference
Bug 549771 – improved .gitignore for glib 2007-09-02 Ryan Lortie <desrt@desrt.ca> Bug 549771 – improved .gitignore for glib * docs/reference/.gitignore: * docs/reference/gio/.gitignore: * docs/reference/gobject/tmpl/.gitignore: * gio/.gitignore: * gio/tests/.gitignore: * glib/.gitignore: * glib/libcharset/.gitignore: * glib/tests/.gitignore: * gmodule/.gitignore: * gobject/.gitignore: * gobject/tests/.gitignore: * po/.gitignore: * tests/.gitignore: new files * .gitignore: remove 'build' (since it's part of glib now), add more useful things. svn path=/trunk/; revision=7432
2008-09-02 20:40:39 +02:00
threadtests
Reference in New Issue
Copy Permalink