mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +00:00
account-row: Fix header alignments
Uncrustify must have gotten confused.
This commit is contained in:
parent
e0f0c84a7d
commit
4f4c7e877e
1 changed files with 7 additions and 7 deletions
|
@ -34,13 +34,13 @@ G_BEGIN_DECLS
|
|||
|
||||
#define CALLS_TYPE_ACCOUNT_ROW (calls_account_row_get_type ())
|
||||
|
||||
G_DECLARE_FINAL_TYPE (CallsAccountRow, calls_account_row, CALLS, ACCOUNT_ROW, HdyActionRow)
|
||||
G_DECLARE_FINAL_TYPE (CallsAccountRow, calls_account_row, CALLS, ACCOUNT_ROW, HdyActionRow);
|
||||
|
||||
CallsAccountRow *calls_account_row_new (CallsAccountProvider *provider,
|
||||
CallsAccount *account);
|
||||
gboolean calls_account_row_get_online (CallsAccountRow *self);
|
||||
void calls_account_row_set_online (CallsAccountRow *self,
|
||||
gboolean online);
|
||||
CallsAccount *calls_account_row_get_account (CallsAccountRow *self);
|
||||
CallsAccountRow *calls_account_row_new (CallsAccountProvider *provider,
|
||||
CallsAccount *account);
|
||||
gboolean calls_account_row_get_online (CallsAccountRow *self);
|
||||
void calls_account_row_set_online (CallsAccountRow *self,
|
||||
gboolean online);
|
||||
CallsAccount *calls_account_row_get_account (CallsAccountRow *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Reference in a new issue