network: Move helper functions into panel-common.c
This commit is contained in:
parent
1a0b9b628a
commit
0197654177
10 changed files with 171 additions and 205 deletions
|
@ -89,14 +89,6 @@ net_object_get_widget (NetObject *self,
|
|||
return klass->get_widget (self, heading_size_group);
|
||||
}
|
||||
|
||||
void
|
||||
net_object_refresh (NetObject *self)
|
||||
{
|
||||
NetObjectClass *klass = NET_OBJECT_GET_CLASS (self);
|
||||
if (klass->refresh != NULL)
|
||||
klass->refresh (self);
|
||||
}
|
||||
|
||||
/**
|
||||
* net_object_get_property:
|
||||
**/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue