~ubuntu-branches/ubuntu/quantal/vala-0.16/quantal

« back to all changes in this revision

Viewing changes to compiler/valacompiler.c

  • Committer: Package Import Robot
  • Author(s): Rico Tzschichholz
  • Date: 2012-02-28 20:20:50 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120228202050-nowzcc7uhxomtrs2
Tags: 0.15.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
204
204
ValaCompiler* vala_compiler_construct (GType object_type);
205
205
static void _vala_array_add1 (gchar*** array, int* length, int* size, gchar* value);
206
206
static Block1Data* block1_data_ref (Block1Data* _data1_);
207
 
static void block1_data_unref (Block1Data* _data1_);
 
207
static void block1_data_unref (void * _userdata_);
208
208
static void ___lambda2_ (Block1Data* _data1_, GPid pid, gint status);
209
209
static void ____lambda2__gchild_watch_func (GPid pid, gint status, gpointer self);
210
210
static gint vala_compiler_main (gchar** args, int args_length1);
2029
2029
}
2030
2030
 
2031
2031
 
2032
 
static void block1_data_unref (Block1Data* _data1_) {
 
2032
static void block1_data_unref (void * _userdata_) {
 
2033
        Block1Data* _data1_;
 
2034
        _data1_ = (Block1Data*) _userdata_;
2033
2035
        if (g_atomic_int_dec_and_test (&_data1_->_ref_count_)) {
2034
2036
                _g_main_loop_unref0 (_data1_->loop);
2035
2037
                g_slice_free (Block1Data, _data1_);