summaryrefslogtreecommitdiff
path: root/gtk/gtkmain.h
Commit message (Expand)AuthorAgeFilesLines
* Annotate values of PRIORITY constantsTomasz Miąsko2018-12-221-1/+1
* gtkmain: Add gtk_get_main_thread()Philippe Normand2018-06-081-0/+3
* gtkmain: Add gtk_is_initialized()Philippe Normand2018-06-081-0/+3
* The big versioning cleanupMatthias Clasen2018-02-061-3/+3
* Drop gtk_true and gtk_falseMatthias Clasen2018-01-161-5/+0
* gdk/gtk: Fix more AVAILABLE_IN annotations to 3_92Daniel Boles2017-05-281-2/+2
* Constify GdkEvent parameters in gtk_get_event_widget and _event_targetTimm Bäder2017-05-251-2/+2
* gtkmain: Add API to get the target of a GdkEventCarlos Garnacho2017-05-251-0/+7
* gtkmain: Fix build on WindowsChun-wei Fan2017-01-201-8/+4
* Drop arguments from gtk_initMatthias Clasen2017-01-191-4/+2
* Don't export gtk_get_option_groupMatthias Clasen2017-01-191-3/+0
* Stop exporting gtk_parse_argsMatthias Clasen2017-01-191-4/+0
* Drop gtk_init_with_argsMatthias Clasen2017-01-191-8/+0
* Drop macro wrappers for get_version functionsMatthias Clasen2016-11-191-6/+0
* gtkmain: Remove deprecated key snooper APITimm Bäder2016-10-181-21/+0
* gtk: fix many callback annotations to include closure informationEvan Nemerson2014-05-271-1/+1
* Drop unimplemented functionsMatthias Clasen2014-02-191-5/+0
* Add a function to determine the text directionMatthias Clasen2013-12-101-0/+7
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+35
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-4/+4
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-2/+2
* gtkmain.h: Used GDK_DEPRECATEDMurray Cumming2012-01-091-2/+2
* API: Deprecate key snoopingBenjamin Otte2012-01-061-0/+2
* Fix win32 buildFridrich Štrba2011-01-111-1/+1
* Move docs for gtkmain inlineMatthias Clasen2011-01-041-58/+61
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-1/+0
* Remove deprecated gtk_quit_* APIJavier Jardón2011-01-041-15/+0
* Drop g[dt]k_set_localeMatthias Clasen2010-12-211-1/+0
* gtkmain: Remove deprecated gtk_init_add() functionJavier Jardón2010-11-161-2/+0
* Deprecate gtk_init_add, gtk_remove_add and friendsMatthias Clasen2010-10-151-0/+2
* Remove GtkObject completelyMatthias Clasen2010-09-261-1/+2
* Don't use the same name for a function that used to be a variableTor Lillqvist2010-09-091-5/+11
* Turn the gtk version and age variables into functionsTor Lillqvist2010-09-081-14/+5
* constify gtk_init_with_args()'s GOptionEntry argumentJavier Jardón2010-06-101-7/+7
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-0/+7
* Remove all deprecated stuff from gtkmainMichael Natterer2010-05-031-49/+0
* Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDESMichael Natterer2010-05-031-1/+1
* gtk_init_with_args() arguments should be const gchar*Nick Schermer2009-10-261-2/+2
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* deprecate GtkDestroyNotify.Michael Natterer2008-06-181-4/+4
* whitespace cleanup: remove trailing whitespace and excess newlines andMichael Natterer2008-05-281-1/+1
* define __GTK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-281-0/+4
* Make gtk_check_version() return const. (#496734, Nicolas Joseph)Matthias Clasen2007-11-191-3/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-7/+2
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-0/+10
* Make it possible to specify additional modules to load via a setting.Matthias Clasen2004-09-011-7/+0
* Ugh, forgotten ;Matthias Clasen2004-07-131-1/+1
* Add gtk_parse_args()Matthias Clasen2004-07-131-0/+3