~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to man/gdkNotifyStartupCompleteWithId.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
\description{Indicates to the GUI environment that the application has finished
5
5
loading, using a given identifier.}
6
6
\usage{gdkNotifyStartupCompleteWithId(id)}
7
 
\arguments{\item{\verb{id}}{[character]  a startup-notification identifier, for which notification
 
7
\arguments{\item{\verb{id}}{a startup-notification identifier, for which notification
8
8
             process should be completed}}
9
 
\details{GTK+ will call this function automatically for \verb{\link{GtkWindow}} with custom
 
9
\details{GTK+ will call this function automatically for \code{\link{GtkWindow}} with custom
10
10
startup-notification identifier unless
11
11
\code{\link{gtkWindowSetAutoStartupNotification}} is called to disable
12
 
that feature.  
13
 
 
14
 
  Since  2.12}
 
12
that feature.
 
13
  Since 2.12}
15
14
\author{Derived by RGtkGen from GTK+ documentation}
16
15
\keyword{internal}