Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | action stuff: Change include style | Ryan Lortie | 2013-05-13 | 1 | -1/+1 |
| | | | | | The shell wants to transplant our GtkActionObserver/GtkActionObservable code now as well, so change to ""-style #includes there. | ||||
* | action stuff: Remove G_GNUC_INTERNAL | Jasper St. Pierre | 2013-05-13 | 1 | -3/+0 |
| | |||||
* | action stuff: stop abusing GLib's namespace | Ryan Lortie | 2013-05-13 | 1 | -0/+63 |
Rename our internal GActionMuxer, GActionObserver and GActionObservable classes and interfaces to have names in our own namespace. These classes were originally intended for GIO but turned out to be too special-purpose to be useful there, so we never made them public API but have just been copying them around (without bothering to properly rename them). Now that other people will be copying them out of Gtk, it's even more important to prevent this namespace abuse from spreading further. |