Sébastien Wilmet
3bf4a720c3
gio/: LGPLv2+ -> LGPLv2.1+
...
Sub-directories inside gio/ already processed in a previous commit:
- fam/
- gdbus-2.0/ (which contains only codegen/)
- gvdb/
- inotify/
- tests/
- win32/
- xdgmime/
Other sub-directories inside gio/:
- completion/: no license headers
- kqueue/: not LGPL, BSD-style license
https://bugzilla.gnome.org/show_bug.cgi?id=776504
2017-05-29 19:53:34 +02:00
Daniel Mustieles
078dbda148
Updated FSF's address
2014-01-31 14:31:55 +01:00
Matthias Clasen
844589b03e
GSimpleActionGroup: Deprecated redundant API
...
See https://bugzilla.gnome.org/show_bug.cgi?id=705600
2013-08-13 16:48:51 -04:00
Ryan Lortie
0156092a42
various: add GLIB_AVAILABLE_IN_ALL everywhere else
...
Add the GLIB_AVAILABLE_IN_ALL annotation to all old functions (that
haven't already been annotated with the GLIB_AVAILABLE_IN_* macros or a
deprecation macro).
If we discover in the future that we cannot use only one macro on
Windows, it will be an easy sed patch to fix that.
https://bugzilla.gnome.org/show_bug.cgi?id=688681
2013-01-13 13:11:57 -05:00
Matthias Clasen
e1b99b2ddc
Move single-include guards inside include guards
...
gcc has optimizations for include guards that only work
if they are outermost in the the header.
https://bugzilla.gnome.org/show_bug.cgi?id=689810
2012-12-27 23:43:14 -05:00
Ryan Lortie
6869454103
add two missing version macros
2012-12-06 13:58:42 -05:00
Ryan Lortie
76527e5cd5
add GActionMap interface
...
This is an interface to represent GSimpleActionGroup-like objects (ie:
those GActionGroups that operate by containing a number of named GAction
instances).
2011-12-08 18:05:14 -05:00
Ryan Lortie
276750aa7a
Add 'change_state' callback to GActionEntry
2011-06-29 16:20:52 +01:00
Ryan Lortie
7dd25022ee
Add g_simple_action_group_add_entries()
...
A convenience API for creating lots of actions quickly.
2011-06-29 16:20:52 +01:00
Javier Jardón
a0554a9f76
docs: Document Since properly, 2.26 -> 2.28
2011-02-08 02:27:44 +00:00
Ryan Lortie
6cd62920bb
GActionGroup is now an interface
...
- make GAction.get_state() return a reference
- fix some leaks/warnings in the tests
- fix signal propagation in GSimpleActionGroup
2010-08-30 19:26:37 +02:00
Ryan Lortie
5db9e5ad58
add GSimpleActionGroup
...
and a simple test
2010-08-18 02:18:54 -04:00