Docs: Changed can not to cannot.
[platform/upstream/glib.git] / gio / gapplication.c
2011-03-24 Murray CummingDocs: Changed can not to cannot.
2011-03-07 Matthias ClasenImprove preconditions in action-related GApplication api
2011-03-05 Murray Cummingg_application_run(): Add (allow-none) introspection...
2011-03-04 Matthias ClasenAdd more GApplication docs
2011-03-04 Murray CummingGApplication: Check more before warning about a missing...
2011-03-04 Matthias ClasenGApplication: More documentation tweaks
2011-03-04 Matthias ClasenSmall doc correction
2011-03-04 Matthias ClasenGApplication: Clarify docs for @argv
2011-03-04 Matthias ClasenGApplication: Beef up the local_command_line() docs
2011-03-04 Matthias ClasenGApplication: Improve documentation
2011-03-04 Matthias ClasenTry harder to explain GApplicationCommandline
2011-02-25 Matthias ClasenGApplications: Tighten up application-id validity checks
2011-02-23 Cosimo Cecchiapplication: fix a typo in the docs annotation
2011-02-01 Johan DahlinCorrect gtk-doc SECTION: syntax
2011-01-31 Ryan LortieGApplication: add notes about GDBus architecture
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2011-01-21 Matthias ClasenDon't warn in GApplication if class handlers have been...
2010-12-15 Pavel HolejsovskyAdd missing annotations to GApplication and GApplicatio...
2010-11-03 Matthias ClasenTweak GApplication docs
2010-11-01 Matthias ClasenGApplication: Add an action example
2010-10-29 Ryan LortieUse 'aay' instead of 'as' for environ
2010-10-29 Ryan LortieGApplication: support environment passing
2010-10-27 Ryan LortieGApplication: exit_status unset in one branch
2010-10-25 Ryan LortieImplement (untested) GApplication actions support
2010-10-23 Matthias ClasenSome more GApplication doc tweaks
2010-10-23 Matthias ClasenProperly register the inactivity-timeout property
2010-10-23 Matthias ClasenMove a confusing comment to the right place
2010-10-23 Matthias ClasenAdd another example for commandline handling
2010-10-23 Matthias ClasenAdd some examples to the GApplication docs
2010-10-23 Matthias ClasenBrush up the GApplication docs
2010-10-23 Matthias ClasenFix a typo
2010-10-21 Ryan LortieGApplication: create local commandline properly
2010-10-19 Ryan LortieGApplication: reduce GVariant abuse
2010-10-18 Ryan LortieGApplication: use g_signal_accumulator_first_wins
2010-10-18 Ryan LortieGApplication: fill in action group implementation
2010-10-18 Ryan LortieRename methods on GActionGroup to include 'action'
2010-10-18 Ryan LortieGApplication: stub-in GActionGroup implementation
2010-10-18 Ryan LortieGApplication: add remote commandline support
2010-10-18 Ryan LortieGApplication: fix inactivity-timeout
2010-10-18 Ryan Lortienew GApplication implementation
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-30 Matthias ClasenFix an off-by-one error
2010-07-14 Colin WaltersMake default-quit not apply if register=FALSE
2010-07-07 Ryan Lortiegio/: fully remove gioalias hacks
2010-07-07 Ryan LortieGVariant: improve bytestring support
2010-06-22 Matthias ClasenImprove g_application_new documentation
2010-06-18 Colin Walters[GApplication] Add working directory to platform data
2010-06-17 Matthias ClasenFix the build
2010-06-17 Matthias ClasenDocumentation fixups
2010-06-17 Christian PerschFix GApplication for the G_TYPE_VARIANT change
2010-06-16 Christian PerschTypo fix
2010-06-16 Colin WaltersRework GApplication API to use GInitable
2010-06-14 Colin WaltersSwitch to using variants for timestamps, split out...
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-10 Colin Walters[GApplication] Tweak docs a bit
2010-06-08 Christian PerschFix thinko
2010-06-08 Christian PerschUse g_variant_is_of_type()
2010-06-08 Matthias ClasenFix a missing parameter in a doc comment
2010-06-08 Matthias ClasenFix a signal signature
2010-06-08 Matthias ClasenFix a misspelt doc comment
2010-06-08 Matthias ClasenRename GApplication::appid to GApplication::application-id
2010-06-08 Matthias ClasenDocument signals
2010-06-07 Javier Jardón[docs] GApplication is available since Gio 2.26
2010-06-07 Matthias ClasenUse g types for consistency
2010-06-07 Matthias ClasenMerge the wip/gapplication branch