/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to src/Box.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-09-12 18:06:26 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20150912180626-huxsyyo66kvuuhg8
* Derp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
 *
223
223
 * @return the wide char stored in the box.
224
224
 */
 
225
DEPRECATED
225
226
wchar_t
226
 
s_box_get_wchar (SBox * self, SError * err) __attribute__((deprecated));
 
227
s_box_get_wchar (SBox * self, SError * err);
227
228
 
228
229
/**
229
230
 * @param self the box to get the char from.
248
249
schar *
249
250
s_box_get_string (SBox * self, SError * err);
250
251
 
 
252
DEPRECATED
251
253
wchar_t *
252
 
s_box_get_wstring (SBox * self, SError * err) __attribute__((deprecated));
 
254
s_box_get_wstring (SBox * self, SError * err);
253
255
 
254
256
suchar *
255
257
s_box_get_ustring (SBox * self, SError * err);