~ubuntu-branches/ubuntu/saucy/folks/saucy

« back to all changes in this revision

Viewing changes to folks/note-details.c

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2012-03-30 20:03:30 UTC
  • mfrom: (1.1.29) (4.1.16 sid)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120330200330-avl20v75pckn02v3
* d/p/0001-tpf-persona-use-tp_connection_get_account.patch
  + Added, fixes crash when accounts are disconnecting/connecting
* Target unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* note-details.c generated by valac 0.15.1, the Vala compiler
 
1
/* note-details.c generated by valac 0.16.0, the Vala compiler
2
2
 * generated from note-details.vala, do not modify */
3
3
 
4
4
/*
166
166
   * @param parameters initial parameters. See
167
167
   * {@link AbstractFieldDetails.parameters}. A `null` value is equivalent to a
168
168
   * empty map of parameters.
 
169
   * @param uid UID for the note object itself, if known. A `null` value means
 
170
   * the note has no unique ID.
169
171
   *
170
172
   * @return a new NoteFieldDetails
171
173
   *
180
182
        g_return_val_if_fail (value != NULL, NULL);
181
183
        _tmp0_ = value;
182
184
        if (g_strcmp0 (_tmp0_, "") == 0) {
183
 
                g_warning ("note-details.vala:75: Empty note passed to NoteFieldDetails.");
 
185
                g_warning ("note-details.vala:77: Empty note passed to NoteFieldDetails.");
184
186
        }
185
187
        _tmp1_ = value;
186
188
        _tmp2_ = uid;