Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ZenWalker
Glade
Commits
d475acac
Commit
d475acac
authored
Jan 06, 2011
by
Tristan Van Berkom
Browse files
Fixed some code alignment.
parent
801e51f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
gladeui/glade-inspector.c
View file @
d475acac
...
...
@@ -148,12 +148,12 @@ glade_inspector_class_init (GladeInspectorClass * klass)
object_class
->
set_property
=
glade_inspector_set_property
;
object_class
->
get_property
=
glade_inspector_get_property
;
/**
* GladeInspector::selection-changed:
* @inspector: the object which received the signal
*
* Emitted when the selection changes in the GladeInspector.
*/
/**
* GladeInspector::selection-changed:
* @inspector: the object which received the signal
*
* Emitted when the selection changes in the GladeInspector.
*/
glade_inspector_signals
[
SELECTION_CHANGED
]
=
g_signal_new
(
"selection-changed"
,
G_TYPE_FROM_CLASS
(
object_class
),
...
...
@@ -161,12 +161,12 @@ glade_inspector_class_init (GladeInspectorClass * klass)
G_STRUCT_OFFSET
(
GladeInspectorClass
,
selection_changed
),
NULL
,
NULL
,
g_cclosure_marshal_VOID__VOID
,
G_TYPE_NONE
,
0
);
/**
* GladeInspector::item-activated:
* @inspector: the object which received the signal
*
* Emitted when a item is activated in the GladeInspector.
*/
/**
* GladeInspector::item-activated:
* @inspector: the object which received the signal
*
* Emitted when a item is activated in the GladeInspector.
*/
glade_inspector_signals
[
ITEM_ACTIVATED
]
=
g_signal_new
(
"item-activated"
,
G_TYPE_FROM_CLASS
(
object_class
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment