mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-23 20:15:32 +00:00
new-call-box: Uncrustify
This commit is contained in:
parent
205f691570
commit
673164803f
1 changed files with 9 additions and 9 deletions
|
@ -44,18 +44,18 @@ enum {
|
||||||
static GParamSpec *props[PROP_LAST_PROP];
|
static GParamSpec *props[PROP_LAST_PROP];
|
||||||
|
|
||||||
struct _CallsNewCallBox {
|
struct _CallsNewCallBox {
|
||||||
GtkBox parent_instance;
|
GtkBox parent_instance;
|
||||||
|
|
||||||
GtkListBox *origin_list_box;
|
GtkListBox *origin_list_box;
|
||||||
HdyComboRow *origin_list;
|
HdyComboRow *origin_list;
|
||||||
CuiDialpad *dialpad;
|
CuiDialpad *dialpad;
|
||||||
GtkEntry *address_entry;
|
GtkEntry *address_entry;
|
||||||
HdyActionRow *result;
|
HdyActionRow *result;
|
||||||
GtkButton *dial_result;
|
GtkButton *dial_result;
|
||||||
|
|
||||||
GList *dial_queue;
|
GList *dial_queue;
|
||||||
|
|
||||||
gboolean numeric_input_only;
|
gboolean numeric_input_only;
|
||||||
};
|
};
|
||||||
|
|
||||||
G_DEFINE_TYPE (CallsNewCallBox, calls_new_call_box, GTK_TYPE_BOX);
|
G_DEFINE_TYPE (CallsNewCallBox, calls_new_call_box, GTK_TYPE_BOX);
|
||||||
|
|
Loading…
Reference in a new issue