diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-09-21 21:35:27 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-09-21 21:35:27 (GMT) |
commit | aab97051192156fcb6e4bad483137cbde36de515 (patch) | |
tree | 4088f5f64b3252fd3b3a2321aee2b30c7a1831b6 /src | |
parent | b6afbe8c699ae76443628badae33beee9934c6bc (diff) |
Added weak symbols in the Python bindings in case of standalone usage.
Diffstat (limited to 'src')
-rw-r--r-- | src/gtkext/gtkstatusstack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtkext/gtkstatusstack.c b/src/gtkext/gtkstatusstack.c index e072d53..5a0d5c5 100644 --- a/src/gtkext/gtkstatusstack.c +++ b/src/gtkext/gtkstatusstack.c @@ -881,7 +881,6 @@ activity_id_t gtk_status_stack_add_activity(GtkStatusStack *stack, const char *m } - /****************************************************************************** * * * Paramètres : stack = barre de statut à actualiser. * |