File: add-whatis

package info (click to toggle)
libgtk2-unique-perl 0.05-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 164 kB
  • ctags: 6
  • sloc: perl: 240; ansic: 5; makefile: 4
file content (41 lines) | stat: -rw-r--r-- 747 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Description: add whatis entries to the POD
Author: Ryan Niebur <ryan@debian.org>
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=95016

--- a/xs/UniqueApp.xs
+++ b/xs/UniqueApp.xs
@@ -54,6 +54,9 @@
 
 }
 
+=for object Gtk2::UniqueApp a single instance application
+
+=cut
 
 MODULE = Gtk2::UniqueApp  PACKAGE = Gtk2::UniqueApp  PREFIX = unique_app_
 
--- a/xs/UniqueBackend.xs
+++ b/xs/UniqueBackend.xs
@@ -16,6 +16,9 @@
 
 =cut
 
+=for object Gtk2::UniqueBackend IPC backend used by libunique
+
+=cut
 
 =for apidoc
 
--- a/xs/Unique.xs
+++ b/xs/Unique.xs
@@ -7,6 +7,10 @@
 
 MODULE = Gtk2::Unique  PACKAGE = Gtk2::Unique  PREFIX = unique_
 
+=for object Gtk2::Unique Use single instance applications
+
+=cut
+
 PROTOTYPES: DISABLE