~pete-woods/hud/quit-action

« back to all changes in this revision

Viewing changes to libhud-gtk/manager.c

  • Committer: Ted Gould
  • Date: 2013-04-01 15:47:35 UTC
  • mto: (227.137.7 context-api)
  • mto: This revision was merged to the branch mainline in revision 245.
  • Revision ID: ted@gould.cx-20130401154735-p46d4t2ay3dch6f1
Moving some docs from libhud that don't make sense there

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
 * new windows get tracked and their actions automatically added to so
233
233
 * the HUD can access them.
234
234
 *
 
235
 * From the #GtkApplication passed as @app any #GtkApplicationWindow
 
236
 * added to the application will also be added as a potential target
 
237
 * ("win") for actions.  For example, if a #GtkApplicationWindow
 
238
 * features an action "fullscreen" then action descriptions can speak of
 
239
 * "win.fullscreen".
 
240
 *
 
241
 * @app must have no windows at the time that this function is
 
242
 * called.
 
243
 *
235
244
 * Return value: (transfer full): A new #HudGtkManager object
236
245
 */
237
246
HudGtkManager *