best-match: codestyle
This commit is contained in:
@@ -70,6 +70,7 @@ search_view_prepare_cb (FolksSearchView *view,
|
|||||||
g_warning ("Failed to prepare Folks search view: %s", error->message);
|
g_warning ("Failed to prepare Folks search view: %s", error->message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
notify_name (CallsBestMatch *self)
|
notify_name (CallsBestMatch *self)
|
||||||
{
|
{
|
||||||
@@ -77,6 +78,7 @@ notify_name (CallsBestMatch *self)
|
|||||||
props[PROP_NAME]);
|
props[PROP_NAME]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
notify_avatar (CallsBestMatch *self)
|
notify_avatar (CallsBestMatch *self)
|
||||||
{
|
{
|
||||||
@@ -84,6 +86,7 @@ notify_avatar (CallsBestMatch *self)
|
|||||||
props[PROP_AVATAR]);
|
props[PROP_AVATAR]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
update_best_match (CallsBestMatch *self)
|
update_best_match (CallsBestMatch *self)
|
||||||
{
|
{
|
||||||
@@ -158,6 +161,7 @@ set_property (GObject *object,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
get_property (GObject *object,
|
get_property (GObject *object,
|
||||||
guint property_id,
|
guint property_id,
|
||||||
@@ -291,6 +295,7 @@ calls_best_match_has_individual (CallsBestMatch *self)
|
|||||||
return !!self->best_match;
|
return !!self->best_match;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
calls_best_match_get_phone_number (CallsBestMatch *self)
|
calls_best_match_get_phone_number (CallsBestMatch *self)
|
||||||
{
|
{
|
||||||
@@ -299,6 +304,7 @@ calls_best_match_get_phone_number (CallsBestMatch *self)
|
|||||||
return self->phone_number;
|
return self->phone_number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
calls_best_match_set_phone_number (CallsBestMatch *self,
|
calls_best_match_set_phone_number (CallsBestMatch *self,
|
||||||
const char *phone_number)
|
const char *phone_number)
|
||||||
|
|||||||
Reference in New Issue
Block a user