mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
Remove C++ comment
This commit is contained in:
parent
e70a6c4be9
commit
8ff5b7f920
@ -1,3 +1,7 @@
|
||||
2006-01-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gclosure.c: Remove C++ comment.
|
||||
|
||||
2006-01-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.9.5 ===
|
||||
|
@ -68,7 +68,7 @@ G_STMT_START {
|
||||
#define DEC(_closure, _field) CHANGE_FIELD (_closure, _field, -=, 1, TRUE, (void), (void) )
|
||||
#define DEC_ASSIGN(_closure, _field, _newv) CHANGE_FIELD (_closure, _field, -=, 1, TRUE, (void), *(_newv) = )
|
||||
|
||||
#if 0 // for non-thread-safe closures
|
||||
#if 0 /* for non-thread-safe closures */
|
||||
#define SWAP(cl,f,v,o) (void) (*(o) = cl->f, cl->f = v)
|
||||
#define SET(cl,f,v) (void) (cl->f = v)
|
||||
#define INC(cl,f) (void) (cl->f += 1)
|
||||
|
@ -228,7 +228,7 @@ notify (GObject *object, GParamSpec *spec, gpointer user_data)
|
||||
gint value;
|
||||
|
||||
g_object_get (object, "test-prop", &value, NULL);
|
||||
//g_print ("+ %d", value);
|
||||
/*g_print ("+ %d", value);*/
|
||||
}
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user