~ubuntu-branches/ubuntu/wily/moonshot-ui/wily

« back to all changes in this revision

Viewing changes to src/moonshot-id.c

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2015-07-15 11:30:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150715113032-d3fy8gherq85i9a8
Tags: 0.7.2-1
* New upstream Version, Closes: #787880
* Force vala run and support libgee-dev and libgee-0.8-dev so we can
  build wheezy and jessie versions from the same sources.
* High urgency to avoid moonshot-ui being removed from jessie.  The
  actual code change is very simple and will either cause a build
  failure or just work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* moonshot-id.c generated by valac 0.26.1, the Vala compiler
 
1
/* moonshot-id.c generated by valac 0.28.0, the Vala compiler
2
2
 * generated from moonshot-id.vala, do not modify */
3
3
 
4
4
/*
196
196
void id_card_set_username (IdCard* self, const gchar* value);
197
197
void id_card_set_issuer (IdCard* self, const gchar* value);
198
198
void id_card_set_rules (IdCard* self, Rule* value, int value_length1);
199
 
static Rule* _vala_array_dup5 (Rule* self, int length);
 
199
static Rule* _vala_array_dup8 (Rule* self, int length);
200
200
void id_card_set_services (IdCard* self, gchar** value, int value_length1);
201
 
static gchar** _vala_array_dup6 (gchar** self, int length);
 
201
static gchar** _vala_array_dup9 (gchar** self, int length);
202
202
gboolean id_card_get_temporary (IdCard* self);
203
203
void id_card_set_temporary (IdCard* self, gboolean value);
204
204
void id_card_set_trust_anchor (IdCard* self, TrustAnchor* value);
1202
1202
}
1203
1203
 
1204
1204
 
1205
 
static Rule* _vala_array_dup5 (Rule* self, int length) {
 
1205
static Rule* _vala_array_dup8 (Rule* self, int length) {
1206
1206
        Rule* result;
1207
1207
        int i;
1208
1208
#line 95 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1235
1235
#line 95 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1236
1236
        _tmp0__length1 = value_length1;
1237
1237
#line 95 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1238
 
        _tmp1_ = (_tmp0_ != NULL) ? _vala_array_dup5 (_tmp0_, _tmp0__length1) : ((gpointer) _tmp0_);
 
1238
        _tmp1_ = (_tmp0_ != NULL) ? _vala_array_dup8 (_tmp0_, _tmp0__length1) : ((gpointer) _tmp0_);
1239
1239
#line 95 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1240
1240
        _tmp1__length1 = _tmp0__length1;
1241
1241
#line 95 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1280
1280
}
1281
1281
 
1282
1282
 
1283
 
static gchar** _vala_array_dup6 (gchar** self, int length) {
 
1283
static gchar** _vala_array_dup9 (gchar** self, int length) {
1284
1284
        gchar** result;
1285
1285
        int i;
1286
1286
#line 96 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1313
1313
#line 96 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1314
1314
        _tmp0__length1 = value_length1;
1315
1315
#line 96 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1316
 
        _tmp1_ = (_tmp0_ != NULL) ? _vala_array_dup6 (_tmp0_, _tmp0__length1) : ((gpointer) _tmp0_);
 
1316
        _tmp1_ = (_tmp0_ != NULL) ? _vala_array_dup9 (_tmp0_, _tmp0__length1) : ((gpointer) _tmp0_);
1317
1317
#line 96 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"
1318
1318
        _tmp1__length1 = _tmp0__length1;
1319
1319
#line 96 "/home/hartmans/moonshot/moonshot/ui/src/moonshot-id.vala"