Displaying 3 results from an estimated 3 matches for "_values".
Did you mean:
values
2009 Feb 25
0
Lockdown: Understanding "nil_lockdown_values"...?
Hi All,
I''m having a bit of trouble wrapping my head around
"nil_lockdown_values" in the Lockdown plugin. I''m unfamiliar with how
exactly this works. I''m assuming it is a helper method of sorts, but
I see no definition. Does Rails simply have the ability to nil_
[somerandomliborclass]_values? Would someone mind unconfusing me?
Also, where would I find...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800
release 0.5.4 ("Turkish Cycling Federation")
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/
R5PF4bZQqmSdJ64t8EbD4cA=
=8qBy
-----END PGP SIGNATURE-----
Changes since the dawn of time:
Benjamin Otte (40):
2007 Oct 25
0
18 commits - libswfdec/swfdec_player_internal.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_format.c libswfdec/swfdec_text_format.h libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/trace
...ext, size))
@@ -1040,14 +1041,23 @@ swfdec_xml_node_new (SwfdecAsContext *context, SwfdecXmlNodeType type,
return NULL;
swfdec_as_object_set_constructor (SWFDEC_AS_OBJECT (node), SWFDEC_AS_VALUE_GET_OBJECT (&val));
- swfdec_xml_node_init_properties (context);
-
swfdec_xml_node_init_values (node, type,
swfdec_as_context_get_string (SWFDEC_AS_OBJECT (node)->context, value));
return node;
}
+SwfdecXmlNode *
+swfdec_xml_node_new (SwfdecAsContext *context, SwfdecXmlNodeType type,
+ const char* value)
+{
+ g_return_val_if_fail (SWFDEC_IS_AS_CONTEXT (context), NULL);...