Commit Graph

145 Commits

Author SHA1 Message Date
Matthias Clasen
64f20c45cd Flesh out the migration guide more
Add sections about change sets, data migration, default values, etc.
2010-04-16 23:27:25 -04:00
Matthias Clasen
ad198566aa Man page tweaks 2010-04-16 20:37:09 -04:00
Matthias Clasen
20fe1e25ea More doc cleanups 2010-04-16 18:36:16 -04:00
Matthias Clasen
c3c7263b0b Add new convenience api to docs 2010-04-16 18:28:38 -04:00
Matthias Clasen
97e34bd9fb Documentation fixes 2010-04-16 17:51:59 -04:00
Matthias Clasen
4c9105c3e5 Document --schema-id 2010-04-16 15:50:24 -04:00
Matthias Clasen
fc05516b0d Add bind api 2010-04-16 13:09:10 -04:00
Matthias Clasen
602625aa3d Mention key names in the schema migration docs 2010-04-16 13:03:14 -04:00
Matthias Clasen
9970c6854a Add an --allow-any-name option
This will make it easier for people to keep their GConf key names
in the transition period.
2010-04-16 13:03:14 -04:00
Matthias Clasen
5614143e2b Add section on schema migration 2010-04-16 12:46:28 -04:00
Matthias Clasen
10a837c168 Rename memory backend to keyfile in the docs as well 2010-04-16 11:41:37 -04:00
Matthias Clasen
7dc1684f59 Some more migration guide 2010-04-16 11:37:47 -04:00
Matthias Clasen
c2804c0f57 Update docs for api changes 2010-04-16 10:55:36 -04:00
Matthias Clasen
a2ce8aee95 Add some more topics 2010-04-15 22:36:16 -04:00
Ryan Lortie
a07b0fc2ed lots of schemas changes 2010-04-15 13:29:53 -04:00
Matthias Clasen
e228a7fb81 Make gtk-doc ignore private headers 2010-04-15 12:34:47 -04:00
Matthias Clasen
45eb60664d Cosmetic changes 2010-04-15 12:33:51 -04:00
Matthias Clasen
7f01ebb1e6 Add a stub for a migration chapter 2010-04-15 12:03:18 -04:00
Matthias Clasen
ac3dfbcf8c Document g_settings_get_child 2010-04-15 11:19:12 -04:00
Matthias Clasen
a62300d873 More doc tweaks 2010-04-15 01:49:05 -04:00
Matthias Clasen
c850d13330 Add a man page for gschema-compile 2010-04-15 01:49:05 -04:00
Matthias Clasen
af3dddee35 Document extension points and environment variables 2010-04-14 22:58:55 -04:00
Matthias Clasen
d212045835 Mentions settings in the overview 2010-04-14 22:17:35 -04:00
Matthias Clasen
abce89bff1 Update docs for recent api changes 2010-04-14 22:17:35 -04:00
Matthias Clasen
dfd077e354 Document the extension point 2010-04-14 22:17:35 -04:00
Matthias Clasen
46f59bb023 GSettingsSchema is not public api 2010-04-14 22:17:34 -04:00
Matthias Clasen
9c64ed313e Add a schema parameter to g_settings_new with_path 2010-04-14 12:27:09 -04:00
Matthias Clasen
4bc82beae5 Add some more schema docs 2010-04-14 00:22:50 -04:00
Matthias Clasen
102c0dacab Add some GSettingsSchema documentation 2010-04-13 23:51:29 -04:00
Matthias Clasen
e5e94c4890 Some docs for GSettings 2010-04-13 22:58:12 -04:00
Matthias Clasen
6c3823a5a1 start settings docs 2010-04-13 11:01:45 -04:00
Matthias Clasen
5ba8043f12 Third try to get this right... 2010-03-26 11:15:49 -04:00
Matthias Clasen
6cce575a25 Fix a typo 2010-03-26 10:24:06 -04:00
Matthias Clasen
81e2aa941b Some more doc cleanups 2010-03-26 10:11:46 -04:00
Matthias Clasen
431840a44e Add g_io_module_query to docs 2010-03-26 09:22:58 -04:00
Colin Walters
f552689058 [GDesktopAppInfo] New function g_desktop_app_info_get_filename
This allows access to the full file path, where possible.

https://bugzilla.gnome.org/show_bug.cgi?id=612832
2010-03-14 15:45:46 -04:00
Claudio Saavedra
766183c079 Remove GUtf8InputStream leftover in docs
Fixes build.
2010-03-04 19:18:12 +02:00
Felix Riemann
373f3d8b52 Fix API docs for GZlibCompressor and GZlibDecompressor
Corrects the general descriptions and makes the signals and implemented
interfaces appear.
2010-03-03 17:44:28 +01:00
Paolo Borelli
277b9717da Remove utf8inputstream leftovers in a few other places 2010-03-01 10:24:43 +01:00
Matthias Clasen
3983418c25 Fix up GFileDescriptorBased docs 2010-02-21 19:55:02 -05:00
Matthias Clasen
f13804f68e Minor docs update 2010-01-25 12:46:35 -05:00
Stefan Kost
d01e2527ce docs: use xi:include to use the generated indexes if available.
This works transparantly for people with new enough gtk-doc (>=1.11) and
significantly improves the build time.
2010-01-07 11:34:00 +02:00
Paolo Borelli
568cd48365 Add GUtf8InputStream - Bug #603270
Add a filter input stream that performs utf8 validation.
2009-12-06 15:23:33 +01:00
Matthias Clasen
8907bfee86 Fix up GIO docs 2009-11-29 22:54:16 -05:00
Ryan Lortie
3d7edc137e Bug 601637 - add GUnixFDList
change GUnixFDMessage to contain a GUnixFDList.

add test case for GUnixFDMessage and GUnixFDList.

update docs.
2009-11-24 17:55:57 -05:00
Ryan Lortie
c005878ae7 Bug 585566 - GSocketListener API issues
Add a new function, g_socket_listener_add_any_inet_port(), to deal with
the desired use case.
2009-11-19 10:04:27 -06:00
Ryan Lortie
983a717fa6 Bug 535159 - g_file_has_parent
- add a g_file_has_parent() function as a wrapper around
   g_file_get_parent()
2009-11-17 20:27:38 -06:00
Tomas Bzatek
e95a3b0576 Documentation fixes 2009-10-13 16:21:42 +02:00
Matthias Clasen
eadef0325a Documentation fixes 2009-08-24 13:34:38 -04:00
Benjamin Otte
63426886ff Add g_cancellable_release_fd()
This patch only adds the function. The function is a NOP.
See the API documentation for a rationale.

Part of: Bug 591388 - number of GCancellables available is too limited
2009-08-19 11:02:05 +02:00