2005-08-08 Dan Williams <dcbw@redhat.com>
Patch from Steev <steev@steev.net>: * src/backends/NetworkManagerGentoo.c - Stub new dialup backend functions git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@828 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2005-08-08 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
|
Patch from Steev <steev@steev.net>:
|
||||||
|
* src/backends/NetworkManagerGentoo.c
|
||||||
|
- Stub new dialup backend functions
|
||||||
|
|
||||||
2005-08-08 Dan Williams <dcbw@redhat.com>
|
2005-08-08 Dan Williams <dcbw@redhat.com>
|
||||||
|
|
||||||
Patch from Colin Slater:
|
Patch from Colin Slater:
|
||||||
|
@@ -514,3 +514,24 @@ gboolean nm_system_device_get_use_dhcp (NMDevice *dev)
|
|||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void nm_system_deactivate_all_dialup (GSList *list)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
gboolean nm_system_activate_dialup (GSList *list, const char *dialup)
|
||||||
|
{
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* nm_system_get_dialup_config
|
||||||
|
*
|
||||||
|
* Enumerate dial up options on this system, allocate NMDialUpConfig's,
|
||||||
|
* fill them out, and return.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
GSList * nm_system_get_dialup_config (void)
|
||||||
|
{
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user