summaryrefslogtreecommitdiff
path: root/examples/plugman.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-2/+2
| | | | g_logv adds one for us already.
* Plug another memory leak in plugmanMatthias Clasen2015-02-011-1/+4
|
* plugman: Fix leaking attribute stringFelix Riemann2015-02-011-5/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743770
* examples: Add deprecation guardsBenjamin Otte2014-10-121-0/+2
| | | | | | | | Apparently it's not possible in GtkTextView to say "this style should apply to all text, including newly inserted text. Or I'm just too stupid to use its API. So instead, keep using override_color().
* examples: Don't use gtk_application_add_acceleratorMatthias Clasen2014-05-221-2/+3
| | | | It has been deprecated.
* Bump GLib dependency to 2.35Matthias Clasen2012-11-041-2/+0
| | | | And drop deprecated g_type_init() calls.
* Mark strings in embedded XML code in plugman.c as translatablePiotr Drąg2012-05-181-11/+11
| | | | | Just like bloadpad's. Also add plugman.c to POTFILES.skip to *not* actually translate it.
* plugman: Update GtkBuilder markupFlorian Müllner2012-05-171-8/+29
| | | | | The markup for menus was changed in commit eed307713b8ef, update the plugman example to use the new format.
* Don't leak plugin actionsMatthias Clasen2012-01-111-4/+5
| | | | Pointed out by Guillaume Desmottes in bug 667695.
* GtkApplication: add menu APIRyan Lortie2011-12-191-2/+2
| | | | | | | We add the app-menu and menubar public APIs to GtkApplication while leaving the implementation in GApplication. The actual implementation will be moved soon.
* Plugman: Find the plugins menu in a better wayMatthias Clasen2011-12-191-26/+4
| | | | | Now that GtkBuilder finds named submenus, there's no need for the clumsy menumodel navigation anymore.
* Another plugin, for good measureMatthias Clasen2011-12-191-37/+61
|
* Something for the eyeMatthias Clasen2011-12-191-2/+18
|
* Add an action tooMatthias Clasen2011-12-191-1/+17
|
* wip example for plugin/gmenu interactionMatthias Clasen2011-12-191-0/+433