~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to clutter/json/json-array.c

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
241
241
 *
242
242
 * Since: 0.8
243
243
 */
244
 
gint
 
244
gint64
245
245
json_array_get_int_element (JsonArray *array,
246
246
                            guint      index_)
247
247
{
483
483
 */
484
484
void
485
485
json_array_add_int_element (JsonArray *array,
486
 
                            gint       value)
 
486
                            gint64     value)
487
487
{
488
488
  JsonNode *node;
489
489