summaryrefslogtreecommitdiff
path: root/doc/libwnck-docs.sgml
Commit message (Collapse)AuthorAgeFilesLines
* WnckUtil: add icons section to docsMarco Trevisan (TreviƱo)2013-08-201-0/+1
|
* doc: Finish wnck_shutdown()-related docs, with note about introspectionVincent Untz2012-01-301-1/+20
| | | | | | | | | The introspection note is quite important, as the way memory management works in libwnck is not completely compatible with introspection. And wnck_shutdown() exhibits this. See https://bugzilla.gnome.org/show_bug.cgi?id=642692#c11 for discussion.
* doc: Add some high-level documentationVincent Untz2011-02-181-16/+90
| | | | | | | This includes hints as to when to use the library, common pitfalls and two simple examples. https://bugzilla.gnome.org/show_bug.cgi?id=344137
* core: Add version.h to provide macros to know libwnck versionVincent Untz2011-01-201-0/+4
|
* Make gtk3 version parallel-installableChristian Persch2010-10-261-1/+1
| | | | Fix pkg-config, library, gtk-doc and gir versioning.
* Be more paranoid about the fact that the window of the WnckActionMenuVincent Untz2007-11-111-0/+3
| | | | | | | | | | | | | | | | 2007-11-11 Vincent Untz <vuntz@gnome.org> Be more paranoid about the fact that the window of the WnckActionMenu might have been not set. This case can probably happen in bindings... * libwnck/window-action-menu.c: (wnck_action_menu_set_property): check that the window is really a WnckWindow (wnck_action_menu_constructor): handle the case and print a warning when the window has not been set * doc/libwnck-docs.sgml: add index of new symbols in 2.22 svn path=/trunk/; revision=1509
* Objectify window-action-menu.c so that we have a real WnckActionMenuVincent Untz2007-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-11 Vincent Untz <vuntz@gnome.org> Objectify window-action-menu.c so that we have a real WnckActionMenu widget. * doc/libwnck-docs.sgml: * doc/libwnck-sections.txt: * doc/libwnck.types: * doc/tmpl/window-action-menu.sgml: doc updates for the change * libwnck/window-action-menu.[ch]: (window_weak_notify), (get_action_menu), (item_activated_callback), (update_menu_state), (queue_update), (state_changed_callback), (actions_changed_callback), (workspace_changed_callback), (screen_workspace_callback), (viewports_changed_callback), (make_radio_menu_item), (make_check_menu_item), (make_menu_item), (refill_submenu_workspace), (refill_submenu_viewport), (wnck_action_menu_get_property), (wnck_action_menu_set_property), (wnck_action_menu_init), (wnck_action_menu_constructor), (wnck_action_menu_class_init), (wnck_action_menu_finalize), (wnck_action_menu_new): many changes, but nothing really interesting since it's only about making this an object. Deprecate wnck_create_window_action_menu() in favor of wnck_action_menu_new() svn path=/trunk/; revision=1507
* reorganize a bit some part of the API documentationVincent Untz2007-07-101-1/+2
| | | | | | | | | | | | | 2007-07-10 Vincent Untz <vuntz@gnome.org> * libwnck/doc/libwnck-docs.sgml: * libwnck/doc/libwnck-sections.txt: * libwnck/doc/tmpl/misc.sgml: * libwnck/doc/tmpl/resource.sgml: * libwnck/libwnck/util.c: reorganize a bit some part of the API documentation svn path=/trunk/; revision=1407
* update docs to have indexes of symbols. add TODOVincent Untz2007-06-201-0/+37
| | | | | | | | | | | 2007-06-20 Vincent Untz <vuntz@gnome.org> * doc/libwnck-docs.sgml: * libwnck/window.c: * libwnck/workspace.c: update docs to have indexes of symbols. * libwnck/wnckprop.c: add TODO svn path=/trunk/; revision=1349
* reorganize a bit some of the functions.Vincent Untz2007-06-101-0/+10
| | | | | | | | 2007-06-10 Vincent Untz <vuntz@gnome.org> * doc/*: reorganize a bit some of the functions. svn path=/trunk/; revision=1294
* woohoo, 100% symbol coverage for the API doc!Vincent Untz2007-06-091-5/+1
| | | | | | | | | | | | | | | | | | | | 2007-06-09 Vincent Untz <vuntz@gnome.org> * doc/libwnck-docs.sgml: * doc/tmpl/util.sgml: * libwnck/application.c: * libwnck/pager.c: * libwnck/screen.c: * libwnck/selector.c: * libwnck/tasklist.[ch]: * libwnck/util.[ch]: * libwnck/window.c: woohoo, 100% symbol coverage for the API doc! * libwnck/util.[ch]: (wnck_xid_read_resource_usage), (wnck_pid_read_resource_usage): s/unsigned long/gulong/ to please gtk-doc. svn path=/trunk/; revision=1287
* writing API doc is fun!Vincent Untz2007-06-091-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-09 Vincent Untz <vuntz@gnome.org> * doc/libwnck-docs.sgml: * doc/libwnck-sections.txt: * doc/tmpl/screen.sgml: * libwnck/application.c: * libwnck/class-group.c: * libwnck/screen.[ch]: * libwnck/util.h: * libwnck/window.c: * libwnck/workspace.c: writing API doc is fun! * libwnck/screen.c: (wnck_screen_get_workspace_index): updated for some clarity (wnck_screen_get_workspace_neighbor): ditto (wnck_screen_calc_workspace_layout): ditto, and if the number of workspaces is negative, calculate it (wnck_screen_net_wm_supports): make it really work on all screens, and not just the default screen * libwnck/window-action-menu.c: (wnck_create_window_action_menu): updated for some clarity svn path=/trunk/; revision=1286
* even more API documentationVincent Untz2007-06-091-1/+1
| | | | | | | | | | | | | | | | 2007-06-09 Vincent Untz <vuntz@gnome.org> * doc/libwnck-docs.sgml: * libwnck/application.[ch]: * libwnck/class-group.[ch]: * libwnck/pager.h: * libwnck/screen.[ch]: * libwnck/selector.h: * libwnck/tasklist.h: * libwnck/window.[ch]: * libwnck/workspace.[ch]: even more API documentation svn path=/trunk/; revision=1285
* add more API documentationVincent Untz2007-06-091-1/+0
| | | | | | | | | | | | | | 2007-06-09 Vincent Untz <vuntz@gnome.org> * doc/libwnck-docs.sgml: * libwnck/application.c: * libwnck/class-group.c: * libwnck/pager.c: * libwnck/screen.c: * libwnck/window.c: * libwnck/workspace.c: add more API documentation svn path=/trunk/; revision=1284
* add more API documentationVincent Untz2007-06-081-2/+4
| | | | | | | | | | | | | | | | 2007-06-08 Vincent Untz <vuntz@gnome.org> * doc/*: * libwnck/application.c: * libwnck/class-group.c: * libwnck/pager.[ch]: * libwnck/screen.c: * libwnck/selector.c: * libwnck/tasklist.[ch]: * libwnck/window.c: * libwnck/workspace.c: add more API documentation svn path=/trunk/; revision=1283
* small improvements to documentationVincent Untz2007-06-061-11/+12
| | | | | | | | | | 2007-06-06 Vincent Untz <vuntz@gnome.org> * libwnck/util.[ch]: * libwnck/window-action-menu.c: * doc/*: small improvements to documentation svn path=/trunk/; revision=1282
* rework the documentation. They're now nicely organized, and don't containVincent Untz2007-06-051-18/+29
| | | | | | | | | | 2007-06-06 Vincent Untz <vuntz@gnome.org> * doc/*: rework the documentation. They're now nicely organized, and don't contain non-useful stuff for libwnck users. A small FAQ and 100% symbol coverage are the next steps :-) svn path=/trunk/; revision=1281
* Implemented API documentation generation using gtk-docJ.H.M. Dassen (Ray)2004-08-261-0/+58