~cairo-dock-team/ubuntu/precise/cairo-dock/3.0.0.0beta1

« back to all changes in this revision

Viewing changes to doc/html/cairo-dock-modules_8h-source.html

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2008-09-14 16:26:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080914162612-t6aa8pr2o0qry48o
Tags: 1.6.2.3-0ubuntu1
* New upstream release.
* debian/control
 - Update to 3.8.0 (no change needed).
 - Add libxtst-dev as Build-Depends.
* debian/cairo-dock-data.install
 - Add usr/share/cairo-dock/emblems directory.
* debian/watch
 - Update location.
* debian/rules
 - Add a get-orig-source rule.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3
 
<title>Cairo-Dock:  Fichier source de /opt/cairo-dock/trunk/cairo-dock/src/cairo-dock-modules.h</title>
4
 
<link href="doxygen.css" rel="stylesheet" type="text/css">
5
 
<link href="tabs.css" rel="stylesheet" type="text/css">
6
 
</head><body>
7
 
<!-- Généré par Doxygen 1.5.3 -->
8
 
<div class="tabs">
9
 
  <ul>
10
 
    <li><a href="index.html"><span>Page&nbsp;principale</span></a></li>
11
 
    <li><a href="annotated.html"><span>Structures&nbsp;de&nbsp;données</span></a></li>
12
 
    <li class="current"><a href="files.html"><span>Fichiers</span></a></li>
13
 
    <li>
14
 
      <form action="search.php" method="get">
15
 
        <table cellspacing="0" cellpadding="0" border="0">
16
 
          <tr>
17
 
            <td><label>&nbsp;Rechercher&nbsp;</label></td>
18
 
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
19
 
          </tr>
20
 
        </table>
21
 
      </form>
22
 
    </li>
23
 
  </ul>
24
 
</div>
25
 
<h1>/opt/cairo-dock/trunk/cairo-dock/src/cairo-dock-modules.h</h1><a href="cairo-dock-modules_8h.html">Aller à la documentation de ce fichier.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
26
 
<a name="l00002"></a>00002 <span class="preprocessor">#ifndef __CAIRO_DOCK_MODULES__</span>
27
 
<a name="l00003"></a>00003 <span class="preprocessor"></span><span class="preprocessor">#define  __CAIRO_DOCK_MODULES__</span>
28
 
<a name="l00004"></a>00004 <span class="preprocessor"></span>
29
 
<a name="l00005"></a>00005 <span class="preprocessor">#include &lt;glib.h&gt;</span>
30
 
<a name="l00006"></a>00006 
31
 
<a name="l00007"></a>00007 <span class="preprocessor">#include "<a class="code" href="cairo-dock-struct_8h.html">cairo-dock-struct.h</a>"</span>
32
 
<a name="l00008"></a>00008 
33
 
<a name="l00009"></a>00009 
34
 
<a name="l00010"></a>00010 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#1340f2d554ab9a7eb635385fc3cd1b3b">cairo_dock_initialize_module_manager</a> (gchar *cModuleDirPath);
35
 
<a name="l00011"></a>00011 
36
 
<a name="l00012"></a>00012 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#dce0dd50bfcd266f4bfe19442aa5866b">cairo_dock_free_visit_card</a> (<a class="code" href="struct__CairoDockVisitCard.html">CairoDockVisitCard</a> *pVisitCard);
37
 
<a name="l00013"></a>00013 
38
 
<a name="l00014"></a>00014 <a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> * <a class="code" href="cairo-dock-modules_8h.html#b813976c4ae825f539b5b1aa9dc5a242">cairo_dock_load_module</a> (gchar *cSoFilePath, GHashTable *pModuleTable, GError **erreur);
39
 
<a name="l00015"></a>00015 
40
 
<a name="l00016"></a>00016 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#ff31d986bb19e13dd2a0fdd8d9d4ca87">cairo_dock_preload_module_from_directory</a> (gchar *cModuleDirPath, GHashTable *pModuleTable, GError **erreur);
41
 
<a name="l00017"></a>00017 
42
 
<a name="l00018"></a>00018 
43
 
<a name="l00019"></a>00019 
44
 
<a name="l00020"></a>00020 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#5da43c5ad9dad4ce51b367cfbe8bf923">cairo_dock_activate_modules_from_list</a> (gchar **cActiveModuleList, <a class="code" href="struct__CairoDock.html">CairoDock</a> *pDock, <span class="keywordtype">double</span> fTime);
45
 
<a name="l00021"></a>00021 
46
 
<a name="l00022"></a>00022 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#8a392b787b653188feef4cac78aba01a">cairo_dock_deactivate_old_modules</a> (<span class="keywordtype">double</span> fTime);
47
 
<a name="l00023"></a>00023 
48
 
<a name="l00024"></a>00024 
49
 
<a name="l00025"></a>00025 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#a30d8f12c4b2960f885f65214f500e8f">cairo_dock_free_module</a> (<a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *module);
50
 
<a name="l00026"></a>00026 
51
 
<a name="l00027"></a>00027 GKeyFile *<a class="code" href="cairo-dock-modules_8h.html#f97235b1eb73607ef92ff206d50a911a">cairo_dock_pre_read_module_config</a> (<a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *pModule, <a class="code" href="struct__CairoDockMinimalAppletConfig.html">CairoDockMinimalAppletConfig</a> *pMinimalConfig);
52
 
<a name="l00028"></a>00028 
53
 
<a name="l00029"></a>00029 <a class="code" href="struct__Icon.html">Icon</a> * <a class="code" href="cairo-dock-modules_8h.html#acfcaabda81a50f7711e0247dcd892a4">cairo_dock_activate_module</a> (<a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *module, <a class="code" href="struct__CairoDock.html">CairoDock</a> *pDock, GError **erreur);
54
 
<a name="l00030"></a>00030 
55
 
<a name="l00031"></a>00031 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#b3bc5aeab21bc70a81b0120ceeb60ac5">cairo_dock_deactivate_module</a> (<a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *module);
56
 
<a name="l00032"></a>00032 
57
 
<a name="l00033"></a>00033 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#637c1b0decc3c6609f9f5ede2d7e1c6e">cairo_dock_reload_module</a> (<a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *module, gboolean bReloadAppletConf);
58
 
<a name="l00034"></a>00034 
59
 
<a name="l00035"></a>00035 
60
 
<a name="l00036"></a>00036 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#7df996221421da2bcb8085f57bb595af">cairo_dock_deactivate_all_modules</a> (<span class="keywordtype">void</span>);
61
 
<a name="l00037"></a>00037 
62
 
<a name="l00038"></a>00038 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#d7489d59b75c971aed8e0b27b3bccb10">cairo_dock_activate_module_and_load</a> (gchar *cModuleName);
63
 
<a name="l00039"></a>00039 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#5e77bb535cc42faefcd1ddf0e049c810">cairo_dock_deactivate_module_and_unload</a> (gchar *cModuleName);
64
 
<a name="l00040"></a>00040 
65
 
<a name="l00041"></a>00041 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#dab1719fad9b22dabea83235fa399808">cairo_dock_configure_module</a> (GtkWindow *pParentWindow, <a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *module, GError **erreur);
66
 
<a name="l00042"></a>00042 
67
 
<a name="l00043"></a>00043 
68
 
<a name="l00044"></a>00044 <a class="code" href="struct__Icon.html">Icon</a> *<a class="code" href="cairo-dock-modules_8h.html#1989857c48825263c239e81628aceff4">cairo_dock_find_icon_from_module</a> (<a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *module, <a class="code" href="struct__CairoDockContainer.html">CairoDockContainer</a> *pContainer);
69
 
<a name="l00045"></a>00045 
70
 
<a name="l00046"></a>00046 <a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *<a class="code" href="cairo-dock-modules_8h.html#4b8a7e9daa3f83e0f4d05f79797fac70">cairo_dock_find_module_from_name</a> (gchar *cModuleName);
71
 
<a name="l00047"></a>00047 
72
 
<a name="l00048"></a>00048 <a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *<a class="code" href="cairo-dock-modules_8h.html#b89f4a0db5a318f3d592553763358a0e">cairo_dock_foreach_desklet</a> (<a class="code" href="cairo-dock-struct_8h.html#2dd29bf13bf56727c286bb1be57854ec">CairoDockForeachDeskletFunc</a> pCallback, gpointer user_data);
73
 
<a name="l00049"></a>00049 
74
 
<a name="l00050"></a>00050 
75
 
<a name="l00051"></a>00051 GString **<a class="code" href="cairo-dock-modules_8h.html#237cd0ae63bee6ab9d47a84a4b096ee8">cairo_dock_list_modules_by_category</a> (gboolean bActiveOnly);
76
 
<a name="l00052"></a>00052 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#2ebe928796b48391ebd0d2e1f45d7b57">cairo_dock_update_conf_file_with_modules_full</a> (GKeyFile *pOpenedKeyFile, gchar *cConfFile, gchar *cGroupName, gchar *cKeyNameBase, gboolean bActiveOnly);
77
 
<a name="l00053"></a><a class="code" href="cairo-dock-modules_8h.html#be4307dd60e090e1f5740dfb1d1e0b75">00053</a> <span class="preprocessor">#define cairo_dock_update_conf_file_with_available_modules2(pOpenedKeyFile, cConfFile) cairo_dock_update_conf_file_with_modules_full (pOpenedKeyFile, cConfFile, "Applets", "modules", FALSE)</span>
78
 
<a name="l00054"></a><a class="code" href="cairo-dock-modules_8h.html#f1df945a912eb09548c937ba9bee4b27">00054</a> <span class="preprocessor"></span><span class="preprocessor">#define cairo_dock_update_easy_conf_file_with_available_modules2(pOpenedKeyFile, cConfFile) cairo_dock_update_conf_file_with_modules_full (pOpenedKeyFile, cConfFile, "System", "modules", FALSE)</span>
79
 
<a name="l00055"></a>00055 <span class="preprocessor"></span>
80
 
<a name="l00056"></a><a class="code" href="cairo-dock-modules_8h.html#85a1fb943d29e9110d1e7481564b2576">00056</a> <span class="preprocessor">#define cairo_dock_update_conf_file_with_active_modules2(pOpenedKeyFile, cConfFile) cairo_dock_update_conf_file_with_modules_full (pOpenedKeyFile, cConfFile, "Applets", "modules", TRUE)</span>
81
 
<a name="l00057"></a>00057 <span class="preprocessor"></span>
82
 
<a name="l00058"></a>00058 
83
 
<a name="l00059"></a>00059 <span class="keywordtype">int</span> <a class="code" href="cairo-dock-modules_8h.html#321bc77df4a3d1261fe5a682658934b9">cairo_dock_get_nb_modules</a> (<span class="keywordtype">void</span>);
84
 
<a name="l00060"></a>00060 
85
 
<a name="l00061"></a>00061 <span class="keywordtype">void</span> <a class="code" href="cairo-dock-modules_8h.html#a2c388505253420887e4f53219cfbea8">cairo_dock_update_module_order</a> (<a class="code" href="struct__CairoDockModule.html">CairoDockModule</a> *pModule, <span class="keywordtype">double</span> fOrder);
86
 
<a name="l00062"></a>00062 
87
 
<a name="l00063"></a>00063 
88
 
<a name="l00064"></a>00064 <span class="preprocessor">#endif</span>
89
 
</pre></div><hr size="1"><address style="text-align: right;"><small>Généré le Wed Apr 16 03:27:15 2008 pour Cairo-Dock par&nbsp;
90
 
<a href="http://www.doxygen.org/index.html">
91
 
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
92
 
</body>
93
 
</html>