~asac/network-manager/main.eni

« back to all changes in this revision

Viewing changes to system-settings/plugins/ifcfg-suse/plugin.c

  • Committer: Alexander Sack
  • Date: 2008-09-21 11:14:48 UTC
  • mfrom: (2752.1.791)
  • Revision ID: asac@jwsdot.com-20080921111448-bg6f03p9ju57m3sq
* merge Sat 2008-09-20 21:06:33 +0000 rev 3543 from upstream; this includes
  this merge contains the initial ifupdown upstream landing

Show diffs side-by-side

added added

removed removed

Lines of Context:
379
379
        case NM_SYSTEM_CONFIG_INTERFACE_PROP_INFO:
380
380
                g_value_set_string (value, IFCFG_PLUGIN_INFO);
381
381
                break;
 
382
        case NM_SYSTEM_CONFIG_INTERFACE_PROP_CAPABILITIES:
 
383
                g_value_set_uint (value, NM_SYSTEM_CONFIG_INTERFACE_CAP_NONE);
 
384
                break;
 
385
        case NM_SYSTEM_CONFIG_INTERFACE_PROP_HOSTNAME:
 
386
                g_value_set_string (value, "");
 
387
                break;
382
388
        default:
383
389
                G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
384
390
                break;
402
408
        g_object_class_override_property (object_class,
403
409
                                                            NM_SYSTEM_CONFIG_INTERFACE_PROP_INFO,
404
410
                                                            NM_SYSTEM_CONFIG_INTERFACE_INFO);
 
411
 
 
412
        g_object_class_override_property (object_class,
 
413
                                                            NM_SYSTEM_CONFIG_INTERFACE_PROP_CAPABILITIES,
 
414
                                                            NM_SYSTEM_CONFIG_INTERFACE_CAPABILITIES);
 
415
 
 
416
        g_object_class_override_property (object_class,
 
417
                                                            NM_SYSTEM_CONFIG_INTERFACE_PROP_HOSTNAME,
 
418
                                                            NM_SYSTEM_CONFIG_INTERFACE_HOSTNAME);
405
419
}
406
420
 
407
421
static void