Matthias Clasen
d19380c809
Improve g_application_new documentation
...
Patch by Saleem Abdulrasool, bug 622154.
2010-06-22 08:24:30 -04:00
Colin Walters
8f5bde679e
[GApplication] Add working directory to platform data
...
https://bugzilla.gnome.org/show_bug.cgi?id=621838
2010-06-18 16:05:00 -04:00
Matthias Clasen
408daaa294
Fix the build
2010-06-17 16:36:58 -04:00
Matthias Clasen
8a105625b0
Documentation fixups
2010-06-17 16:07:52 -04:00
Christian Persch
10e430bcc0
Fix GApplication for the G_TYPE_VARIANT change
2010-06-17 21:41:09 +02:00
Christian Persch
b90f11ff97
Typo fix
2010-06-16 17:48:02 +02:00
Colin Walters
102c5f6a7d
Rework GApplication API to use GInitable
...
https://bugzilla.gnome.org/show_bug.cgi?id=620952
2010-06-16 11:13:43 -04:00
Colin Walters
85210bcf9b
Switch to using variants for timestamps, split out signals
...
Like how we're handling activation, use GVariant for timestamps. To
avoid polluting the GtkApplication API with GVariants, we rename the
GApplication signals to "quit-with-data" and "action-with-data".
GtkApplication will then wrap those as just "quit" and "action".
https://bugzilla.gnome.org/show_bug.cgi?id=621002
2010-06-14 16:36:23 -04:00
Colin Walters
8cab5e4693
[GApplication] Tweak docs a bit
2010-06-10 13:14:29 -04:00
Christian Persch
d8dca11733
Fix thinko
...
When replacing strcmp() with g_variant_is_of_type(), remove the "== 0"
part! Found by Colin Walters.
2010-06-08 19:43:30 +02:00
Christian Persch
d3b091f63a
Use g_variant_is_of_type()
...
... instead of strcmp()'ing the type strings.
Bug #620954 .
2010-06-08 17:41:46 +02:00
Matthias Clasen
e300c7e622
Fix a missing parameter in a doc comment
...
Pointed out by David Zeuthen.
2010-06-07 23:28:30 -04:00
Matthias Clasen
a89b10c1dc
Fix a signal signature
...
GApplication::action was erroneously declaring the timestamp parameter
as int instead of uint.
2010-06-07 23:27:21 -04:00
Matthias Clasen
063470ea0d
Fix a misspelt doc comment
2010-06-07 22:34:07 -04:00
Matthias Clasen
32b7fbb890
Rename GApplication::appid to GApplication::application-id
2010-06-07 22:21:47 -04:00
Matthias Clasen
fdc99873ee
Document signals
2010-06-07 21:23:42 -04:00
Javier Jardón
d68100afcc
[docs] GApplication is available since Gio 2.26
2010-06-08 00:00:39 +02:00
Matthias Clasen
c2a539eff0
Use g types for consistency
2010-06-07 17:48:09 -04:00
Matthias Clasen
6427e93757
Merge the wip/gapplication branch
...
This adds a GApplication object to GIO, which is the core of
an application support class, supporting
- uniqueness
- exporting actions (simple scripting)
- standard actions (quit, activate)
The implementation for Linux uses D-Bus, takes a name on the
session bus, and exports a org.gtk.Application interface.
Implementations for Win32 and OS X are still missing.
2010-06-07 13:48:42 -04:00