~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to libnm-util/nm-param-spec-specialized.c

* merge 0.7~~svn20080905t025540+eni0 snapshot to hardy branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
446
446
}
447
447
 
448
448
GType
449
 
nm_param_spec_specialized_get_type (void)
 
449
_nm_param_spec_specialized_get_type (void)
450
450
{
451
451
        static GType type;
452
452
 
468
468
}
469
469
 
470
470
GParamSpec *
471
 
nm_param_spec_specialized (const char *name,
 
471
_nm_param_spec_specialized (const char *name,
472
472
                                          const char *nick,
473
473
                                          const char *blurb,
474
474
                                          GType specialized_type,